[Quest API] Add ResetDecayTimer() to Perl/Lua. (#2520)

This commit is contained in:
hg
2022-11-06 10:48:10 -05:00
committed by GitHub
parent 69e90c1739
commit 3d7c43e92f
5 changed files with 41 additions and 0 deletions
+1
View File
@@ -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);