Core/AuthServer: Fix the previous commit (it might help to actually fetch what we want to work on as well)

--HG--
branch : trunk
This commit is contained in:
click
2010-12-21 05:57:53 +01:00
parent 2f80f1b2f8
commit 5180ed0383

View File

@@ -745,6 +745,7 @@ bool AuthSocket::_HandleReconnectChallenge()
_build = ch->build;
_expversion = (AuthHelper::IsPostBCAcceptedClientBuild(_build) ? POST_BC_EXP_FLAG : NO_VALID_EXP_FLAG) | (AuthHelper::IsPreBCAcceptedClientBuild(_build) ? PRE_BC_EXP_FLAG : NO_VALID_EXP_FLAG);
Field* fields = result->Fetch();
uint8 secLevel = fields[2].GetUInt8();
_accountSecurityLevel = secLevel <= SEC_ADMINISTRATOR ? AccountTypes(secLevel) : SEC_ADMINISTRATOR;