diff options
-rw-r--r-- | items/equip-ammo/item1282_BoneArrows.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-ammo/item1282_BoneArrows.xml b/items/equip-ammo/item1282_BoneArrows.xml index 616a2228..1429575e 100644 --- a/items/equip-ammo/item1282_BoneArrows.xml +++ b/items/equip-ammo/item1282_BoneArrows.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="1282" image="equipment/ammo/bonedarts.png" name="Bone Arrows" description="Arrows made from bone. Not much different from the normal variety, but are much lighter." attack="55" type="equip-ammo" weight="1" sellProtected="true"/> + <item id="1282" image="equipment/ammo/bonedarts.png" name="Bone Arrows" description="Arrows made from bone. Not much different from the normal variety, but are much lighter." attack="55" type="equip-ammo" weight="0" sellProtected="true"/> </items> |