diff options
Diffstat (limited to 'npc/events/nguild/nguild_flags.txt')
-rw-r--r-- | npc/events/nguild/nguild_flags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/nguild/nguild_flags.txt b/npc/events/nguild/nguild_flags.txt index ebfa2d230..d2a753003 100644 --- a/npc/events/nguild/nguild_flags.txt +++ b/npc/events/nguild/nguild_flags.txt @@ -57,7 +57,7 @@ function script F_Flags { mes "Brave ones..."; mes "Do you wish to return to your honorable place?"; next; - if (select("Return to the guild castle.:Quit.") == 1) { + if (select("Return to the guild castle.", "Quit.") == 1) { if (getcharid(2) == getcastledata(getarg(1),1)) warp getarg(1),getarg(2),getarg(3); } |