mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
added language paramter to Lua_Mob::Say() and Lua_Mob::Shout() (credit to Torven)
This commit is contained in:
@@ -168,8 +168,10 @@ public:
|
||||
void Message(int type, const char *message);
|
||||
void Message_StringID(int type, int string_id, uint32 distance);
|
||||
void Say(const char *message);
|
||||
void Say(const char* message, int language);
|
||||
void QuestSay(Lua_Client client, const char *message);
|
||||
void Shout(const char *message);
|
||||
void Shout(const char* message, int language);
|
||||
void Emote(const char *message);
|
||||
void InterruptSpell();
|
||||
void InterruptSpell(int spell_id);
|
||||
|
||||
Reference in New Issue
Block a user