From 8a2262f6b14e0244b339461fdc181777f6635a5a Mon Sep 17 00:00:00 2001 From: xavier Date: Thu, 16 Dec 2010 14:50:50 +0000 Subject: [PATCH] weight correction. --- Scripts/Items/Special/Holiday/IceyPatch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Items/Special/Holiday/IceyPatch.cs b/Scripts/Items/Special/Holiday/IceyPatch.cs index 40aa2dd1c..a156f3122 100644 --- a/Scripts/Items/Special/Holiday/IceyPatch.cs +++ b/Scripts/Items/Special/Holiday/IceyPatch.cs @@ -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 */