From a92b22667c5c3fb2844a69603e2a2eea284c9f26 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 25 五月 2019 15:36:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py
index 502bd9c..e6062ad 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py
@@ -390,6 +390,7 @@
              4102:ChConfig.TriggerType_SkillValue,  # 增加技能伤害固定值 82
              4103:ChConfig.TriggerType_Buff_SuckBloodPer,   # 攻击 百分比吸血
              4104:ChConfig.TriggerType_HitSuccess,  # 命中成功率 83
+             4106:ChConfig.TriggerType_AddHP,   # 回血 84
              }
     return tdict.get(effectID, -1) 
     #===========================================================================

--
Gitblit v1.8.0