Fix Tree of Life rank 8 hireling repositioning

This commit is contained in:
Rob
2026-07-21 19:40:02 +01:00
parent dc083c1fa6
commit fb30e52be0
2 changed files with 32 additions and 0 deletions
+4
View File
@@ -427,6 +427,10 @@ public class Building extends AbstractWorldObject {
BuildingManager.cleanupHirelings(this);
if (this.getBlueprint().getBuildingGroup() == BuildingGroup.TOL
&& this.rank == 8)
BuildingManager.reslotHirelings(this);
this.isDeranking.compareAndSet(true, false);
}