This commit is contained in:
parent
93917a81ca
commit
1f788d60d9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
namespace Server.Items
|
||||
{
|
||||
class ClosedBarrel : TrapableContainer
|
||||
{
|
||||
{
|
||||
public override int DefaultGumpID{ get { return 0x3e; } }
|
||||
|
||||
[Constructable]
|
||||
public ClosedBarrel()
|
||||
: base( 0x0FAE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue