Add Lua eq.update_zone_header export to lua_general.cpp.

This commit is contained in:
Alex 2020-07-19 18:01:06 -04:00
parent 98340751b0
commit 63ad92090a

View File

@ -2461,6 +2461,7 @@ luabind::scope lua_register_general() {
luabind::def("disable_recipe", &lua_disable_recipe),
luabind::def("clear_npctype_cache", &lua_clear_npctype_cache),
luabind::def("reloadzonestaticdata", &lua_reloadzonestaticdata),
luabind::def("update_zone_header", &lua_update_zone_header),
luabind::def("clock", &lua_clock),
luabind::def("create_npc", &lua_create_npc),
luabind::def("log", (void(*)(int, std::string))&lua_log),