Fixes a warning in HorrorToyFactory.

* Replaces an unattached sleep2 to sleep
* Thanks to @admkakaroto and @technoken!
This commit is contained in:
Jey 2017-09-08 11:22:23 +02:00
parent b4952aae09
commit b275412bcc

View File

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