diff options
author | megamage <none@none> | 2009-04-03 16:39:21 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-04-03 16:39:21 -0600 |
commit | 3d1200f4ac8adc439d5580cb9fdea6f827d4e9d9 (patch) | |
tree | 4d311806c040a77dd2eaf7f63e7b2815048b93d7 /src/game/Unit.cpp | |
parent | df479707e2b96ff292a58f0af594a6f26f9bfd72 (diff) |
[7609] Trailing whitespace cleaning Author: freghar
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index f9dfc24fac6..39daf01415a 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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) |