summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-03-20 18:41:24 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-03-20 18:41:24 +0000
commitddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3 (patch)
tree9158b552770d02a71217562dc3e18ef5180f5252 /ChangeLog
parented0e4fd21544d2c3e0a8494c6f48fc905afda04f (diff)
downloadmanaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.tar.gz
manaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.tar.bz2
manaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.tar.xz
manaserv-ddb92024dd6851a0565f1f06ed4ac8ea2abf1dd3.zip
Removed check for difference between lowest and highest attribute at char creation. Unified order of basic attributes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e28da47d..af736939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-20 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/account-server/accounthandler.cpp, src/defines.h: Removed check
+ for difference between lowest and highest attribute at char creation.
+ * src/account-server/dalstorage.cpp, src/account-server/dalstorage.hpp:
+ Unified order of basic attributes.
+
2007-03-20 Rogier Polak <rogier.l.a.polak@gmail.com>
* src/account-server/accounthandler.cpp, src/utils/tokencollector.hpp,