mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
feat(Core/Config): add option for LFG expansion (#7256)
This commit is contained in:
@@ -1252,6 +1252,16 @@ DeletedCharacterTicketTrace = 0
|
||||
|
||||
DungeonFinder.OptionsMask = 1
|
||||
|
||||
#
|
||||
# DungeonFinder.Expansion
|
||||
# Description: Allow setting which expansion can be used in LFG
|
||||
# 2 - Wotlk (Default)
|
||||
# 1 - TBC
|
||||
# 0 - Classic
|
||||
# Default: 2
|
||||
|
||||
DungeonFinder.Expansion = 2
|
||||
|
||||
#
|
||||
# AccountInstancesPerHour
|
||||
# Description: Controls the max amount of different instances player can enter within hour
|
||||
|
||||
Reference in New Issue
Block a user