[7437] Fixed client visible instance ids for battlegrounds. Patch provided by balrok. Thx.

Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
balrok 2009-03-10 16:51:37 +01:00 committed by Triply
parent 6a24242cb5
commit b6064c373e
6 changed files with 63 additions and 15 deletions

View file

@ -128,6 +128,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;