ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
@@ -18,7 +18,6 @@
import GameBuffs
import ChConfig
import FBLogic
import ReadChConfig
import SkillShell
import PassiveBuffEffMng
import ChNetSendPack
@@ -194,8 +193,8 @@
        
        if buffReplaceType == ChConfig.Def_Buff_Replace_Better:
            if buffSkillLV > curSkillLV:
                # 只取最好的
                continue
                # 只取最好的, 不可加直接退出
                return False
        
        resultTime = -1 #不改变时间的情况
        if buffRepeatTimeType == ChConfig.Def_BuffTime_Reset: