diff options
author | mekolat <mekolat@gmail.com> | 2014-10-20 20:06:48 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-20 20:21:11 -0400 |
commit | 5dd0734d1341cfdf7e0a010b00bb3191119e8072 (patch) | |
tree | e0820e72e2625740e75658bb36a4a8ecc10afd08 /items/equip-2hand | |
parent | d215fd9ab4e0fad094fb43f7abfd6521d27d5543 (diff) | |
download | clientdata-5dd0734d1341cfdf7e0a010b00bb3191119e8072.tar.gz clientdata-5dd0734d1341cfdf7e0a010b00bb3191119e8072.tar.bz2 clientdata-5dd0734d1341cfdf7e0a010b00bb3191119e8072.tar.xz clientdata-5dd0734d1341cfdf7e0a010b00bb3191119e8072.zip |
fix skeleton charm
Diffstat (limited to 'items/equip-2hand')
-rw-r--r-- | items/equip-2hand/item906_KidBook.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-2hand/item906_KidBook.xml b/items/equip-2hand/item906_KidBook.xml index 5b825982..b6ec8c1a 100644 --- a/items/equip-2hand/item906_KidBook.xml +++ b/items/equip-2hand/item906_KidBook.xml @@ -9,7 +9,7 @@ <item id="906" image="equipment/weapon/kidbook.png" name="Kid Book" description="A big spell book used to transform humans into Trolls." effect="Damage +1" type="equip-2hand" weight="100" missile-particle="graphics/particles/monster-troll-foefire.particle.xml" sellProtected="true"> <replace/> <replace sprite="race"> - <item from="-100" to="-110"/> + <item to="-110"/> </replace> </item> </items> |