diff options
Diffstat (limited to 'npc/cities/hugel.txt')
-rw-r--r-- | npc/cities/hugel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index b82e51863..6a02a4901 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -157,7 +157,7 @@ hu_in01,23,311,4 script Party Supplies Shop 4_M_HUMAN_01,{ mes "We can provide you with 5 of them"; mes "at 500 zeny."; next; - switch (select("Buy:Cancel")) { + switch (select("Buy", "Cancel")) { case 1: if (Zeny < 500) { mes "[Shopkeeper]"; |