diff options
Diffstat (limited to 'src/game/GuardAI.cpp')
-rw-r--r-- | src/game/GuardAI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index ee14da16375..19d5b5d8354 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -135,4 +135,3 @@ void GuardAI::JustDied(Unit *killer) if (Player* pkiller = killer->GetCharmerOrOwnerPlayerOrPlayerItself()) me->SendZoneUnderAttackMessage(pkiller); } - |