From 8712a47951b7352c49ac5d1f2a2c787a132aae41 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 1 Jun 2014 15:03:22 +0200 Subject: Core/Authserver: Added game account flags (cherry picked from commit c98853ca1c0f325296f509fe187b5505e32d607f) --- src/server/authserver/Server/AuthSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/authserver/Server/AuthSession.cpp') 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 -- cgit v1.2.3