saetor cannot wear shoes
This commit is contained in:
@@ -223,6 +223,11 @@ public class ClientMessagePump implements NetMsgHandler {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(msg.getSlotNumber() == 11 && pc.getRaceID() == 1999){
|
||||||
|
forceTransferFromEquipToInventory(msg, origin, "Saetor cannot wear shoes.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
int uuid = msg.getUUID();
|
int uuid = msg.getUUID();
|
||||||
int slot = msg.getSlotNumber();
|
int slot = msg.getSlotNumber();
|
||||||
//System.out.println("loading to slot: " + slot);
|
//System.out.println("loading to slot: " + slot);
|
||||||
|
|||||||
Reference in New Issue
Block a user