summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-30 20:28:28 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-30 20:28:28 +0000
commit86ee4c6435ec085abdef4cbbadcc86881e5fc48b (patch)
tree198302660bce63001e7fca276e814fefac25378f /ChangeLog
parentba3e78bc28c8862d38a0555fdbb880cf2010f621 (diff)
downloadmana-client-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.tar.gz
mana-client-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.tar.bz2
mana-client-86ee4c6435ec085abdef4cbbadcc86881e5fc48b.tar.xz
mana-client-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bf32e8..dfd9eba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>