Fixed server starting.

This commit is contained in:
Hondacrx
2024-08-05 19:24:29 -04:00
parent 83fadf3a81
commit dece72fe84
2 changed files with 2 additions and 1 deletions
@@ -3866,7 +3866,7 @@ namespace Game.AI
[FieldOffset(20)]
public Raw raw;
[FieldOffset(36)]
[FieldOffset(40)]
public string param_string;
#region Structs
+1
View File
@@ -504,6 +504,7 @@ namespace Game.Networking
// Check that Key and account name are the same on client and server
if (!hmac.Digest.Compare(authSession.Digest))
{
SendAuthResponseError(BattlenetRpcErrorCode.Denied);
Log.outError(LogFilter.Network, "WorldSocket.HandleAuthSession: Authentication failed for account: {0} ('{1}') address: {2}", account.game.Id, authSession.RealmJoinTicket, address);
CloseSocket();
return;