diff options
-rw-r--r-- | db/craft_db.conf | 2 | ||||
-rw-r--r-- | npc/craft/recipes.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 8f9bd5d04..fa1c1279e 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1924,7 +1924,7 @@ craft_db: ( SourceItems: ( { - SunnyCrystal: 1 + MylarinDust: 1 TitaniumIngot: 15 Coal: 40 EverburnPowder: 1 diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 8f69551de..c17ed174b 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -359,7 +359,7 @@ function readCrafting { 30, Coal, 1, EverburnPowder); showRecipe(CraftSaviorShield, SaviorShield, - 1, SunnyCrystal, + 1, MylarinDust, 15, TitaniumIngot, 40, Coal, 1, EverburnPowder); |