summaryrefslogtreecommitdiff
path: root/npc/events/nguild/nguild_treas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/nguild/nguild_treas.txt')
-rw-r--r--npc/events/nguild/nguild_treas.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/nguild/nguild_treas.txt b/npc/events/nguild/nguild_treas.txt
index 92cbe585a..8bfa184c5 100644
--- a/npc/events/nguild/nguild_treas.txt
+++ b/npc/events/nguild/nguild_treas.txt
@@ -72,7 +72,7 @@ function script F_GldTreasSw {
mes "There's a small lever. Will you pull it?";
next;
- if (select("Pull.:Do not.") == 1) {
+ if (select("Pull.", "Do not.") == 1) {
warp getarg(0),getarg(1),getarg(2);
return;
}