mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9006] Trailing whitespace cleaning
Sorry for a (bit) delayed commit. Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
7ee3d3a22c
commit
a13fa7f873
19 changed files with 33 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue