mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
feat(Core/LFG): Implemented LFG_OPTION_ENABLE_SEASONAL_BOSSES. (#8219)
Closes #8098
This commit is contained in:
@@ -1246,11 +1246,13 @@ DeletedCharacterTicketTrace = 0
|
||||
# DungeonFinder.OptionsMask
|
||||
# Description: Dungeon and raid finder system.
|
||||
# Value is a bitmask consisting of:
|
||||
# LFG_OPTION_ENABLE_DUNGEON_FINDER = 1, Enable the dungeon finder browser
|
||||
# LFG_OPTION_ENABLE_RAID_BROWSER = 2, Enable the raid browser
|
||||
# Default: 1
|
||||
# LFG_OPTION_ENABLE_DUNGEON_FINDER = 1, Enable the dungeon finder browser
|
||||
# LFG_OPTION_ENABLE_RAID_BROWSER = 2, Enable the raid browser
|
||||
# LFG_OPTION_ENABLE_SEASONAL_BOSSES = 4, Enable seasonal bosses
|
||||
|
||||
DungeonFinder.OptionsMask = 1
|
||||
# Default: 5
|
||||
|
||||
DungeonFinder.OptionsMask = 5
|
||||
|
||||
#
|
||||
# AccountInstancesPerHour
|
||||
|
||||
Reference in New Issue
Block a user