Cleaned up boss AI scripts.

This commit is contained in:
MobiusDevelopment
2021-05-13 12:35:22 +00:00
parent a4446d262c
commit c3f0369f5e
20 changed files with 2354 additions and 2504 deletions

View File

@@ -1733,7 +1733,7 @@ public class Quest extends ManagedScript
* @param mobs
* @see #registerMobs(int[], EventType...)
*/
public void registerMobs(int[] mobs)
public void registerMobs(int... mobs)
{
for (int id : mobs)
{