no footwear on saetors

This commit is contained in:
2025-02-01 16:36:01 -06:00
parent 68a43388ff
commit 0b5f469b13
@@ -238,6 +238,11 @@ public class ClientMessagePump implements NetMsgHandler {
return;
}
if(pc.getRaceID() == 1999 && msg.getSlotNumber() == MBServerStatics.SLOT_FEET){
forceTransferFromEquipToInventory(msg, origin, "Saetors Cannot Wear FEET Slot Items");
return;
}
//dupe check
if (!i.validForInventory(origin, pc, itemManager))
return;