Add EVENT_ENTER_ZONE

This commit is contained in:
Kinglykrab
2025-06-11 20:46:41 -04:00
parent 1dbd494f4f
commit 42eee010c8
5 changed files with 37 additions and 0 deletions
+9
View File
@@ -1325,6 +1325,15 @@ void handle_zone_despawn(
std::vector<std::any> *extra_pointers
);
void handle_zone_enter(
QuestInterface *parse,
lua_State* L,
Zone* zone,
std::string data,
uint32 extra_data,
std::vector<std::any> *extra_pointers
);
void handle_zone_loot(
QuestInterface *parse,
lua_State* L,