Captain slot no longer overridden.

This commit is contained in:
2023-05-03 18:31:20 -04:00
parent 2a52f9adef
commit 3191c20a8c
-3
View File
@@ -356,9 +356,6 @@ public class NPC extends AbstractCharacter {
if (slot == -1)
Logger.error("No available slot for NPC: " + this.getObjectUUID());
if (this.contract.getContractID() == 839) // Arty Captains are hardcoded to slot 4
slot = 4;
building.getHirelings().put(this, slot);
// Override bind and location for this npc derived