aboutsummaryrefslogtreecommitdiff
path: root/src/game/GuardAI.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-05-26 20:03:40 +0200
committerclick <none@none>2010-05-26 20:03:40 +0200
commit249a5f77228a9d7d34910a29cc60e2f59532cd13 (patch)
tree59819115e3ce6f893eb5eedcf931b2b7bee9b8c1 /src/game/GuardAI.cpp
parentff7308f754455843b36a76457245f0f31bf769b7 (diff)
Remove some guardAI gossip (handled DB-side), remove some NPC gossip (handled DB-side)
--HG-- branch : trunk
Diffstat (limited to 'src/game/GuardAI.cpp')
-rw-r--r--src/game/GuardAI.cpp1
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);
}
-