From 20f6249c88812b2c00469e86d3adb2dfb4cd5d5b Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期六, 22 六月 2019 15:53:58 +0800 Subject: [PATCH] 7413 宗门试炼评级通知 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4522.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4522.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4522.py index 03887ce..0031ada 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4522.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4522.py @@ -17,7 +17,7 @@ import BuffSkill import IPY_GameWorld -def CheckCanHappen(attacker, defender, effect, tagSkill): +def CheckCanHappen(attacker, defender, effect, tagSkill, **skillkwargs): debuffState = effect.GetEffectValue(1) if debuffState and debuffState != SkillCommon.GetBuffStateType(tagSkill): return False -- Gitblit v1.8.0