new NPC for ToL support

This commit is contained in:
2024-02-14 19:52:29 -06:00
parent 62205150a7
commit 97c063661a
2 changed files with 6 additions and 3 deletions
@@ -147,8 +147,10 @@ public class ActivateNPCMsgHandler extends AbstractClientMsgHandler {
if(contract.getContractID() == 865)//siege engineer
override = true;
}
if(override == false)
if(override == false) {
Logger.error("failed at override with contract: " + contract.getContractID());
return false;
}
}
if (!BuildingManager.addHireling(building, player, zone, contract, contractItem))