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);