diff options
author | Anubisss <none@none> | 2009-05-23 16:17:37 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-05-23 16:17:37 +0200 |
commit | 37aa9c3cbf2b68b8a71130dbe71f0a729f068d65 (patch) | |
tree | 2041bb5f371398e3369419320b090180fa0dc11c /src/bindings/interface/ScriptMgr.h | |
parent | 73faabbc491e72c4189f15c62546cdecf0f6bd39 (diff) |
*Fix compile in *nix if You build without Trinity Scripts(with trinityinterface).
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/interface/ScriptMgr.h')
-rw-r--r-- | src/bindings/interface/ScriptMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/interface/ScriptMgr.h b/src/bindings/interface/ScriptMgr.h index 97b75f07db2..a5e5f478d03 100644 --- a/src/bindings/interface/ScriptMgr.h +++ b/src/bindings/interface/ScriptMgr.h @@ -152,7 +152,7 @@ struct TRINITY_DLL_DECL ScriptedAI : public CreatureAI void DoSay(char const* text, uint32 language) { - m_creature->Say(text,language,0); + m_creature->MonsterSay(text,language,0); } void DoGoHome(); |