少年修仙传客户端代码仓库
client_Hale
2018-10-13 df5f75a8cba9250e7c962370ed47b59a28360e98
System/KnapSack/Logic/PackSendQuestMgr.cs
@@ -1113,7 +1113,7 @@
                }
            }
            int offsetGrid = needGridCnt - playerPack.GetReaminGridCount(PackType.rptItem) - 1;
            int offsetGrid = needGridCnt - playerPack.GetReaminGridCount(PackType.rptItem);
            if (offsetGrid > 0)
            {
                SysNotifyMgr.Instance.ShowTip("BagFull102", attrData.itemConfig.ItemName, offsetGrid);