hch
2019-04-16 4f76e24b2d1f244a6ffb660df692825a12125a20
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
@@ -193,8 +193,8 @@
        
        if buffReplaceType == ChConfig.Def_Buff_Replace_Better:
            if buffSkillLV > curSkillLV:
                # 只取最好的
                continue
                # 只取最好的, 不可加直接退出
                return False
        
        resultTime = -1 #不改变时间的情况
        if buffRepeatTimeType == ChConfig.Def_BuffTime_Reset: