diff --git a/zone/lua_general.cpp b/zone/lua_general.cpp index 5ad1b2266..d6be4992c 100644 --- a/zone/lua_general.cpp +++ b/zone/lua_general.cpp @@ -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),