From 9452e8e64a3f8a3c7b27a6238009961505c80648 Mon Sep 17 00:00:00 2001 From: strelzia Date: Wed, 29 Apr 2026 17:35:19 +0200 Subject: [PATCH] Read 2 more dword from the character profile list as the struct seems to have expanded. --- Sources/AocLogin/CharacterServerConnection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/AocLogin/CharacterServerConnection.php b/Sources/AocLogin/CharacterServerConnection.php index df77821..f113eec 100644 --- a/Sources/AocLogin/CharacterServerConnection.php +++ b/Sources/AocLogin/CharacterServerConnection.php @@ -199,6 +199,8 @@ public function HandlePackets() $blocked = $stream->ReadUInt32(); $stream->ReadUInt32(); // ?? Offline levels $stream->ReadString(); // ?? Blob MD5 + $stream->ReadUInt32(); // ?? + $stream->ReadUInt32(); // ?? $this->m_Parent->chars[] = array( "id" => $characterID,