summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-23 00:38:23 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-23 00:38:23 +0000
commit37a7b026881ce23fb22ae66b32c8ef9695e8a0de (patch)
tree31d951e855ce29ba51bdc5b79862078a5fac5cf6 /src/account-server/accounthandler.cpp
parent164f19d705d0fc5745b7dda0547c23d1d06d05a1 (diff)
downloadmanaserv-37a7b026881ce23fb22ae66b32c8ef9695e8a0de.tar.gz
manaserv-37a7b026881ce23fb22ae66b32c8ef9695e8a0de.tar.bz2
manaserv-37a7b026881ce23fb22ae66b32c8ef9695e8a0de.tar.xz
manaserv-37a7b026881ce23fb22ae66b32c8ef9695e8a0de.zip
Mostly fixed some compilation issues.
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r--src/account-server/accounthandler.cpp4
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)