diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 17:40:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 17:40:38 -0300 |
commit | aeb0fbc68690e7d5a7c1f62f0ec6ad4b3cf99d74 (patch) | |
tree | d05e67d5b2dfd5248b8b42f77b9a4c3f2c3ab6ed | |
parent | ac6d4571766bb8e5ff532b5708be8d2aea634a05 (diff) | |
download | clientdata-aeb0fbc68690e7d5a7c1f62f0ec6ad4b3cf99d74.tar.gz clientdata-aeb0fbc68690e7d5a7c1f62f0ec6ad4b3cf99d74.tar.bz2 clientdata-aeb0fbc68690e7d5a7c1f62f0ec6ad4b3cf99d74.tar.xz clientdata-aeb0fbc68690e7d5a7c1f62f0ec6ad4b3cf99d74.zip |
Fix Terranite Chest -> Terranite Armor Lv 82 DEF 82
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3535,11 +3535,11 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="1311" image="equipment/chest/terranitearmor.png" - name="Terranite Chest" + name="Terranite Armor" description="A nice piece of armor made out of terranite ore." effect="MDEF +100" - defense="143" - level="80" + defense="82" + level="82" type="equip-torso" weight="3600"> <sprite gender="unisex">equipment/chest/terranitearmor-male.xml</sprite> |