xdh
2019-06-04 1a7c778c292c7aade276eb62d36b78689edbf631
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_3001.py
@@ -40,7 +40,7 @@
## 添加BUFF后的逻辑
#  @param None
#  @return None
def DoAddBuffOver(curObj, addBuff, curEffect, tick):
def DoAddBuffOver(curObj, addBuff, curEffect, tick, buffOwner):
    curObj.SetPlayerNameColor(IPY_GameWorld.pncRed)
    return
@@ -52,4 +52,8 @@
#        curObj.SetPKValue(0)
    curObj.SetPlayerNameColor(IPY_GameWorld.pncNormal)
    
def OnBuffDisappearEx(curObj, curSkill, curBuff, curEffect, tick):
    curObj.SetPlayerNameColor(IPY_GameWorld.pncNormal)