[Quest API] Add Zone Support to Perl and Lua (#4662)

* [Quest API] Add Zone Support to Perl and Lua

* Final
This commit is contained in:
Alex King
2025-02-09 00:21:15 -05:00
committed by GitHub
parent 4fe229c475
commit 9e07d90664
7 changed files with 1618 additions and 1 deletions
+3 -1
View File
@@ -43,6 +43,7 @@
#include "lua_spell.h"
#include "lua_stat_bonuses.h"
#include "lua_database.h"
#include "lua_zone.h"
const char *LuaEvents[_LargestEventID] = {
"event_say",
@@ -1320,7 +1321,8 @@ void LuaParser::MapFunctions(lua_State *L) {
lua_register_expedition_lock_messages(),
lua_register_buff(),
lua_register_exp_source(),
lua_register_database()
lua_register_database(),
lua_register_zone()
)];
} catch(std::exception &ex) {