forked from MagicBane/Server
checkf o valid slot type when equipping item
This commit is contained in:
@@ -493,7 +493,6 @@ public class ItemTemplate {
|
||||
|
||||
if (equipped == null)
|
||||
return false;
|
||||
|
||||
//Item not valid for slot
|
||||
|
||||
if(item.template.item_eq_slots_or.contains(slot) == false)
|
||||
|
||||
Reference in New Issue
Block a user