diff options
Diffstat (limited to 'npc/merchants/milk_trader.txt')
-rw-r--r-- | npc/merchants/milk_trader.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/milk_trader.txt b/npc/merchants/milk_trader.txt index d4f48fe4d..ff87c68d5 100644 --- a/npc/merchants/milk_trader.txt +++ b/npc/merchants/milk_trader.txt @@ -52,7 +52,7 @@ prontera,73,140,0 script Milk Vendor 4_M_04,{ mes "them for 1 Milk. How"; mes "does that sound?"; next; - if (select("Exchange all empty bottles.:Cancel") == 1) { + if (select("Exchange all empty bottles.", "Cancel") == 1) { if (countitem(Empty_Bottle) <= 0) { mes "[Milk Vendor]"; mes "Hey..."; |