weight correction.

This commit is contained in:
xavier 2010-12-16 14:50:50 +00:00
parent c97e7619f0
commit 8a2262f6b1

View file

@ -7,6 +7,7 @@ namespace Server.Items
public class IceyPatch : Item
{
public override int LabelNumber { get { return 1095159; } } //An Icy Patch
public override double DefaultWeight { get { return 5.0; } }
/* On OSI, the iceypatch with itemid 0x122a is "rarer", so we will give it 1:10 chance of creating it that way */