bane commander NPC

This commit is contained in:
2024-12-28 06:12:15 -06:00
parent 5d188e61c0
commit 487eae85e1
+1 -1
View File
@@ -271,7 +271,7 @@ public final class Bane {
}
public static void summonBaneCommander(Bane bane){
Vector3fImmutable spawnLoc = Vector3fImmutable.getRandomPointOnCircle(bane.getStone().loc,15);
Vector3fImmutable spawnLoc = Vector3fImmutable.getRandomPointOnCircle(bane.getStone().loc,6);
NPC baneCommander;
int commanderuuid = DbManager.NPCQueries.BANE_COMMANDER_EXISTS(bane.getStone().getObjectUUID());