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)) {