From 3033de10192e04bfa6b99c4572f90c4e9932d8a6 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 29 May 2023 18:38:36 +0200 Subject: [PATCH] chore(Core/Conf): Move DungeonFinder.OptionsMask to rest of lfg stuff --- .../apps/worldserver/worldserver.conf.dist | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/server/apps/worldserver/worldserver.conf.dist b/src/server/apps/worldserver/worldserver.conf.dist index 8f751fad4a..df90051a62 100644 --- a/src/server/apps/worldserver/worldserver.conf.dist +++ b/src/server/apps/worldserver/worldserver.conf.dist @@ -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 #