Small typo in CraftItem.cs it should be AshBoard not YewBoard

This commit is contained in:
ravenal 2009-11-14 20:13:37 +00:00
parent 14efdef34c
commit 4ca976ff5c

View file

@ -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 ) },