feat(core): account delete hook (#18605)

Add account delete hook
This commit is contained in:
silviu20092 2024-03-27 01:57:42 +02:00 committed by GitHub
parent 16f220253a
commit 5b8bc792b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 0 deletions

View file

@ -469,6 +469,7 @@ public: /* PlayerScript */
public: /* AccountScript */
void OnAccountLogin(uint32 accountId);
void OnBeforeAccountDelete(uint32 accountId);
void OnLastIpUpdate(uint32 accountId, std::string ip);
void OnFailedAccountLogin(uint32 accountId);
void OnEmailChange(uint32 accountId);