From 9a13c358e79e1a9ae97bcf120783abdaee6a2e39 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Wed, 1 Aug 2012 05:06:59 +0000 Subject: Follow up r16545. Fixed some mistakes I made. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/functions_kafras.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'npc/kafras') diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 4fc08fc0e..0a6dad7d8 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -402,10 +402,12 @@ function script F_KafTele { if (@wrpD$[@num] == "Al De Baran") warp "aldebaran",168,112; if (@wrpD$[@num] == "Aldebaran") warp "aldebaran",168,112; if (@wrpD$[@num] == "Comodo") warp "comodo", 209, 143; - if(checkre(0) - if (@wrpD$[@num] == "Izlude") warp "izlude", 128, 98; - else - if (@wrpD$[@num] == "Izlude") warp "izlude", 91, 105; + if (@wrpD$[@num] == "Izlude") { + if(checkre(0)) + warp "izlude", 128, 98; + else + warp "izlude", 91, 105; + } if (@wrpD$[@num] == "Geffen") warp "geffen", 120, 39; if (@wrpD$[@num] == "Morroc") warp "morocc", 156, 46; if (@wrpD$[@num] == "Payon") warp "payon", 161, 58; -- cgit v1.2.3-70-g09d2