From 11dbbeb220a366951cbcccb5b823b845b77e1b9d Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 21 十一月 2025 09:53:24 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 注释ynmbxxjUtil
---
Main/System/Main/FightPowerManager.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs
index 65d802d..20fc8eb 100644
--- a/Main/System/Main/FightPowerManager.cs
+++ b/Main/System/Main/FightPowerManager.cs
@@ -281,8 +281,8 @@
propertyVariables["realmPer"] = GetOfficialPer(attrType) / 10000.0f;
propertyVariables["gubaoValue"] = 0;
propertyVariables["gubaoPer"] = 0;
- propertyVariables["hjgValue"] = 0;
- propertyVariables["hjgPer"] = 0;
+ propertyVariables["hjgValue"] = PhantasmPavilionManager.Instance.GetAttrValue(attrType);
+ propertyVariables["hjgPer"] = PhantasmPavilionManager.Instance.GetAttrPer(attrType) / 10000.0f;
propertyVariables["horseValue"] = HorseManager.Instance.GetAttrValue(attrType);
propertyVariables["horsePer"] = HorseManager.Instance.GetAttrPer(attrType) / 10000.0f;
--
Gitblit v1.8.0