少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-08 d5f70d6a4c304130094b769e6eed551ef5c1ee90
System/KnapSack/Logic/ItemOperateUtility.cs
@@ -244,7 +244,7 @@
            GameNetSystem.Instance.SendInfo(putInWarehouse);
        }
        public void TakeOutFromWarehouse(ItemOperateType btnType, string guid)
        public void TakeOutFromWarehouse(string guid)
        {
            var itemModel = packModel.GetItemByGuid(guid);
            if (itemModel == null)