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 /npc | |
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
Diffstat (limited to 'npc')
-rw-r--r-- | npc/craft/recipes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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); |