Cache highest arena team/guild ids. Some code clean up.

This commit is contained in:
hunuza 2008-11-05 16:58:57 +01:00
parent 88b1974df6
commit 90828fa699
23 changed files with 183 additions and 160 deletions

View file

@ -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;
}