Browse Source

Fixes a warning in HorrorToyFactory.

* Replaces an unattached sleep2 to sleep
* Thanks to @admkakaroto and @technoken!
Jey 7 years ago
parent
commit
b275412bcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npc/re/instances/HorrorToyFactory.txt

+ 1 - 1
npc/re/instances/HorrorToyFactory.txt

@@ -1324,7 +1324,7 @@ OnStart:
 		.@mon_num++;
 		.@mon_num++;
 		if (.@mon_num > 20)
 		if (.@mon_num > 20)
 			break;
 			break;
-		sleep2 200;
+		sleep 200;
 	}
 	}
 	sleep 6000;
 	sleep 6000;
 	killmonster 'xm_d_map$, .@event$;
 	killmonster 'xm_d_map$, .@event$;