fix(Core/Server): Fix player login checks (#23073)

This commit is contained in:
Takenbacon
2025-09-30 03:16:07 -07:00
committed by GitHub
parent 05b57ecb74
commit a56d1f65aa
3 changed files with 39 additions and 37 deletions

View File

@@ -601,6 +601,7 @@ public: // opcodes handlers
void SendCharCreate(ResponseCodes result);
void SendCharDelete(ResponseCodes result);
void SendCharLoginFailed(LoginFailureReason reason);
void SendCharRename(ResponseCodes result, CharacterRenameInfo const* renameInfo);
void SendCharCustomize(ResponseCodes result, CharacterCustomizeInfo const* customizeInfo);
void SendCharFactionChange(ResponseCodes result, CharacterFactionChangeInfo const* factionChangeInfo);