From 4ca976ff5cb60e8f7c987942aaec0b7e63c3794d Mon Sep 17 00:00:00 2001 From: ravenal Date: Sat, 14 Nov 2009 20:13:37 +0000 Subject: [PATCH] Small typo in CraftItem.cs it should be AshBoard not YewBoard --- Scripts/Engines/Craft/Core/CraftItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Engines/Craft/Core/CraftItem.cs b/Scripts/Engines/Craft/Core/CraftItem.cs index a1e5a239a..2f7af9b01 100644 --- a/Scripts/Engines/Craft/Core/CraftItem.cs +++ b/Scripts/Engines/Craft/Core/CraftItem.cs @@ -318,7 +318,7 @@ namespace Server.Engines.Craft new Type[]{ typeof( BloodwoodLog ), typeof( BloodwoodBoard ) }, new Type[]{ typeof( FrostwoodLog ), typeof( FrostwoodBoard ) }, new Type[]{ typeof( OakLog ), typeof( OakBoard ) }, - new Type[]{ typeof( AshLog ), typeof( YewBoard ) }, + new Type[]{ typeof( AshLog ), typeof( AshBoard ) }, new Type[]{ typeof( YewLog ), typeof( YewBoard ) }, new Type[]{ typeof( Leather ), typeof( Hides ) }, new Type[]{ typeof( SpinedLeather ), typeof( SpinedHides ) },