diff options
author | Reid <reidyaro@gmail.com> | 2012-09-08 20:49:59 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-09 12:52:47 +0200 |
commit | 697dd563f33583201e69b883133929175a336702 (patch) | |
tree | c45bb30b9d89b5b522cd4ebad1d620d7718ff8d7 | |
parent | 68e99aa4a9272b1b6ae36c716c6230e9f9572e3b (diff) | |
download | clientdata-697dd563f33583201e69b883133929175a336702.tar.gz clientdata-697dd563f33583201e69b883133929175a336702.tar.bz2 clientdata-697dd563f33583201e69b883133929175a336702.tar.xz clientdata-697dd563f33583201e69b883133929175a336702.zip |
Add back bracelet item. Wasn't removed from serverside, will be added into Fexil's shop.
-rw-r--r-- | items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -475,7 +475,7 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. </item> - <!-- Gloves + <!-- Gloves --> <item id="2000" image="equipment/hands/bracelets.png" name="Bracelets" @@ -484,7 +484,7 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. type="equip-arms" weight="30"> <sprite>equipment/hands/bracelets.xml</sprite> - </item> --> + </item> <!-- Pants --> |