missing lua mob function

This commit is contained in:
KimLS 2013-06-26 22:23:31 -07:00
parent db70ad37dd
commit d12c700bbf

View File

@ -1814,6 +1814,7 @@ luabind::scope lua_register_mob() {
.def("Message", &Lua_Mob::Message)
.def("Message_StringID", &Lua_Mob::Message_StringID)
.def("Say", &Lua_Mob::Say)
.def("QuestSay", &Lua_Mob::QuestSay)
.def("Shout", &Lua_Mob::Shout)
.def("Emote", &Lua_Mob::Emote)
.def("InterruptSpell", (void(Lua_Mob::*)(void))&Lua_Mob::InterruptSpell)