diff options
author | Machiavelli <none@none> | 2010-05-26 20:26:03 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2010-05-26 20:26:03 +0200 |
commit | e33e700a78b9b91d2f16ac6e387c2f2d92b65c6d (patch) | |
tree | 30e48c4dce1e5d8a892ce0aec0f3c50982b1770c /src/game/GuardAI.cpp | |
parent | 7c0f140bb063e587baa4ca58aa0a2c77eff6a91f (diff) | |
parent | ee86f72217bc7658a0666142a30b54631d0f9170 (diff) |
Merge, thanks to Aokromes for testing my patches.
Added tag UP30 for e653a5b8d0
--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); } - |