hxp
2019-12-27 68e048256ca3e40cbc6e73cfd0937663cd41d63c
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