[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
View File
@@ -79,6 +79,7 @@ SET(zone_sources
lua_spawn.cpp
lua_spell.cpp
lua_stat_bonuses.cpp
lua_zone.cpp
embperl.cpp
entity.cpp
exp.cpp
@@ -131,6 +132,7 @@ SET(zone_sources
perl_spawn.cpp
perl_spell.cpp
perl_stat_bonuses.cpp
perl_zone.cpp
perlpacket.cpp
petitions.cpp
pets.cpp
@@ -244,6 +246,7 @@ SET(zone_headers
lua_spawn.h
lua_spell.h
lua_stat_bonuses.h
lua_zone.h
map.h
masterentity.h
merc.h