mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Cache highest arena team/guild ids. Some code clean up.
This commit is contained in:
parent
88b1974df6
commit
90828fa699
23 changed files with 183 additions and 160 deletions
|
|
@ -673,7 +673,7 @@ void BattleGround::Reset()
|
|||
m_PlayerScores.clear();
|
||||
|
||||
// reset BGSubclass
|
||||
this->ResetBGSubclass();
|
||||
ResetBGSubclass();
|
||||
}
|
||||
|
||||
void BattleGround::StartBattleGround()
|
||||
|
|
@ -1033,7 +1033,7 @@ bool BattleGround::AddSpiritGuide(uint32 type, float x, float y, float z, float
|
|||
if(!pCreature)
|
||||
{
|
||||
sLog.outError("Can't create Spirit guide. BattleGround not created!");
|
||||
this->EndNow();
|
||||
EndNow();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue