ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_4039.py
@@ -22,7 +22,7 @@ # 外层有CD拦着,CD中不计数 curSkill.SetProficiency(attackCnt + 1) if attackCnt + 1 > effect.GetEffectValue(0): if attackCnt + 1 >= effect.GetEffectValue(0): curSkill.SetProficiency(0) return True