aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-06-01 15:03:22 +0200
committerShauren <shauren.trinity@gmail.com>2025-09-27 19:56:44 +0200
commit8712a47951b7352c49ac5d1f2a2c787a132aae41 (patch)
treea38f6ab9ee915f01a0819955eac4593712815ac5 /src/server/authserver/Server/AuthSession.cpp
parent7770300e6850cc834cb19093b1ef3c9bf8b170c0 (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.cpp2
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