From 7228c6e4513da12ef14ef76af89c36431d2bc42e Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 24 十一月 2018 00:21:49 +0800 Subject: [PATCH] 4997 【后端】【1.3】冰晶矿脉AI--技能指定NPCID使用 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_806.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_806.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_806.py index b2f2821..fe36b08 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_806.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_806.py @@ -15,7 +15,7 @@ import GameWorld import SkillCommon -def CheckCanHappen(attacker, defender, passiveEffect, skillID): +def CheckCanHappen(attacker, defender, passiveEffect, skillID, **skillkwargs): curSkill = GameWorld.GetGameData().GetSkillBySkillID(skillID) if not curSkill: -- Gitblit v1.8.0