From 855ebda9a35f0213f6c058518e270c2a8e615206 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 30 四月 2021 16:02:04 +0800
Subject: [PATCH] 4906 【主干】【BT】【BTZF】【BT2】【gt_1.100.6】跨服地图报错查看(防范触发嗜天风暴buff可能报错);

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1314.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1314.py
index 78c605d..add15ff 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1314.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/BuffProcess_1314.py
@@ -99,7 +99,7 @@
 #  @return None
 def DoAddBuffOver(curObj, addBuff, curEffect, tick, buffOwner):
     Attack(curObj, addBuff, tick)   #立即执行一次攻击
-    if GameObj.GetHP(curObj) != 0:
+    if GameObj.GetHP(curObj) != 0 and not AttackCommon.GetIsDead(curObj):
         addBuff.SetProcessInterval(tick)
     return
         

--
Gitblit v1.8.0