forked from MagicBane/Server
ContractID for captain is 850 not 650.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user