diff options
author | Reid <reidyaro@gmail.com> | 2015-09-18 13:59:40 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-18 14:04:31 +0200 |
commit | 62328c507868168205abb962baf0e0639dda4f23 (patch) | |
tree | 02959948a9b78acd5290c7bfbd39e01024b3f264 | |
parent | 3f88147aea1a04e5af1120af713fe4baeb1ed4c8 (diff) | |
download | clientdata-62328c507868168205abb962baf0e0639dda4f23.tar.gz clientdata-62328c507868168205abb962baf0e0639dda4f23.tar.bz2 clientdata-62328c507868168205abb962baf0e0639dda4f23.tar.xz clientdata-62328c507868168205abb962baf0e0639dda4f23.zip |
Add fishing rod item on items.xml, ID 728.
-rw-r--r-- | items.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -642,6 +642,13 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="generic" weight="200" maxFloorOffset="9"/> + <item id="728" + image="generic/fishingrod.png" + name="Fishing Rod" + description="" + type="generic" + weight="20" + maxFloorOffset="4"/> <!-- Necklaces <item id="1000" |