From dc052a4934a924124971e6fa51af42dfbe3ceb03 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 13 十月 2018 13:47:14 +0800
Subject: [PATCH] Merge branch 'master' into UserCenter
---
Utility/UIHelper.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index a9fecc0..aa65774 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -581,7 +581,7 @@
}
else
{
- int attrValue = _propertyDict[_key];
+ float attrValue = _propertyDict[_key];
int fightParm = GetFightPowerParmByAttrId(_key);
if(_key == 11)
{
@@ -602,7 +602,7 @@
attrValue = attrValue * fightParm;
}
}
- Equation.Instance.AddKeyValue(cfg.Parameter,attrValue);
+ Equation.Instance.AddKeyValue(cfg.Parameter, attrValue);
}
}
--
Gitblit v1.8.0