From 16da12829cada057e61f45e178c14ca64c176da1 Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 17 Mar 2006 04:21:00 +0000 Subject: Fix my fix on juperos.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5636 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/dungeons/juperos.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/warps/dungeons/juperos.txt b/npc/warps/dungeons/juperos.txt index e0b507461..42c1433da 100644 --- a/npc/warps/dungeons/juperos.txt +++ b/npc/warps/dungeons/juperos.txt @@ -66,8 +66,8 @@ juperos_02.gat,129,150,0 script Juperos 111,{ } jupe_ele.gat,41,45,0 script detectionUnit -1,10,10{ - if(@jupe_ele_timer == 0){ - set @jupe_ele_timer, 1; + if(jupe_ele_timer == 0){ + set jupe_ele_timer, 1; initnpctimer; } end; -- cgit v1.2.3-60-g2f50