diff options
Diffstat (limited to 'npc/quests/partyrelay.txt')
-rw-r--r-- | npc/quests/partyrelay.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/partyrelay.txt b/npc/quests/partyrelay.txt index da3fe5d0a..6b9014938 100644 --- a/npc/quests/partyrelay.txt +++ b/npc/quests/partyrelay.txt @@ -361,7 +361,7 @@ payon,103,113,3 script Ledrion#payon::RelayLedrion 4_M_MANAGER,{ mes "incentive for your group."; mes "Would you like to participate?"; next; - switch(select("Sure!:No.")) { + switch(select("Sure!", "No.")) { case 1: if ((BaseLevel > 39) && (.@partyleader == getcharid(0)) && (getcharid(2) > 0) && (.@partymembercount > 5)) { mes "[Ledrion]"; |