diff options
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
-rwxr-xr-x | src/server/game/AI/CreatureAI.cpp | 1 |
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); |