From ce0a83412688ef2e63507eb4394db214152b85c0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 14 一月 2026 09:46:36 +0800
Subject: [PATCH] 389 流向记录(武将招募流向;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py
index 5829731..0c822b7 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py
@@ -878,6 +878,9 @@
skillID = breakIpyData.GetSkillID()
if skillID:
skillIDList.append(skillID)
+ skillIDExList = breakIpyData.GetSkillIDExList()
+ if skillIDExList:
+ skillIDList += skillIDExList
awakeIpyDataList = IpyGameDataPY.GetIpyGameDataListNotLog("HeroAwake", heroID)
if awakeIpyDataList:
@@ -2164,7 +2167,7 @@
# 流向记录
if mapID != ChConfig.Def_FBMapID_Main and reqPlayerID:
DataRecordPack.DR_FightStat(reqPlayerID, mapID, funcLineID, turnFight.isWin, turnFight.turnNum, turnFight.turnMax,
- heroCount, turnFight.costTime, statInfo, drLineupInfo)
+ heroCount, turnFight.costTime, statInfo, drLineupInfo, guid)
return
#// B4 14 查看战报 #tagCSTurnFightReportView
--
Gitblit v1.8.0