mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 01:06:36 +00:00
[Cleanup] Remove unused SaveBackup in client.h (#3030)
# Notes - This is unused and does nothing in both Perl and Lua.
This commit is contained in:
+1
-2
@@ -353,8 +353,7 @@ public:
|
||||
void UpdateLFP();
|
||||
|
||||
virtual bool Save() { return Save(0); }
|
||||
bool Save(uint8 iCommitNow); // 0 = delayed, 1=async now, 2=sync now
|
||||
void SaveBackup();
|
||||
bool Save(uint8 iCommitNow); // 0 = delayed, 1=async now, 2=sync now
|
||||
|
||||
/* New PP Save Functions */
|
||||
bool SaveCurrency(){ return database.SaveCharacterCurrency(this->CharacterID(), &m_pp); }
|
||||
|
||||
Reference in New Issue
Block a user