From 422b6b038883b6aa01c4d00a478795df11de0a66 Mon Sep 17 00:00:00 2001 From: xavier Date: Fri, 4 Jan 2013 02:30:37 +0000 Subject: [PATCH] itemids fixed. --- .../Special/Broken Furniture Collection/BrokenFallenChair.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs b/Scripts/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs index 9200348b1..1a66d0d49 100644 --- a/Scripts/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs +++ b/Scripts/Items/Special/Broken Furniture Collection/BrokenFallenChair.cs @@ -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 ) { }