hxp
2019-04-27 835c5fad7ad4e723c34be7f5fc073eeb7104e3f4
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_518.py
@@ -33,7 +33,7 @@
    if attrType in [ChConfig.TYPE_Calc_AttrATKMin, ChConfig.TYPE_Calc_AttrATKMax]:
        attrTypeList = [ChConfig.TYPE_Calc_AttrATKMin, ChConfig.TYPE_Calc_AttrATKMax]
    for tmpType in attrTypeList:
        calcDict[tmpType] = calcDict.get(tmpType, 0) + curEffect.GetEffectValue(0)
        calcDict[tmpType] = calcDict.get(tmpType, 0) + curEffect.GetEffectValue(0)*value
        
    return