From 4fbcdd1af685499a25d00b0d0bd07a77e4943e4b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:56:53 +0800
Subject: [PATCH] 3335 物品管理相关功能重构。
---
System/KnapSack/Logic/BoxGetItemModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/KnapSack/Logic/BoxGetItemModel.cs b/System/KnapSack/Logic/BoxGetItemModel.cs
index 915ea1a..c0bf7f4 100644
--- a/System/KnapSack/Logic/BoxGetItemModel.cs
+++ b/System/KnapSack/Logic/BoxGetItemModel.cs
@@ -315,7 +315,7 @@
playerPack.IsReachUseLimit(guid, out maxValue);
if (itemModel.config.BatchUse != 0 && maxValue > 1)
{
- BatchUseModel.Instance.SetBatchModel(itemModel.itemInfo.ItemGUID);
+ BatchUseModel.Instance.SetBatchModel(itemModel.guid);
WindowCenter.Instance.Open<BatchWin>();
return;
}
--
Gitblit v1.8.0