From 4c3f9dc75ca9ab8785c622a555a7454986f43ed4 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期二, 21 八月 2018 17:39:24 +0800
Subject: [PATCH] [1885]神兽开发
---
System/KnapSack/Logic/ItemTipsModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/KnapSack/Logic/ItemTipsModel.cs b/System/KnapSack/Logic/ItemTipsModel.cs
index 20a4fc0..b819c8b 100644
--- a/System/KnapSack/Logic/ItemTipsModel.cs
+++ b/System/KnapSack/Logic/ItemTipsModel.cs
@@ -708,7 +708,7 @@
if (attrData == null) return;
attrData.SetTipsFuncBtn(ItemWinBtnType.putOff, (ItemWinBtnType, ItemAttrData) => {
- dogzModel.SendPutOffEquip(dogzModel.GetDogzEquipPlaceByIndex(attrData.index));
+ dogzModel.CheckPutOff(dogzModel.GetDogzEquipPlaceByIndex(attrData.index));
});
attrData.SetTipsFuncBtn(ItemWinBtnType.strength, (ItemWinBtnType, ItemAttrData) => {
--
Gitblit v1.8.0