diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-04 15:23:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-04 15:23:44 -0300 |
commit | 6e170d83b89237c6dd683397c51258b247d2a0c7 (patch) | |
tree | 9a1f56ac7885b8317e923f72a579a2b5c044a3f9 | |
parent | 34b2b7ca3bd4619adc745454a85a5c6902083dbd (diff) | |
download | serverdata-6e170d83b89237c6dd683397c51258b247d2a0c7.tar.gz serverdata-6e170d83b89237c6dd683397c51258b247d2a0c7.tar.bz2 serverdata-6e170d83b89237c6dd683397c51258b247d2a0c7.tar.xz serverdata-6e170d83b89237c6dd683397c51258b247d2a0c7.zip |
Savior Shield: Require Mylarin Dust, not Sunny Crystal
-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); |