new NPC for ToL support

This commit is contained in:
2024-02-14 19:58:39 -06:00
parent c04fd62e71
commit ba4ab458a0
2 changed files with 2 additions and 2 deletions
@@ -152,7 +152,7 @@ public class ActivateNPCMsgHandler extends AbstractClientMsgHandler {
return false;
}
}
Logger.error("override successful: " + contract.getContractID());
if (!BuildingManager.addHireling(building, player, zone, contract, contractItem))
return false;
+1 -1
View File
@@ -316,7 +316,7 @@ public class Blueprint {
if (this.maxSlots <= 1 && this.buildingGroup.equals(BuildingGroup.TOL) == false)
return maxSlots;
if (this.maxRank == 1 && currentRank == 1)
if (this.maxRank == 1 && currentRank == 1&& this.buildingGroup.equals(BuildingGroup.TOL) == false)
return getMaxSlots();
switch (currentRank) {