summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-07 18:17:13 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-07 18:17:13 +0000
commitc7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2 (patch)
treee6e6df9799bb7c17bd9e0e6850d9b7da73240909 /ChangeLog
parentb2b13c21091b516b57b4bf3c91a313f019bf3579 (diff)
downloadmana-client-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.tar.gz
mana-client-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.tar.bz2
mana-client-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.tar.xz
mana-client-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.zip
Modified item database, so that equipment can actually be tested out-of-the-box.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8764dde4..a25c81b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
src/gui/minimap.cpp: Fixed window dimensions not being restored at
start time. Cleaned resizing notification. Improved access control on
window members.
+ * data/items.xml, data/equipment.xml: Modified item database, so that
+ equipment can be tested.
2007-08-06 Guillaume Melquiond <guillaume.melquiond@gmail.com>