diff options
-rw-r--r-- | db/craft_db.conf | 2 | ||||
-rw-r--r-- | npc/guilds/logs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index f346b335b..1e6c7c4fe 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -639,7 +639,7 @@ craft_db: ( ( { GoldenApple: 1 - CelestiaTea: 15 + CelestiaTea: 10 }, ) CreateItems: diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt index d24126a8b..8cde177e9 100644 --- a/npc/guilds/logs.txt +++ b/npc/guilds/logs.txt @@ -79,7 +79,7 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ // Limit Boosts .@s+=showRecipe(CraftSacredManaPot, SacredManaPotion, - 1, GoldenApple, 15, CelestiaTea); + 1, GoldenApple, 10, CelestiaTea); .@s+=showRecipe(CraftSacredLifePot, SacredLifePotion, 1, GoldenApple, 1, ElixirOfLife); .@s+=showRecipe(CraftSacredImmortal, SacredImmortalityPotion, |