feat(Core/Config): CONFIG_INTERVAL_SAVE (#3171)

This commit is contained in:
Kitzunu
2020-08-20 15:50:32 +02:00
committed by GitHub
parent 5d284f02a7
commit 73d725312d
5 changed files with 38 additions and 4 deletions

View File

@@ -2391,8 +2391,8 @@ class Player : public Unit, public GridObject<Player>
void StopCastingCharm();
void StopCastingBindSight();
//uint32 GetSaveTimer() const { return m_nextSave; }
//void SetSaveTimer(uint32 timer) { m_nextSave = timer; }
uint32 GetSaveTimer() const { return m_nextSave; }
void SetSaveTimer(uint32 timer) { m_nextSave = timer; }
// Recall position
uint32 m_recallMap;