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