diff options
author | mekolat <mekolat@gmail.com> | 2014-10-21 00:31:34 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-21 00:31:34 -0400 |
commit | c9089d3bffd493cc95a529fdd5af8221c0f7f7b2 (patch) | |
tree | 230b57debcdf1d26c50ae42d8dfb2332027f6296 /items/equip-charm | |
parent | e041bfb36fe7393f9942d0921f65a438cb0cdb58 (diff) | |
download | clientdata-c9089d3bffd493cc95a529fdd5af8221c0f7f7b2.tar.gz clientdata-c9089d3bffd493cc95a529fdd5af8221c0f7f7b2.tar.bz2 clientdata-c9089d3bffd493cc95a529fdd5af8221c0f7f7b2.tar.xz clientdata-c9089d3bffd493cc95a529fdd5af8221c0f7f7b2.zip |
reserve lower race ids
Diffstat (limited to 'items/equip-charm')
-rw-r--r-- | items/equip-charm/item1197_JacksSkeletonCharm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-charm/item1197_JacksSkeletonCharm.xml b/items/equip-charm/item1197_JacksSkeletonCharm.xml index 96e208ba..3c5bb831 100644 --- a/items/equip-charm/item1197_JacksSkeletonCharm.xml +++ b/items/equip-charm/item1197_JacksSkeletonCharm.xml @@ -8,7 +8,7 @@ </its:rules> <item id="1197" image="equipment/charms/skeletoncharm.png" name="Jack's Skeleton Charm" description="A mysterious charm said to only work at a special time of year" type="equip-charm" weight="10" sellProtected="true"> <replace sprite="race"> - <item to="-109"/> + <item to="-198"/> </replace> </item> </items> |