summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/quests/first_class/tu_acolyte.txt3
-rw-r--r--npc/quests/first_class/tu_merchant.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt
index cc269535f..1c0aabe36 100644
--- a/npc/quests/first_class/tu_acolyte.txt
+++ b/npc/quests/first_class/tu_acolyte.txt
@@ -24,12 +24,11 @@ prt_church.gat,179,15,1 script Priest Praupin 110,{
mes "You're "+strcharinfo(0)+" !";
mes "You've grown so much!";
mes "I'm truly proud of you.";
- close;
} else {
mes "May you";
mes "always be blessed...";
- close;
}
+ close;
}
switch(tu_acolyte01){
case 0:
diff --git a/npc/quests/first_class/tu_merchant.txt b/npc/quests/first_class/tu_merchant.txt
index df4e3be27..7f1cc653d 100644
--- a/npc/quests/first_class/tu_merchant.txt
+++ b/npc/quests/first_class/tu_merchant.txt
@@ -11,7 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 Fully working
//= 1.1 Fixed bugs, optimized [Lupus]
-//= TODO: Test, add missinf misceffects
+//= TODO: Test, add missing misceffects
//============================================================