From 1f788d60d9236cd7bdb5b93a99d14292ca811278 Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 31 Jul 2011 16:36:53 +0000 Subject: [PATCH] --- Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs b/Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs index f05445a10..2e332e98f 100644 --- a/Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs +++ b/Scripts/Items/Special/Rares/Containers/ClosedBarrel.cs @@ -1,7 +1,9 @@ namespace Server.Items { class ClosedBarrel : TrapableContainer - { + { + public override int DefaultGumpID{ get { return 0x3e; } } + [Constructable] public ClosedBarrel() : base( 0x0FAE )