Похоже, в этот слот нельзя игнорировать, как "вэй"
Code
Index: Services/WCell.RealmServer/Items/ItemMgr.cs
===================================================================
--- Services/WCell.RealmServer/Items/ItemMgr.cs (revision 919)
+++ Services/WCell.RealmServer/Items/ItemMgr.cs (working copy)
@@ -486,6 +486,7 @@
var list = ((InventorySlot[])Enum.GetValues(typeof(InventorySlot))).ToList();
list.Remove(InventorySlot.Count);
list.Remove(InventorySlot.Invalid);
+ list.Remove(InventorySlot.Invalid_2);
AllSlots = list.ToArray();
}