[9006] Trailing whitespace cleaning

Sorry for a (bit) delayed commit.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-12-16 15:31:05 +01:00
parent 7ee3d3a22c
commit a13fa7f873
19 changed files with 33 additions and 33 deletions

View file

@ -4320,7 +4320,7 @@ SpellCastResult Spell::CheckCast(bool strict)
return SPELL_FAILED_BAD_IMPLICIT_TARGETS;
Pet* target = m_caster->GetMap()->GetPet(((Player*)m_caster)->GetSelection());
// alive
// alive
if (!target || target->isDead())
return SPELL_FAILED_BAD_IMPLICIT_TARGETS;
// undead