diff options
Diffstat (limited to 'npc/other/mail.txt')
-rw-r--r-- | npc/other/mail.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/mail.txt b/npc/other/mail.txt index 54067319e..63b53bf24 100644 --- a/npc/other/mail.txt +++ b/npc/other/mail.txt @@ -43,7 +43,7 @@ mes "you are required to pay 130 zeny."; mes "Would you like to use the service?"; next; - switch(select("Yes.:No.")) { + switch(select("Yes.", "No.")) { case 1: mes "[Mailbox]"; if (Zeny < 130) { |