From e627bb5b475ee9def6e2cb014ca0a93f97615840 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 25 三月 2019 19:09:03 +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 4f5f098..c688063 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(AttrEnum.ATKSPEED) / 100).ToString();
+                attackSpeed.text = ((float)UIHelper.GetPropertyMapPlayerData(PropertyType.ATKSPEED) / 100).ToString();
             }
         }
 

--
Gitblit v1.8.0