From 756eebc9ce70c7a61ad49544ba85cb3857c441c6 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 20 二月 2019 15:56:48 +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 27121c8..976b04b 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.itemPlace);
+ ItemLogicUtility.Instance.UseItem(itemModel.itemPlace);
}
}));
}
else
{
WindowCenter.Instance.Close<DungeonUseLiquidWin>();
- ItemLogicUtility.Instance.SendMakeUseQuest(itemModel.itemPlace);
+ ItemLogicUtility.Instance.UseItem(itemModel.itemPlace);
}
}
--
Gitblit v1.8.0