summaryrefslogtreecommitdiff
path: root/src/authserver/Server
diff options
context:
space:
mode:
authorBarbz <yhool_server@gmx.com>2017-06-30 18:16:17 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-08-19 19:47:35 +0200
commitf794ad2acfd8156ffe60ea5df1233ff5bb63be53 (patch)
tree4a27a4a1262e5aaa2e05a353e1e3349bffc666f1 /src/authserver/Server
parentc1586e0d995de5dd278b0acfe410acf66f6c2c6d (diff)
Fixed these 3 fatal errors for travis build (thanks to @Talamortis )
# Conflicts: # src/authserver/Server/AuthSocket.cpp # src/game/AI/SmartScripts/SmartScript.cpp
Diffstat (limited to 'src/authserver/Server')
-rw-r--r--src/authserver/Server/AuthSocket.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/authserver/Server/AuthSocket.cpp b/src/authserver/Server/AuthSocket.cpp
index d53f7fcc48..7631140790 100644
--- a/src/authserver/Server/AuthSocket.cpp
+++ b/src/authserver/Server/AuthSocket.cpp
@@ -547,11 +547,10 @@ bool AuthSocket::_HandleLogonChallenge()
for (int i = 0; i < 4; ++i)
_localizationName[i] = ch->country[4-i-1];
+
#ifdef ENABLE_EXTRAS && ENABLE_EXTRA_LOGS
- sLog->outDebug(LOG_FILTER_NETWORKIO, "'%s:%d' [AuthChallenge] account %s is using '%c%c%c%c' locale (%u)", socket().getRemoteAddress().c_str(), socket().getRemotePort(),
+ sLog->outDebug( LOG_FILTER_NETWORKIO, "'%s:%d' [AuthChallenge] account %s is using '%c%c%c%c' locale (%u)", socket().getRemoteAddress().c_str(), socket().getRemotePort(), _login.c_str (), ch->country[3], ch->country[2], ch->country[1], ch->country[0], GetLocaleByName(_localizationName) );
#endif
- // _login.c_str (), ch->country[3], ch->country[2], ch->country[1], ch->country[0], GetLocaleByName(_localizationName)
- // );
///- All good, await client's proof
_status = STATUS_LOGON_PROOF;