diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-29 21:30:49 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-29 21:30:49 +0100 |
commit | 5f79d8632e7eb7fe675219927d83f1ec1b9afe14 (patch) | |
tree | c49bda19abbd65c78473f177091a96b92b1aa1b9 /items.xml | |
parent | 551dded03206728c5e9015fb76af8a03d193f049 (diff) | |
download | clientdata-5f79d8632e7eb7fe675219927d83f1ec1b9afe14.tar.gz clientdata-5f79d8632e7eb7fe675219927d83f1ec1b9afe14.tar.bz2 clientdata-5f79d8632e7eb7fe675219927d83f1ec1b9afe14.tar.xz clientdata-5f79d8632e7eb7fe675219927d83f1ec1b9afe14.zip |
add empty bottle
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1792,6 +1792,13 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="generic"
weight="10"
maxFloorOffset="20"/>
+ <item id="833"
+ image="generic/emptybottle.png"
+ name="Empty Bottle"
+ description=""
+ type="generic"
+ weight="5"
+ maxFloorOffset="20"/>
<!-- Necklaces -->
<item id="1000"
image="equipment/amulet/bromenalfourleafamulet.png"
|