diff options
Diffstat (limited to 'npc/quests/WIP')
-rw-r--r-- | npc/quests/WIP/6.txt | 2 | ||||
-rw-r--r-- | npc/quests/WIP/schwalz.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/WIP/6.txt b/npc/quests/WIP/6.txt index 912f826e0..eba0bb256 100644 --- a/npc/quests/WIP/6.txt +++ b/npc/quests/WIP/6.txt @@ -114,7 +114,7 @@ close; L_FINISH: if (countitem(7340)<2 && countitem(576)<2) { mes "[Dulu]"; -mes "You havent geather items yet"; +mes "You haven't gathered the items yet"; close; } mes "[Dulu]"; diff --git a/npc/quests/WIP/schwalz.txt b/npc/quests/WIP/schwalz.txt index 83103a498..097bb315c 100644 --- a/npc/quests/WIP/schwalz.txt +++ b/npc/quests/WIP/schwalz.txt @@ -237,12 +237,12 @@ close; Quest_enable: if (countitem (7345) >= 10) && (countitem(7347) >=10) && (countitem(7346) >=1) goto Quest_end; mes "[Ghalstein]"; -mes "You havent geather items yet. Come back when you should."; +mes "You haven't gathered the items yet. Come back when you should."; close; Quest_end: mes "[Ghalstein]"; -mes "Well done. You have finished my part of quest."; +mes "Well done. You have finished my part of the quest."; mes "Now, Visit Gushaar. He can be found sowhere around Yuno."; next; mes "[Ghalstein]"; |