From fad3d92f5b8c45f6c3c4e3138802b5006fd23f3e Mon Sep 17 00:00:00 2001 From: Playtester Date: Mon, 20 Apr 2009 19:11:16 +0000 Subject: * Applied BrianL's castle switch fix (bugreport:2969) * Fixed slotted Memory Book not giving the combo bonus (bugreport:2997) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13683 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/prtg_cas02.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'npc/guild/prtg_cas02.txt') diff --git a/npc/guild/prtg_cas02.txt b/npc/guild/prtg_cas02.txt index a80a47047..fd58ff74d 100644 --- a/npc/guild/prtg_cas02.txt +++ b/npc/guild/prtg_cas02.txt @@ -121,13 +121,8 @@ prtg_cas02,207,228,0 script #switch_Pt02 111,{ mes " "; mes "There's a small lever. Will you pull it? "; next; - switch(select("Pull.:Do not.")) { - case 1: - warp "prtg_cas02",94,62; - break; - case 2: - break; - } + if(select("Pull.:Do not.") == 2) close; + warp "prtg_cas02",94,62; end; } -- cgit v1.2.3-70-g09d2