Fix compile ¬¬

+ Code Style (for, if, while)

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-24 17:48:52 +02:00
parent 9aa3fea857
commit a12c0aef85
11 changed files with 23 additions and 23 deletions

View File

@@ -8214,7 +8214,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig
if (this->GetTypeId() != TYPEID_PLAYER || !plr || plr->getClass() != CLASS_DEATH_KNIGHT)
return false;
if(!plr->IsBaseRuneSlotsOnCooldown(RUNE_BLOOD))
if (!plr->IsBaseRuneSlotsOnCooldown(RUNE_BLOOD))
return false;
}