This commit is contained in:
xavier 2011-07-31 16:36:53 +00:00
parent 93917a81ca
commit 1f788d60d9

View file

@ -1,7 +1,9 @@
namespace Server.Items
{
class ClosedBarrel : TrapableContainer
{
{
public override int DefaultGumpID{ get { return 0x3e; } }
[Constructable]
public ClosedBarrel()
: base( 0x0FAE )