aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGround.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-10 15:30:44 -0600
committermegamage <none@none>2009-03-10 15:30:44 -0600
commita0fede4fc21de9f1b8fc5939bf0c6798ce78071a (patch)
tree54168aeaf6ce0f9dde53fadeea7ae14ffd9eef35 /src/game/BattleGround.cpp
parent1c151b72446fcb2908df6fee97058c43c7ca83c2 (diff)
[7437] Fixed client visible instance ids for battlegrounds. Author: balrok
--HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r--src/game/BattleGround.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp
index abef4f823d5..39dc135cffd 100644
--- a/src/game/BattleGround.cpp
+++ b/src/game/BattleGround.cpp
@@ -130,6 +130,7 @@ BattleGround::BattleGround()
m_TypeID = BattleGroundTypeId(0);
m_InstanceID = 0;
m_Status = STATUS_NONE;
+ m_ClientInstanceID = 0;
m_EndTime = 0;
m_LastResurrectTime = 0;
m_QueueId = QUEUE_ID_MAX_LEVEL_19;