From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端

---
 Main/System/Message/RichNormalEvent.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Message/RichNormalEvent.cs b/Main/System/Message/RichNormalEvent.cs
index 077acc6..97e8ad4 100644
--- a/Main/System/Message/RichNormalEvent.cs
+++ b/Main/System/Message/RichNormalEvent.cs
@@ -336,7 +336,7 @@
         //             {
         //                 colorType = RichTextMgr.Inst.presentRichText.colorType == RichText.ColorType.Dark ? 0 : 1;
         //             }
-        //             var fightPoint = PlayerDatas.Instance.baseData.FightPoint;
+        //             var fightPoint = PlayerDatas.Instance.baseData.FightPower;
         //             ulong targetValue = 0;
         //             var infoArray = dic["myfightpoint"].Split('_');
         //             if (infoArray.Length > 1)

--
Gitblit v1.8.0