mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user