diff options
author | click <none@none> | 2010-05-26 20:03:40 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-26 20:03:40 +0200 |
commit | 249a5f77228a9d7d34910a29cc60e2f59532cd13 (patch) | |
tree | 59819115e3ce6f893eb5eedcf931b2b7bee9b8c1 /src/game/GuardAI.cpp | |
parent | ff7308f754455843b36a76457245f0f31bf769b7 (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.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); } - |