[Repositories] Convert Total Time Played to Repositories (#5008)

This commit is contained in:
Alex King
2025-09-15 09:14:59 -04:00
committed by GitHub
parent 6506ad5b51
commit 0bbb5b90e7
4 changed files with 18 additions and 13 deletions
-1
View File
@@ -82,7 +82,6 @@ public:
bool UpdateInjectedCommandSettings(const std::vector<std::pair<std::string, uint8>> &injected);
bool UpdateOrphanedCommandSettings(const std::vector<std::string> &orphaned);
bool GetCommandSubSettings(std::vector<CommandSubsettingsRepository::CommandSubsettings> &command_subsettings);
uint32 GetTotalTimeEntitledOnAccount(uint32 AccountID);
bool SetGMInvul(uint32 account_id, bool gminvul);
bool SetGMFlymode(uint32 account_id, uint8 flymode);
void SetMailKey(int CharID, int IPAddress, int MailKey);