compile fix

This commit is contained in:
Aokromes
2016-08-03 23:47:37 +02:00
parent 5dcb395e90
commit c3cb3e7233

View File

@@ -749,7 +749,7 @@ bool Battlenet::Session::HandlePasswordModule(BitStream* dataStream, ServerPacke
clientM1.SetBinary(dataStream->ReadBytes(32).get(), 32);
clientChallenge.SetBinary(dataStream->ReadBytes(128).get(), 128);
if (A.isZero())
if (A.IsZero())
{
Authentication::LogonResponse* logonResponse = new Authentication::LogonResponse();
logonResponse->SetAuthResult(AUTH_CORRUPTED_MODULE);