diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-07 18:17:13 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-07 18:17:13 +0000 |
commit | c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2 (patch) | |
tree | e6e6df9799bb7c17bd9e0e6850d9b7da73240909 /ChangeLog | |
parent | b2b13c21091b516b57b4bf3c91a313f019bf3579 (diff) | |
download | mana-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.tar.gz mana-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.tar.bz2 mana-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.tar.xz mana-c7ca39c9fc863fbd59f9e859cbcfc2a65188f6f2.zip |
Modified item database, so that equipment can actually be tested out-of-the-box.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |