From 3bef09af0a6b7e3822c6d7b082e76b182687e820 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 15 十月 2018 17:01:10 +0800
Subject: [PATCH] 11 bug 暴风雪类灵技能SP修复-冲突提交

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 8a604b4..01cf1ae 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -1289,7 +1289,8 @@
 
 #对敌使用技能列表
 Def_CanAttackSkill_List = [ Def_SkillType_LstDepBuff, Def_SkillType_DepBuff, Def_SkillType_Atk, 
-                           Def_SkillType_Action, Def_SkillType_LstPlsBuffAtk ]
+                           Def_SkillType_Action, Def_SkillType_LstPlsBuffAtk, 
+                           Def_SkillType_PassiveDepBuff, Def_SkillType_PassiveActionBuff, Def_SkillType_PassiveLstDepBuff ]
 
 #不利BUFF给NPC添加仇恨
 Def_Debuff_List = [Def_SkillType_LstDepBuff, Def_SkillType_DepBuff, Def_SkillType_Action,

--
Gitblit v1.8.0