fix(Core/Battlegrounds): apply Debug.Battleground and Debug.Arena con… (#26381)

This commit is contained in:
Kitzunu
2026-07-02 21:18:53 +02:00
committed by GitHub
parent 91f7be9f39
commit 35196af895

View File

@@ -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)