diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-06-01 15:03:22 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-09-27 19:56:44 +0200 |
commit | 8712a47951b7352c49ac5d1f2a2c787a132aae41 (patch) | |
tree | a38f6ab9ee915f01a0819955eac4593712815ac5 /src/server/authserver/Server/AuthSession.cpp | |
parent | 7770300e6850cc834cb19093b1ef3c9bf8b170c0 (diff) |
Core/Authserver: Added game account flags
(cherry picked from commit c98853ca1c0f325296f509fe187b5505e32d607f)
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r-- | src/server/authserver/Server/AuthSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp index d2c110af798..54b0cbc15d9 100644 --- a/src/server/authserver/Server/AuthSession.cpp +++ b/src/server/authserver/Server/AuthSession.cpp @@ -557,7 +557,7 @@ bool AuthSession::HandleLogonProof() proof.M2 = M2; proof.cmd = AUTH_LOGON_PROOF; proof.error = 0; - proof.AccountFlags = 0x00800000; // 0x01 = GM, 0x08 = Trial, 0x00800000 = Pro pass (arena tournament) + proof.AccountFlags = GAMEACCOUNT_FLAG_PROPASS_LOCK; proof.SurveyId = 0; proof.LoginFlags = 0; // 0x1 = has account message |