diff options
Diffstat (limited to 'npc/battleground/flavius/flavius01.txt')
-rw-r--r-- | npc/battleground/flavius/flavius01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/battleground/flavius/flavius01.txt b/npc/battleground/flavius/flavius01.txt index 44e084284..c0c034a6a 100644 --- a/npc/battleground/flavius/flavius01.txt +++ b/npc/battleground/flavius/flavius01.txt @@ -754,7 +754,7 @@ bat_b01,1,10,3 script Release all#b01 4_DOG01,{ } else { mes "May I help you?"; next; - switch(select("Release all.:Cancel.")) { + switch(select("Release all.", "Cancel.")) { case 1: mes "Bye."; close2; |