mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-09 12:23:53 +00:00
Add Lua eq.update_zone_header export to lua_general.cpp.
This commit is contained in:
parent
98340751b0
commit
63ad92090a
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user