*Fix compile in *nix if You build without Trinity Scripts(with trinityinterface).

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-05-23 16:17:37 +02:00
parent 73faabbc49
commit 37aa9c3cbf

View File

@@ -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();