itemids fixed.

This commit is contained in:
xavier 2013-01-04 02:30:37 +00:00
parent 3f9a463f77
commit 422b6b0388

View file

@ -2,12 +2,12 @@ using System;
namespace Server.Items
{
[Flipable( 0xC17, 0xC17 )]
[Flipable( 0xC19, 0xC1a )]
public class BrokenFallenChairComponent : AddonComponent
{
public override int LabelNumber { get { return 1076264; } } // Broken Fallen Chair
public BrokenFallenChairComponent() : base( 0xC17 )
public BrokenFallenChairComponent() : base( 0xC19 )
{
}