From f2b9a74ba18d81d329b637389f029a83dd07b19f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 07 一月 2026 10:09:28 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(5500效果支持配置按大回合重置技能能量;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
index 7abef51..bab8a5e 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BaseAttack.py
@@ -1245,7 +1245,6 @@
atkObjType = attacker.GetGameObjType()
atkObjID = attacker.GetID() # 攻击方ID
mapID = GameWorld.GetMap().GetMapID()
- DataRecordPack.DR_PlayerDead(atkObjType, atkObjID, defender, mapID)
return
--
Gitblit v1.8.0