mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7609] Trailing whitespace cleaning
Here we are again! "git diff --check" !! Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
99fe98169a
commit
0fc68c5e1e
11 changed files with 16 additions and 16 deletions
|
|
@ -10653,7 +10653,7 @@ Player* Unit::GetSpellModOwner()
|
|||
void Unit::SendPetCastFail(uint32 spellid, SpellCastResult msg)
|
||||
{
|
||||
if(msg == SPELL_CAST_OK)
|
||||
return;
|
||||
return;
|
||||
|
||||
Unit *owner = GetCharmerOrOwner();
|
||||
if(!owner || owner->GetTypeId() != TYPEID_PLAYER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue