Пример #1
0
        public static void SelectSlot_Req(InPacket lea, Client c)
        {
            int Slot = lea.ReadInt();
            var chr  = c.Character;

            chr.UseSlot.Remove((byte)InventoryType.ItemType.Spend3);
            chr.UseSlot.Add((byte)InventoryType.ItemType.Spend3, (byte)Slot);
            InventoryPacket.SelectSlot(c, Slot);
        }