mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Bug Fix] Add Missing Lua Registers (#4525)
This commit is contained in:
@@ -6772,7 +6772,6 @@ luabind::scope lua_register_random() {
|
||||
)];
|
||||
}
|
||||
|
||||
|
||||
luabind::scope lua_register_events() {
|
||||
return luabind::class_<Events>("Event")
|
||||
.enum_("constants")
|
||||
@@ -8008,7 +8007,6 @@ luabind::scope lua_register_journal_mode() {
|
||||
)];
|
||||
}
|
||||
|
||||
|
||||
luabind::scope lua_register_exp_source() {
|
||||
return luabind::class_<ExpSource>("ExpSource")
|
||||
.enum_("constants")
|
||||
|
||||
Reference in New Issue
Block a user