diff options
Diffstat (limited to 'npc/merchants/icecream.txt')
-rw-r--r-- | npc/merchants/icecream.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt index f1ad519d9..14f83b2a0 100644 --- a/npc/merchants/icecream.txt +++ b/npc/merchants/icecream.txt @@ -42,7 +42,7 @@ mes "^3355FF100 Zeny^000000 Ice Cream,"; mes "Ice Cream!"; next; - if(select("Gimme Ice Cream!:Cancel Trade") == 2) { + if(select("Gimme Ice Cream!", "Cancel Trade") == 2) { mes "Are you sure you don't want any?"; mes "I won't be selling it for long,"; mes "and once I run out,"; |