diff options
Diffstat (limited to 'npc/custom/quests/hunting_missions.txt')
-rw-r--r-- | npc/custom/quests/hunting_missions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/hunting_missions.txt b/npc/custom/quests/hunting_missions.txt index 372c6bffe..ad18a73f5 100644 --- a/npc/custom/quests/hunting_missions.txt +++ b/npc/custom/quests/hunting_missions.txt @@ -99,7 +99,7 @@ function Chk; function Cm; else if (.Reset > 0) mes "It will cost "+Cm(.Reset)+" Zeny."; next; - switch(select(" ~ Abandon...: ~ ^777777Cancel^000000")) { + switch(select(" ~ Abandon...", " ~ ^777777Cancel^000000")) { case 1: if (.Reset > 0) { if (Zeny < .Reset) { |