From 96c625cf59fa4b68aa7e32285e3df88cc6930799 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 10 九月 2018 15:49:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/KnapSack/Logic/ItemTipsModel.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/KnapSack/Logic/ItemTipsModel.cs b/System/KnapSack/Logic/ItemTipsModel.cs
index a2c2fa7..f094722 100644
--- a/System/KnapSack/Logic/ItemTipsModel.cs
+++ b/System/KnapSack/Logic/ItemTipsModel.cs
@@ -1689,6 +1689,7 @@
}
RuneModel runeModel { get { return ModelCenter.Instance.GetModel<RuneModel>(); } }
+ GodBeastModel beastModel { get { return ModelCenter.Instance.GetModel<GodBeastModel>(); } }
public ItemAttrData(int id,bool isPreview = false,ulong count = 0,int index = -1, int isBind = 0,bool isCompare = false,PackType type = PackType.rptDeleted, string guid = "", Dictionary<int, List<int>> useDataDict = null,ItemTipChildType childType = ItemTipChildType.Normal)
{
@@ -1847,6 +1848,7 @@
{
StrengthLV = GetUseDataModel((int)ItemUseDataKey.Def_IudetDogzEquipPlus)[0];
}
+ strengthDataDict = beastModel.SiteEnhancementAttribute(type,index);
}
SetWinType();
--
Gitblit v1.8.0