diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-01-10 15:45:25 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-01-10 15:45:25 +0000 |
commit | 9c9c105cd26a0b8349cd529c31c2a0800da697ce (patch) | |
tree | 2e317e6063693574d484b63cbb6fc2b81d05fde7 /ChangeLog | |
parent | a94476cd4ea9895949ddc2f8a70f6cf29b08bd2d (diff) | |
download | mana-9c9c105cd26a0b8349cd529c31c2a0800da697ce.tar.gz mana-9c9c105cd26a0b8349cd529c31c2a0800da697ce.tar.bz2 mana-9c9c105cd26a0b8349cd529c31c2a0800da697ce.tar.xz mana-9c9c105cd26a0b8349cd529c31c2a0800da697ce.zip |
Item types and weapon types are now identified by name instead of numbers in the items.xml. Removed entries for eAthena compatiblity from items.xml (the database isn't eAthena compatible anymore), added item type and weapon-type properties to all items. All healing items now have a healing effect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-01-10 Philipp Sehmisch <tmw@crushnet.org> + + * src/resources/itemdb.cpp, src/resources/iteminfo.cpp, + src/resources/iteminfo.h: Item types and weapon types are now + identified by name instead of numbers in the items.xml. + * data/items.xml: Removed entries for eAthena compatiblity (the + database isn't eAthena compatible anymore), added item type and + weapon-type properties to all items. All healing items now have a + healing effect. + 2007-01-09 Philipp Sehmisch <tmw@crushnet.org> * data/items.xml: Added weapon_type properties to weapons so that |