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 角色界面添加气运显示

---
 Utility/UIHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index 27fbabd..ca0a3ff 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -146,7 +146,7 @@
     /// </summary>
     /// <param name="type"></param>
     /// <returns></returns>
-    public static int GetPropertyMapPlayerData(PropertyType type)
+    public static int GetPropertyValue(PropertyType type)
     {
         switch (type)
         {

--
Gitblit v1.8.0