aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/CreatureAI.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-03-21 10:52:14 +0100
committerShauren <shauren.trinity@gmail.com>2011-03-21 10:52:14 +0100
commit2f79b0f266e48778f13f9e183b41bfd8baa6f8bd (patch)
tree24d015e1cd21d43393e690ce624db3dda9b3ed73 /src/server/game/AI/CreatureAI.cpp
parentf8162d609ba2d010fadaed56a0dc51df17c3b7a1 (diff)
Core: Removed all double (and more) empty lines
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
-rwxr-xr-xsrc/server/game/AI/CreatureAI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp
index 87eb6db4ae2..92a2227fe8b 100755
--- a/src/server/game/AI/CreatureAI.cpp
+++ b/src/server/game/AI/CreatureAI.cpp
@@ -34,7 +34,6 @@ void CreatureAI::OnCharmed(bool /*apply*/)
AISpellInfoType * UnitAI::AISpellInfo;
AISpellInfoType * GetAISpellInfo(uint32 i) { return &CreatureAI::AISpellInfo[i]; }
-
void CreatureAI::Talk(uint8 id, uint64 WhisperGuid)
{
sCreatureTextMgr->SendChat(me, id, WhisperGuid);