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);
JobScheduler.getInstance().scheduleJob(abtj, this.liveDate.getMillis());
this.activateBaneJob = abtj;
//add bane commander NPC
summonBaneCommander(this);
break;
}
if (this.liveDate == null)
setDefaultTime();
//add bane commander NPC
summonBaneCommander(this);
}
public static boolean summonBanestone(PlayerCharacter player, ClientConnection origin, int rank) {