From d52378bf47be0333273248d6348de3377169cf3f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 25 五月 2019 15:31:49 +0800
Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能

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