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 )