From 2fb0f9761ef9789ce068fbe26d2e4c7af1148ec0 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:49:06 +0800
Subject: [PATCH] 3335 物品管理相关功能重构。
---
System/Dungeon/DungeonLiquidCell.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Dungeon/DungeonLiquidCell.cs b/System/Dungeon/DungeonLiquidCell.cs
index c205c78..517ec7e 100644
--- a/System/Dungeon/DungeonLiquidCell.cs
+++ b/System/Dungeon/DungeonLiquidCell.cs
@@ -193,14 +193,14 @@
if (isOk)
{
WindowCenter.Instance.Close<DungeonUseLiquidWin>();
- ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemInfo.ItemPlace);
+ ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemPlace);
}
}));
}
else
{
WindowCenter.Instance.Close<DungeonUseLiquidWin>();
- ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemInfo.ItemPlace);
+ ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemPlace);
}
}
--
Gitblit v1.8.0