From 5880a05cd7028b88baee029a93a4303d136a2db0 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 28 八月 2019 20:34:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_3000.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_3000.py
index 28a5094..c46c82f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_3000.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_3000.py
@@ -41,7 +41,7 @@
 ## 添加BUFF后的逻辑
 #  @param None
 #  @return None
-def DoAddBuffOver(curObj, addBuff, curEffect, tick):
+def DoAddBuffOver(curObj, addBuff, curEffect, tick, buffOwner):
     curObj.SetPlayerNameColor(IPY_GameWorld.pncGray)
     return
 
@@ -54,4 +54,10 @@
     #    curObj.SetPKValue(0)
     curObj.SetPlayerNameColor(IPY_GameWorld.pncNormal)
     
+    
+def OnBuffDisappearEx(curObj, curSkill, curBuff, curEffect, tick):
+    #if curObj.GetPKValue() > 0:
+    #    curObj.SetPKValue(0)
+    curObj.SetPlayerNameColor(IPY_GameWorld.pncNormal)
+    
     
\ No newline at end of file

--
Gitblit v1.8.0