diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:57:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:57:07 -0200 |
commit | ae97048e77cb4b1e8d0fc13072f08d186079dc6f (patch) | |
tree | def97414330926e78aa8229849f63170e4fc896a /items.xml | |
parent | 53ef502ed197e1798f274069165475197441dd21 (diff) | |
download | clientdata-ae97048e77cb4b1e8d0fc13072f08d186079dc6f.tar.gz clientdata-ae97048e77cb4b1e8d0fc13072f08d186079dc6f.tar.bz2 clientdata-ae97048e77cb4b1e8d0fc13072f08d186079dc6f.tar.xz clientdata-ae97048e77cb4b1e8d0fc13072f08d186079dc6f.zip |
[skip ci] fix a typo on item weight
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4962,7 +4962,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. defense="5" level="18" type="equip-head" - weight="320"> + weight="32"> <sprite>equipment/head/santabeardhat.xml</sprite> </item> <item id="3007" @@ -5053,7 +5053,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. defense="4" level="14" type="equip-head" - weight="280"> + weight="28"> <sprite>equipment/head/santahat.xml</sprite> </item> <!-- Neck Armors --> |