Added UpdateZoneHeader(type, value) to Perl and Lua.

This commit is contained in:
Kinglykrab
2015-12-29 02:28:31 -05:00
parent ff876bd558
commit 34e1dc9829
5 changed files with 93 additions and 0 deletions
+4
View File
@@ -1304,6 +1304,10 @@ void lua_debug(std::string message, int level) {
Log.Out(static_cast<Logs::DebugLevel>(level), Logs::QuestDebug, message);
}
void lua_update_zone_header(std::string type, std::string value) {
quest_manager.UpdateZoneHeader(type, value);
}
#define LuaCreateNPCParse(name, c_type, default_value) do { \
cur = table[#name]; \
if(luabind::type(cur) != LUA_TNIL) { \