Browse Source

ContractID for captain is 850 not 650.

master
MagicBot 2 years ago
parent
commit
5a4559d7b2
  1. 2
      src/engine/objects/NPC.java

2
src/engine/objects/NPC.java

@ -361,7 +361,7 @@ public class NPC extends AbstractCharacter { @@ -361,7 +361,7 @@ public class NPC extends AbstractCharacter {
// 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);
else
slotMobInBuilding();

Loading…
Cancel
Save