diff options
-rw-r--r-- | npc/craft/recipes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 0647ff49a..445856b4b 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -170,6 +170,7 @@ function readAlchemy { showRecipe(DexPotionA, DexPotionB, DexPotionC); + dnext; // Scrolls mesc "----------"+l("Magic Scrolls")+"----------", 2; @@ -184,6 +185,7 @@ function readAlchemy { ScrollBattlePlansA, ScrollDefenseBlessA, ScrollCriticalFortuneA); + dnext; // General Stuff mesc "----------"+l("Reagents & Other Potions")+"----------", 2; |