From 8c4240055a462fb80acc5e4c52a2497a24bce0a9 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 23 十月 2025 19:17:26 +0800
Subject: [PATCH] 125 战斗 修复在行动的英雄buff特效层级错误的问题

---
 Main/System/Battle/BattleConst.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/Battle/BattleConst.cs b/Main/System/Battle/BattleConst.cs
index 3e69a80..0aabf7d 100644
--- a/Main/System/Battle/BattleConst.cs
+++ b/Main/System/Battle/BattleConst.cs
@@ -157,7 +157,7 @@
     {
         get
         {
-            return ActiveHeroSortingOrder + 1;
+            return ActiveHeroSortingOrder + 2;
         }
     }
 
@@ -167,7 +167,7 @@
     {
         get
         {
-            return ActiveHeroFrontSortingOrder + 1;
+            return ActiveHeroFrontSortingOrder - 1;
         }
     }
 

--
Gitblit v1.8.0