diff options
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r-- | src/account-server/accounthandler.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp index 9d9949f3..52ea2b33 100644 --- a/src/account-server/accounthandler.cpp +++ b/src/account-server/accounthandler.cpp @@ -267,7 +267,7 @@ handleReconnectMessage(AccountClient &computer, MessageIn &msg) { if (computer.status != CLIENT_LOGIN) { - LOG_DEBUG("Account tried to reconnect, but was allready logged in " + LOG_DEBUG("Account tried to reconnect, but was already logged in " << "or queued."); return; } @@ -563,8 +563,6 @@ AccountHandler::handleCharacterCreateMessage(AccountClient &computer, for (int i = 0; i < NB_BASE_ATTRIBUTES; ++i) attributes[i] = msg.readShort(); - // We see if the difference between the lowest stat and the highest - // isn't too big. unsigned int totalAttributes = 0; bool validNonZeroAttributes = true; for (int i = 0; i < NB_BASE_ATTRIBUTES; ++i) |