mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Core/Battlegrounds): apply Debug.Battleground and Debug.Arena con… (#26381)
This commit is contained in:
@@ -61,8 +61,8 @@ bool BattlegroundTemplate::IsArena() const
|
||||
/*********************************************************/
|
||||
|
||||
BattlegroundMgr::BattlegroundMgr() :
|
||||
m_ArenaTesting(false),
|
||||
m_Testing(false),
|
||||
m_ArenaTesting(sWorld->getBoolConfig(CONFIG_DEBUG_ARENA)),
|
||||
m_Testing(sWorld->getBoolConfig(CONFIG_DEBUG_BATTLEGROUND)),
|
||||
m_NextAutoDistributionTime(0),
|
||||
m_AutoDistributionTimeChecker(0),
|
||||
m_NextPeriodicQueueUpdateTime(5 * IN_MILLISECONDS)
|
||||
|
||||
Reference in New Issue
Block a user