Skip to content

Commit

Permalink
Updated gameforge client version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatz2 committed Dec 8, 2022
1 parent ae414fa commit 3978b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nostaleauth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
NostaleAuth::NostaleAuth(const std::shared_ptr<Identity> &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();
Expand Down

0 comments on commit 3978b31

Please sign in to comment.