[Quest API] Add secondstotime(duration) to Perl and Lua. (#1281)

- Add quest::converttime(duration) to Perl.
- Add eq.convert_time(duration) to Lua.
This commit is contained in:
Alex
2021-03-11 21:38:47 -05:00
committed by GitHub
parent ac4a993259
commit cd08c96fa4
4 changed files with 53 additions and 0 deletions
+1
View File
@@ -369,6 +369,7 @@ public:
bool DisableRecipe(uint32 recipe_id);
void ClearNPCTypeCache(int npctype_id);
void ReloadZoneStaticData();
std::string secondstotime(int duration);
Client *GetInitiator() const;
NPC *GetNPC() const;