summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-29 15:36:33 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-29 15:36:33 +0000
commiteb905a28219dc7af2669b8b0db8415c3e8c4ab23 (patch)
tree0f70ec07541e8448808ba17417e168fec81c848d /ChangeLog
parent26b3e1094d85ef89c90376688000836c8ee43979 (diff)
downloadmanaserv-eb905a28219dc7af2669b8b0db8415c3e8c4ab23.tar.gz
manaserv-eb905a28219dc7af2669b8b0db8415c3e8c4ab23.tar.bz2
manaserv-eb905a28219dc7af2669b8b0db8415c3e8c4ab23.tar.xz
manaserv-eb905a28219dc7af2669b8b0db8415c3e8c4ab23.zip
Fixed handling of account levels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d643bfeb..d63a3064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,10 @@
use the new event system.
* src/game-server/quest.cpp: Fixed event listener on character removal
and/or disconnection.
+ * src/account-server/account.hpp, src/account-server/dalstorage.cpp,
+ src/account-server/accounthandler.cpp, src/account-server/account.cpp:
+ Fixed account levels not being loaded from the database.
+ * src/game-server/command.cpp: Fixed level checking.
2007-08-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>