From deb21783239565c935dfdbd52c16620aedb4d308 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 02 二月 2026 01:34:35 +0800
Subject: [PATCH] 0312 py版本的事件流向记录

---
 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