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 4ec794767ea..8fc8e3e143f 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -137,3 +137,4 @@ void GuardAI::JustDied(Unit *killer) i_creature.SendZoneUnderAttackMessage(pkiller); } + |