From fb10d4b4a1cf11daf0be70c2c03ca12358b22fbe Mon Sep 17 00:00:00 2001 From: masao87 Date: Thu, 31 May 2012 22:13:00 +0000 Subject: - Fixed parenthesis check in most 3rd job change quests. bugreport:5883 - Partially rewrote Rune Knight job change quest. bugreport:5881 - Follow up r16180 where i forgot to rename some Warper NPC from Mina to Warp Agent. - Fixed some comodo quest typos. bugreport:5882 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16192 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/3-1/warlock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/jobs/3-1/warlock.txt') diff --git a/npc/jobs/3-1/warlock.txt b/npc/jobs/3-1/warlock.txt index 7a0f35fa9..aef2df846 100644 --- a/npc/jobs/3-1/warlock.txt +++ b/npc/jobs/3-1/warlock.txt @@ -39,7 +39,7 @@ OnTouch: close; } } - if (BaseLevel > 94 && Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){ + if ((BaseLevel > 94) && (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard)){ mes " - There is a strange distortion here - "; next; switch(select( "Search the area.:Ignore it.")){ -- cgit v1.2.3-70-g09d2