forked from MagicBane/Server
Fix Tree of Life rank 8 hireling repositioning
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user