Merge pull request #1098 from EQEmu/lua_update_zone_header

Add Lua eq.update_zone_header export to lua_general.cpp.
This commit is contained in:
Chris Miles 2020-07-30 22:07:47 -05:00 committed by GitHub
commit fd48912bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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),