From 9ed7a50c30881fd97a44c9fef82e1e4d97fcdff8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 23 四月 2021 18:12:58 +0800
Subject: [PATCH] 8901 【BT2】【后端】全服红包
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_802.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_802.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_802.py
index eb44167..fe15933 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_802.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_802.py
@@ -10,13 +10,15 @@
# @version 1.0
#
#---------------------------------------------------------------------
-"""Version = 2017-10-31 14:10"""
+#"""Version = 2017-10-31 14:10"""
+#---------------------------------------------------------------------
+import GameObj
import SkillCommon
def OnBuffDisappear(curObj, curSkill, curBuff, curEffect, tick):
- if curObj.GetHP() <= 0:
+ if GameObj.GetHP(curObj) <= 0:
return
value = curBuff.GetValue()
--
Gitblit v1.8.0