commander location set

This commit is contained in:
2024-07-07 21:04:00 -05:00
parent 51c98746c4
commit 1e3b1db905
+1 -1
View File
@@ -695,7 +695,7 @@ public class Mine extends AbstractGameObject {
}
}
//create stronghold commander
Mob commander = Mob.createMob(14315, Vector3fImmutable.getRandomPointOnCircle(tower.loc,30),Guild.getErrantGuild(),true,mineZone,null,0, "Commander",75);
Mob commander = Mob.createMob(14315, tower.loc,Guild.getErrantGuild(),true,mineZone,null,0, "Commander",75);
if(commander != null){
commander.setResists(new Resists("Elite"));
commander.healthMax *= 2;