From 5abe612e298a749615bb78a73b1b18eabd013505 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 17 十月 2018 16:36:49 +0800
Subject: [PATCH] 4075 增加商城全服购买次数封包,商城支持背包不足发邮件

---
 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 ac5dc5c..72ae1e5 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