diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-29 13:54:54 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-29 13:54:54 +0000 |
commit | 57d54da4bfd8d22cd4a80a0422bab45cab9903ca (patch) | |
tree | 225e06c4ffc9746644dd614ca305a4b41315187c /items.xml | |
parent | 2fa4c717b0d51d84591805beb508c5c625aa2a73 (diff) | |
download | clientdata-57d54da4bfd8d22cd4a80a0422bab45cab9903ca.tar.gz clientdata-57d54da4bfd8d22cd4a80a0422bab45cab9903ca.tar.bz2 clientdata-57d54da4bfd8d22cd4a80a0422bab45cab9903ca.tar.xz clientdata-57d54da4bfd8d22cd4a80a0422bab45cab9903ca.zip |
fix id 3201
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -4565,17 +4565,6 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-26" to="-21"/> </replace> </item> - <item id="2998" - image="equipment/head/pinkhelmet.png" - name="Pink Helmet" - description="Hated by pinkies" - defense="60" - level="50" - str="1" - type="equip-head" - weight="320"> - <sprite>equipment/head/pinkhelmet.xml</sprite> - </item> <!-- 2998 reserved --> <item id="2999" image="equipment/head/fairyhat.png" @@ -4600,6 +4589,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="46"> <sprite>equipment/head/standardheadband.xml</sprite> </item> + <item id="3001" + image="equipment/head/pinkhelmet.png" + name="Pink Helmet" + description="Hated by pinkies" + defense="60" + level="50" + str="1" + type="equip-head" + weight="320"> + <sprite>equipment/head/pinkhelmet.xml</sprite> + </item> <!-- Neck Armors --> <item id="3200" |