Ver código fonte

Fix my fix on juperos.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5636 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lance 19 anos atrás
pai
commit
3bb957b709
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      npc/warps/dungeons/juperos.txt

+ 2 - 2
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;