diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 20:28:28 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 20:28:28 +0000 |
commit | 86ee4c6435ec085abdef4cbbadcc86881e5fc48b (patch) | |
tree | 198302660bce63001e7fca276e814fefac25378f /ChangeLog | |
parent | ba3e78bc28c8862d38a0555fdbb880cf2010f621 (diff) | |
download | mana-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.tar.gz mana-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.tar.bz2 mana-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.tar.xz mana-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.zip |
Reverted equipment database and included original low-ID items in items.xml for
compatibility with eAthena, which doesn't support View ID to come above 255.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ fallback item icon and use it for unknown items or when item image fails to load. * NEWS: Updated with changes since last update. + * data/items.xml, data/equipment.xml: Reverted equipment database and + included original low-ID items in items.xml for compatibility with + eAthena, which doesn't support View ID to come above 255. + * src/resources/itemdb.cpp: Accept items without a name. 2007-08-29 Bjørn Lindeijer <bjorn@lindeijer.nl> |