mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +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() :
|
BattlegroundMgr::BattlegroundMgr() :
|
||||||
m_ArenaTesting(false),
|
m_ArenaTesting(sWorld->getBoolConfig(CONFIG_DEBUG_ARENA)),
|
||||||
m_Testing(false),
|
m_Testing(sWorld->getBoolConfig(CONFIG_DEBUG_BATTLEGROUND)),
|
||||||
m_NextAutoDistributionTime(0),
|
m_NextAutoDistributionTime(0),
|
||||||
m_AutoDistributionTimeChecker(0),
|
m_AutoDistributionTimeChecker(0),
|
||||||
m_NextPeriodicQueueUpdateTime(5 * IN_MILLISECONDS)
|
m_NextPeriodicQueueUpdateTime(5 * IN_MILLISECONDS)
|
||||||
|
|||||||
Reference in New Issue
Block a user