forked from MagicBane/Server
Spawn time set to 15s for debug.
This commit is contained in:
@@ -522,7 +522,8 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
siegeMinion.parentZoneUUID = artyCaptain.parentZoneUUID;
|
siegeMinion.parentZoneUUID = artyCaptain.parentZoneUUID;
|
||||||
siegeMinion.behaviourType = MobBehaviourType.SiegeEngine;
|
siegeMinion.behaviourType = MobBehaviourType.SiegeEngine;
|
||||||
siegeMinion.bindLoc = Vector3fImmutable.ZERO;
|
siegeMinion.bindLoc = Vector3fImmutable.ZERO;
|
||||||
siegeMinion.spawnTime = (60 * 15);
|
//siegeMinion.spawnTime = (60 * 15);
|
||||||
|
siegeMinion.spawnTime = 15;
|
||||||
|
|
||||||
int slot = 0;
|
int slot = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user