ContractID for captain is 850 not 650.

This commit is contained in:
2023-04-04 14:47:23 -04:00
parent 3b69c8c267
commit 5a4559d7b2
+1 -1
View File
@@ -361,7 +361,7 @@ public class NPC extends AbstractCharacter {
// Artillery Tower Captains use a hardcoded slot not first available // Artillery Tower Captains use a hardcoded slot not first available
if (this.contract != null && this.contract.getContractID() == 650) if (this.contract != null && this.contract.getContractID() == 850)
this.building.getHirelings().put(this, 2); this.building.getHirelings().put(this, 2);
else else
slotMobInBuilding(); slotMobInBuilding();