mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[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:
parent
6a24242cb5
commit
b6064c373e
6 changed files with 63 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue