| System/KnapSack/Logic/PackSendQuestMgr.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);