From 80cd30508252c7b3517bd7d3d0347c0bdeb88863 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 5 Mar 2009 19:02:08 -0600 Subject: [7383] Changed some comments in config file, changed default MaxRatingDifference from 100 to 150 in default config. [7384] Removed some comments. Fixed problem that queues doesn't invite new players to already running battlegrounds. Some other fixes for announce system will be soon. Author: Triply --HG-- branch : trunk --- src/game/BattleGround.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/BattleGround.cpp') diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 24f83eb751f..19b30bd18f2 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -38,7 +38,7 @@ BattleGround::BattleGround() { m_TypeID = BattleGroundTypeId(0); m_InstanceID = 0; - m_Status = 0; + m_Status = STATUS_NONE; m_EndTime = 0; m_LastResurrectTime = 0; m_QueueId = QUEUE_ID_MAX_LEVEL_19; -- cgit v1.2.3