diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-10 22:22:18 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-10 22:22:18 +0000 |
commit | e5676fda8bb42359503613fbd5bb7870b19ec65e (patch) | |
tree | 713d06041bf794e81f79890b00dc21d6f5bb555a /items.xml | |
parent | 05b2e6cb17a7db34b7c52c7a77db7193427358d8 (diff) | |
download | clientdata-e5676fda8bb42359503613fbd5bb7870b19ec65e.tar.gz clientdata-e5676fda8bb42359503613fbd5bb7870b19ec65e.tar.bz2 clientdata-e5676fda8bb42359503613fbd5bb7870b19ec65e.tar.xz clientdata-e5676fda8bb42359503613fbd5bb7870b19ec65e.zip |
fix pets icon location typo error
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5435,7 +5435,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <!-- Pets --> <item id="4000" - image="usable/piouegg.png" + image="usable/pets/piouegg.png" name="Piou egg" description="Piou egg. Not for omelettes!" type="generic" @@ -5444,7 +5444,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="300" /> <item id="4001" - image="usable/bhopegg.png" + image="usable/pets/bhopegg.png" name="Bhopper egg" description="Whaaaaaat, it is a lucky Bhopper Egg! With proper care, this pet will increase your luck!" type="generic" @@ -5453,7 +5453,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="1000" /> <item id="4002" - image="usable/maggotcocoon.png" + image="usable/pets/maggotcocoon.png" name="Maggot Cocoon" description="Hey, this cocoon is really rare!" type="generic" |