diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/warps/dungeons/juperos.txt | 4 |
1 files 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;
|