From 715e14f77e84c51a87776ee7afdc840ef755aba3 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 24 四月 2026 17:48:33 +0800
Subject: [PATCH] 0312 增加总战斗属性加成
---
Main/System/Main/FightPowerManager.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs
index ec50b00..1872349 100644
--- a/Main/System/Main/FightPowerManager.cs
+++ b/Main/System/Main/FightPowerManager.cs
@@ -847,10 +847,10 @@
foreach (var config in pConfig)
{
if (config.showType != 1 &&
- config.ID != 2 &&
- config.ID != 3 &&
- config.ID != 4 &&
- config.ID != 7)
+ config.showType != 2 &&
+ config.showType != 3 &&
+ config.showType != 4 &&
+ config.showType != 7)
{
continue;
}
--
Gitblit v1.8.0