From e3fad19e04900ec23db6a4b42a6a3208bd276e4b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 13 Dec 2021 15:37:33 -0300 Subject: Continue what we started; But preserve more of the hardcoded stuff (Including manaplus.exe - no renaming Windows build I guess) --- src/net/ea/loginrecv.cpp | 2 +- src/net/eathena/loginrecv.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net') diff --git a/src/net/ea/loginrecv.cpp b/src/net/ea/loginrecv.cpp index 6e434ae8c..9760b09a6 100644 --- a/src/net/ea/loginrecv.cpp +++ b/src/net/ea/loginrecv.cpp @@ -96,7 +96,7 @@ void LoginRecv::processLoginError(Net::MessageIn &msg) case 5: // TRANSLATORS: error message errorMessage = _("Client too old or wrong server type.\n" - "Please update client on http://manaplus.org"); + "Please update client on http://manaplus.germantmw.de"); break; case 6: // TRANSLATORS: error message diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index 61983556b..ce7c0dcd9 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -89,7 +89,7 @@ void LoginRecv::processLoginError2(Net::MessageIn &msg) case 5: // TRANSLATORS: error message errorMessage = _("Client too old or wrong server type.\n" - "Please update client on http://manaplus.org"); + "Please update client on http://manaplus.germantmw.de"); break; case 6: // TRANSLATORS: error message -- cgit v1.2.3-70-g09d2