wall archers no longer spawn minions

This commit is contained in:
2023-04-22 23:12:45 -05:00
parent 83eab27a90
commit 88e09c479f
@@ -675,6 +675,9 @@ public class ManageNPCMsg extends ClientNetMsg {
maxSlots = 1; maxSlots = 1;
} }
if(NPC.ISGuardCaptain(mobA.getContract().getContractID()) == false){
maxSlots =0;
}
writer.putInt(0); //anything other than 0 seems to mess up the client writer.putInt(0); //anything other than 0 seems to mess up the client
writer.putInt(targetType); writer.putInt(targetType);
writer.putInt(targetID); writer.putInt(targetID);