diff options
Diffstat (limited to 'src/game/GuardAI.cpp')
-rw-r--r-- | src/game/GuardAI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index d3c3d9a7330..0a892961f4d 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -137,3 +137,4 @@ void GuardAI::JustDied(Unit *killer) i_creature.SendZoneUnderAttackMessage(pkiller); } + |