From bb463ef0b13236738a1da9cd04f57def3e7e2c7c Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 29 八月 2025 15:21:51 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- 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