From 3978b319cd414ccea3802b3010e586b4b9424f47 Mon Sep 17 00:00:00 2001 From: Hatz Date: Thu, 8 Dec 2022 15:20:49 +0100 Subject: [PATCH] Updated gameforge client version --- nostaleauth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nostaleauth.cpp b/nostaleauth.cpp index 38ffdf4..0228b5d 100644 --- a/nostaleauth.cpp +++ b/nostaleauth.cpp @@ -3,8 +3,8 @@ NostaleAuth::NostaleAuth(const std::shared_ptr &id, QObject *parent) : QObject(parent), identity(id) { this->locale = QLocale().name(); - this->chromeVersion = "C2.2.23.1813"; - this->gameforgeVersion = "2.2.23"; + this->chromeVersion = "C2.2.27.1832"; + this->gameforgeVersion = "2.2.27"; this->browserUserAgent = "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36"; initCert();