[Quest API] Add DisableRespawnTimers to Perl and Lua (#4691)

* [Quest API] Add DisableRespawnTimers to Perl and Lua

* Update lua_zone.h

* Update lua_zone.cpp

* Change up how we're doing this

---------

Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
Alex King
2025-02-20 01:26:46 -05:00
committed by GitHub
parent 753d83c499
commit f8837d0926
5 changed files with 27 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ public:
void Depop();
void Depop(bool start_spawn_timers);
void Despawn(uint32 spawngroup_id);
void DisableRespawnTimers();
float GetAAEXPModifier(Lua_Client c);
float GetAAEXPModifierByCharacterID(uint32 character_id);
std::string GetContentFlags();