ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.py
@@ -328,7 +328,7 @@ attrValue = batObj.GetBatAttrValue(attrID, False) if attrValue <= 0: continue updValue = int(attrValue * (10000 + attrPerValue) / 10000.0) updValue = attrValue * (10000 + attrPerValue) / 10000.0 #updValue = max(0, updValue) # 最多减到0,最大无上限 batObj.SetBatAttrValue(attrID, updValue) GameWorld.DebugLog(" attrID=%s(PerID:%s),attrValue=%s(PerValue:%s),updValue=%s" % (attrID, attrPerID, attrValue, attrPerValue, updValue))