From 8363bfa77030134a400ba31f930fb75f8583c3fc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 20 一月 2026 10:49:37 +0800
Subject: [PATCH] 423 【内政】命格系统-服务端(命格伤害类技能算触发的武将身上,去除命格结算统计;buff类施法主体还是命格;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.py
index 4497f1d..94ca2a3 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.py
@@ -253,7 +253,7 @@
     if curBuffState and IsControlledHardState(curBuffState):
         TurnPassive.OnTriggerPassiveEffect(turnFight, batObj, ChConfig.TriggerWay_BeControlledHard, tagObj=buffOwner, connSkill=buffSkill, connBuff=buff)
         batObjMgr = BattleObj.GetBatObjMgr()
-        ownerBatLineup = buffOwner.GetBatLineup()
+        ownerBatLineup = buffOwner.GetTFBatLineup()
         for lineupObjID in ownerBatLineup.posObjIDDict.values():
             lineupObj = batObjMgr.getBatObj(lineupObjID)
             if not lineupObj.IsAlive():
@@ -553,7 +553,7 @@
         
     # 重新添加本阵营有效光环
     batObjMgr = BattleObj.GetBatObjMgr()
-    batLineup = batObj.GetBatLineup()
+    batLineup = batObj.GetTFBatLineup()
     for tagObjID in batLineup.posObjIDDict.values():
         tagObj = batObjMgr.getBatObj(tagObjID)
         if not tagObj.IsAlive():

--
Gitblit v1.8.0