bane commander NPC

This commit is contained in:
2024-12-28 05:21:10 -06:00
parent 36481a53d9
commit 666ac6df5b
+2 -3
View File
@@ -100,14 +100,13 @@ public final class Bane {
abtj = new ActivateBaneJob(cityUUID); abtj = new ActivateBaneJob(cityUUID);
JobScheduler.getInstance().scheduleJob(abtj, this.liveDate.getMillis()); JobScheduler.getInstance().scheduleJob(abtj, this.liveDate.getMillis());
this.activateBaneJob = abtj; this.activateBaneJob = abtj;
//add bane commander NPC
summonBaneCommander(this);
break; break;
} }
if (this.liveDate == null) if (this.liveDate == null)
setDefaultTime(); setDefaultTime();
//add bane commander NPC
summonBaneCommander(this);
} }
public static boolean summonBanestone(PlayerCharacter player, ClientConnection origin, int rank) { public static boolean summonBanestone(PlayerCharacter player, ClientConnection origin, int rank) {