itemids fixed.
This commit is contained in:
parent
3f9a463f77
commit
422b6b0388
1 changed files with 2 additions and 2 deletions
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue