summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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>