summaryrefslogtreecommitdiff
path: root/npc/guild/aldeg_cas02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guild/aldeg_cas02.txt')
-rw-r--r--npc/guild/aldeg_cas02.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/aldeg_cas02.txt b/npc/guild/aldeg_cas02.txt
index 0fa6e5b56..faeb4e1c7 100644
--- a/npc/guild/aldeg_cas02.txt
+++ b/npc/guild/aldeg_cas02.txt
@@ -123,13 +123,8 @@ aldeg_cas02,139,235,0 script #switch_A02 111,{
mes " ";
mes "There's a small lever. Will you pull it? ";
next;
- switch(select("Pull.:Do not.")) {
- case 1:
- warp "aldeg_cas02",78,75;
- break;
- case 2:
- break;
- }
+ if(select("Pull.:Do not.") == 2) close;
+ warp "aldeg_cas02",78,75;
end;
}