mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
[Bug Fix] Add Missing Lua Registers (#4525)
This commit is contained in:
+3
-1
@@ -1312,11 +1312,13 @@ void LuaParser::MapFunctions(lua_State *L) {
|
||||
lua_register_rulei(),
|
||||
lua_register_ruler(),
|
||||
lua_register_ruleb(),
|
||||
lua_register_rules(),
|
||||
lua_register_journal_speakmode(),
|
||||
lua_register_journal_mode(),
|
||||
lua_register_expedition(),
|
||||
lua_register_expedition_lock_messages(),
|
||||
lua_register_buff()
|
||||
lua_register_buff(),
|
||||
lua_register_exp_source()
|
||||
)];
|
||||
|
||||
} catch(std::exception &ex) {
|
||||
|
||||
Reference in New Issue
Block a user