hxp
2019-10-29 2941a7635bb04ca59afa820b51a23aca9dc70eb9
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