summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-12-17 15:59:04 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-12-17 15:59:04 +0000
commite185277178c6085949998b871ad9edd33bfed85c (patch)
tree7659aeada0ae935189e887466ab2c27809e965ae
parent8cc9c74c32a5fad0392f434e0f04df7b7ad1b32a (diff)
downloadclientdata-e185277178c6085949998b871ad9edd33bfed85c.tar.gz
clientdata-e185277178c6085949998b871ad9edd33bfed85c.tar.bz2
clientdata-e185277178c6085949998b871ad9edd33bfed85c.tar.xz
clientdata-e185277178c6085949998b871ad9edd33bfed85c.zip
Fixed the item tags.
-rw-r--r--equipment.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/equipment.xml b/equipment.xml
index e244301a..fa82171e 100644
--- a/equipment.xml
+++ b/equipment.xml
@@ -95,24 +95,24 @@
</equipment>
<!-- Temporary low weapon IDs (< 256) -->
- <item id="30" slot="0" attacktype="stab">
+ <equipment id="30" slot="0" attacktype="stab">
<sprite>weapon-dagger.xml</sprite>
<sound event="strike">short-sword-miss1.ogg</sound>
<sound event="hit">short-sword-hit1.ogg</sound>
- </item>
- <item id="31" slot="0" attacktype="bow">
+ </equipment>
+ <equipment id="31" slot="0" attacktype="bow">
<sprite>weapon-bow.xml</sprite>
<sound event="swing">bow_shoot_1.ogg</sound>
- </item>
- <item id="32" slot="0" attacktype="swing">
+ </equipment>
+ <equipment id="32" slot="0" attacktype="swing">
<sprite>weapon-scythe.xml</sprite>
- </item>
+ </equipment>
<equipment id="33">
<sprite>head-tophat.xml</sprite>
</equipment>
<equipment id="34">
- <sprite>head-funkywinter.xml</sprite>
+ <sprite>head-funkywinter.xml</sprite>
</equipment>
<equipment id="35">
<sprite>head-mask.xml</sprite>
@@ -125,7 +125,7 @@
</equipment>
<equipment id="38">
<sprite>head-shroom.xml</sprite>
- </item>
+ </equipment>
<!--
eAthenas equipment IDs for the local characters weapons
@@ -184,4 +184,4 @@
<sprite>weapon-scythe.xml</sprite>
</equipment>
-</equipments> \ No newline at end of file
+</equipments>