diff --git a/source/D2Game/src/GAME/Clients.cpp b/source/D2Game/src/GAME/Clients.cpp index 3008d441..cbe6307c 100644 --- a/source/D2Game/src/GAME/Clients.cpp +++ b/source/D2Game/src/GAME/Clients.cpp @@ -572,7 +572,7 @@ void __fastcall CLIENTS_FillCharacterPreviewInfo(D2ClientStrc* pClient, D2Charac if (nPlayerLevel != 0 && nPlayerLevel <= 99) { - pCharacterPreviewInfo->nLevel = nPlayerClassId; + pCharacterPreviewInfo->nLevel = nPlayerLevel; } else {