summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-06-16 16:44:39 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-06-16 16:44:39 +0000
commit5516ce0f2479fcd99d9fb1462e1e7fed63f9ba52 (patch)
tree10a8d85b3df85b6271966f470f57aa11f4d4ba7e /ChangeLog
parentc5d768891618f8ffbba4b4f9291becf20e277900 (diff)
downloadmanaserv-5516ce0f2479fcd99d9fb1462e1e7fed63f9ba52.tar.gz
manaserv-5516ce0f2479fcd99d9fb1462e1e7fed63f9ba52.tar.bz2
manaserv-5516ce0f2479fcd99d9fb1462e1e7fed63f9ba52.tar.xz
manaserv-5516ce0f2479fcd99d9fb1462e1e7fed63f9ba52.zip
Fixed initial attribute status.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0e6074a..a5b0ddb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* src/utils/mathutils.cpp: Fixed miscompilation of rsqrt due to type
aliasing and sped up sqrt.
+ * src/game-server/character.cpp: Fixed initial attribute status.
2007-04-11 Philipp Sehmisch <tmw@crushnet.org>