mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 01:06:36 +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:
@@ -154,6 +154,7 @@ public:
|
||||
bool Process();
|
||||
bool SaveZoneCFG();
|
||||
bool DoesAlternateCurrencyExist(uint32 currency_id);
|
||||
void DisableRespawnTimers();
|
||||
|
||||
char *adv_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user