[6864] Fixed typos in [6863].

This commit is contained in:
hunuza 2008-11-30 12:36:33 +01:00
parent e19433fa73
commit d0ea9cbb23
3 changed files with 4 additions and 4 deletions

View file

@ -716,9 +716,9 @@ void BattleGround::AddPlayer(Player *plr)
else
plr->CastSpell(plr, SPELL_ALLIANCE_GOLD_FLAG,true);
}
else
else // green
{
if(plr->GetTeam() == HORDE) // green
if(plr->GetTeam() == HORDE)
plr->CastSpell(plr, SPELL_HORDE_GREEN_FLAG,true);
else
plr->CastSpell(plr, SPELL_ALLIANCE_GREEN_FLAG,true);