mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
chore(Core/Conf): Move DungeonFinder.OptionsMask to rest of lfg stuff (#16398)
* chore(Core/Conf): Move DungeonFinder.OptionsMask to rest of lfg stuff * fix(Script/Spells): Move some DK and Druid to spellscripts Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com> * move Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com> * more * Revert "fix(Script/Spells): Move some DK and Druid to spellscripts" This reverts commit fbb1cbdf4f5f9349f150612176925a218ebb2b06. * Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"" This reverts commit 626bde3369a7d556c3a056f47054c63725524ce8. * Update spell_dk.cpp * Revert "Update spell_dk.cpp" This reverts commit d8eefa6b878006fefd28159c1dbeedc03b34fd32. * Revert "Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts""" This reverts commit 8ad785710499c61ab8aa06028b91fcb583896e67. * Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"" This reverts commit 626bde3369a7d556c3a056f47054c63725524ce8. * Revert "more" This reverts commit b1b2f56ac72e3ac8cd160da3b59df776d6a7a469. * Revert "move" This reverts commit 7a4b45b007a257c267e7c3f11e15b80081d9359f. * Revert "fix(Script/Spells): Move some DK and Druid to spellscripts" This reverts commit fbb1cbdf4f5f9349f150612176925a218ebb2b06. --------- Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
This commit is contained in:
@@ -1297,18 +1297,6 @@ AllowTickets = 1
|
||||
|
||||
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
|
||||
# LFG_OPTION_ENABLE_SEASONAL_BOSSES = 4, Enable seasonal bosses
|
||||
|
||||
# Default: 5
|
||||
|
||||
DungeonFinder.OptionsMask = 5
|
||||
|
||||
#
|
||||
# DBC.EnforceItemAttributes
|
||||
# Disallow overriding item attributes stored in DBC files with values from the database
|
||||
@@ -3682,6 +3670,17 @@ Calculate.Gameoject.Zone.Area.Data = 0
|
||||
|
||||
Group.Raid.LevelRestriction = 10
|
||||
|
||||
#
|
||||
# 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
|
||||
# LFG_OPTION_ENABLE_SEASONAL_BOSSES = 4, Enable seasonal bosses
|
||||
# Default: 5
|
||||
|
||||
DungeonFinder.OptionsMask = 5
|
||||
|
||||
#
|
||||
# LFG.Location.All
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user