add mezfes tickets to gameplay options

This commit is contained in:
wish
2023-05-04 23:53:45 +10:00
parent cf28660957
commit e1eea87d73
3 changed files with 8 additions and 4 deletions

View File

@@ -70,6 +70,8 @@ type GameplayOptions struct {
GuildMealDuration int // The number of minutes a Guild Meal can be activated for after cooking
BonusQuestAllowance uint32 // Number of Bonus Point Quests to allow daily
DailyQuestAllowance uint32 // Number of Daily Quests to allow daily
MezfesSoloTickets uint32 // Number of solo tickets given weekly
MezfesGroupTickets uint32 // Number of group tickets given weekly
}
// Discord holds the discord integration config.