System/KnapSack/Logic/ItemTipsModel.cs
@@ -742,9 +742,13 @@ dogzModel.CheckPutOff(dogzModel.GetDogzEquipPlaceByIndex(attrData.index)); }); attrData.SetTipsFuncBtn(ItemWinBtnType.strength, (ItemWinBtnType, ItemAttrData) => { dogzModel.OpenDogzFuncEvent(1,attrData.index); }); if(dogzModel.TryGetAssistDogzState(dogzModel.presentSelectDogz)) { attrData.SetTipsFuncBtn(ItemWinBtnType.strength, (ItemWinBtnType, ItemAttrData) => { dogzModel.OpenDogzFuncEvent(1, attrData.index); }); } } /// <summary>