mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Quest API] Add ResetDecayTimer() to Perl/Lua. (#2520)
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
void SetCash(uint32 copper, uint32 silver, uint32 gold, uint32 platinum);
|
||||
void RemoveCash();
|
||||
bool IsEmpty();
|
||||
void ResetDecayTimer();
|
||||
void SetDecayTimer(uint32 decaytime);
|
||||
bool CanMobLoot(int charid);
|
||||
void AllowMobLoot(Lua_Mob them, uint8 slot);
|
||||
|
||||
Reference in New Issue
Block a user