mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
[Bug Fix] Fix Lua Zone ID Exports (#4700)
This commit is contained in:
parent
486c7c44be
commit
878a5377ae
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user