mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
[Bug Fix] Fix Lua Zone ID Exports (#4700)
This commit is contained in:
+1
-1
@@ -728,7 +728,7 @@ std::string Lua_Zone::GetBucketRemaining(const std::string& bucket_name)
|
||||
}
|
||||
|
||||
luabind::scope lua_register_zone() {
|
||||
return luabind::class_<Lua_Zone>("Zone")
|
||||
return luabind::class_<Lua_Zone>("Zones")
|
||||
.def(luabind::constructor<>())
|
||||
.def("BuffTimersSuspended", &Lua_Zone::BuffTimersSuspended)
|
||||
.def("BypassesExpansionCheck", &Lua_Zone::BypassesExpansionCheck)
|
||||
|
||||
Reference in New Issue
Block a user