From 95f508838569429b6056a7d9373e04a5f2e969bb Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 03 四月 2019 12:04:37 +0800
Subject: [PATCH] 3335 角色界面添加气运显示

---
 System/Pet/PetAttributeMethods.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Pet/PetAttributeMethods.cs b/System/Pet/PetAttributeMethods.cs
index c688063..2818d53 100644
--- a/System/Pet/PetAttributeMethods.cs
+++ b/System/Pet/PetAttributeMethods.cs
@@ -406,7 +406,7 @@
                     sumFight += _scoreNumAll;
                 }
                 allFightText.text = (sumFight + InitFightPower).ToString();
-                attackSpeed.text = ((float)UIHelper.GetPropertyMapPlayerData(PropertyType.ATKSPEED) / 100).ToString();
+                attackSpeed.text = ((float)UIHelper.GetPropertyValue(PropertyType.ATKSPEED) / 100).ToString();
             }
         }
 

--
Gitblit v1.8.0