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 a821939910a..4a3a6c991b0 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -136,4 +136,3 @@ void GuardAI::JustDied(Unit *killer) m_creature->SendZoneUnderAttackMessage(pkiller); } - |