slot NPC fix

This commit is contained in:
2024-03-05 20:32:09 -06:00
parent 35e18e4186
commit cd900d6e2e
3 changed files with 6 additions and 38 deletions
@@ -100,7 +100,6 @@ public class ActivateNPCMsgHandler extends AbstractClientMsgHandler {
if (contractItem == null)
return false;
if (msg.getContractItem() == 850) {//runemaster
for (AbstractCharacter abs : building.getHirelings().keySet()) {
NPC npc = (NPC) abs;