Small typo in CraftItem.cs it should be AshBoard not YewBoard
This commit is contained in:
parent
14efdef34c
commit
4ca976ff5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue