mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[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. Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
5179230901
commit
bfa785fdb8
5 changed files with 24 additions and 33 deletions
|
|
@ -36,7 +36,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue