From ab2a22c1785220b45c882aaffea7e55df32042c5 Mon Sep 17 00:00:00 2001 From: asayre Date: Fri, 16 Jun 2006 20:10:43 +0000 Subject: [PATCH] --- Scripts/Engines/Craft/DefBlacksmithy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Engines/Craft/DefBlacksmithy.cs b/Scripts/Engines/Craft/DefBlacksmithy.cs index f892b5076..d46ff3dad 100644 --- a/Scripts/Engines/Craft/DefBlacksmithy.cs +++ b/Scripts/Engines/Craft/DefBlacksmithy.cs @@ -380,7 +380,7 @@ namespace Server.Engines.Craft index = AddCraft( typeof( RuneCarvingKnife ), 1011081, 1072915, 70.0, 120.0, typeof( IronIngot ), 1044036, 9, 1044037 ); AddRes( index, typeof( DreadHornMane ), 1032682, 1, 1053098 ); AddRes( index, typeof( Putrefication ), 1032678, 10, 1053098 ); - AddRes( index, typeof( Muculent ), 1032678, 10, 1053098 ); + AddRes( index, typeof( Muculent ), 1032680, 10, 1053098 ); AddRecipe( index, 0 ); ForceNonExceptional( index ); SetNeededExpansion( index, Expansion.ML );