From d9cd7e3071303ee86fc74b7a47d3b0ff54225db7 Mon Sep 17 00:00:00 2001 From: BrentVL-1952840 <70229620+Brentdevent@users.noreply.github.com> Date: Tue, 28 Mar 2023 00:45:17 +0200 Subject: [PATCH] Use correct bdPublicProfileInfo version --- src/client/game/demonware/services/bdProfiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/game/demonware/services/bdProfiles.cpp b/src/client/game/demonware/services/bdProfiles.cpp index d53e5c0a..1b0a3fa7 100644 --- a/src/client/game/demonware/services/bdProfiles.cpp +++ b/src/client/game/demonware/services/bdProfiles.cpp @@ -24,7 +24,7 @@ namespace demonware auto* result = new bdPublicProfileInfo; result->m_entityID = entity_id; - result->m_VERSION = 4; + result->m_VERSION = 3; if (utils::io::read_file(std::format("players/user/profileInfo_{}", entity_id), &result->m_ddl)) {