[7609] Trailing whitespace cleaning Author: freghar

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-03 16:39:21 -06:00
parent df479707e2
commit 3d1200f4ac
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11946,7 +11946,7 @@ Player* Unit::GetSpellModOwner() const
void Unit::SendPetCastFail(uint32 spellid, SpellCastResult msg)
{
if(msg == SPELL_CAST_OK)
return;
return;
Unit *owner = GetCharmerOrOwner();
if(!owner || owner->GetTypeId() != TYPEID_PLAYER)