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)