hch
2019-07-04 acbb2ed759745fa05b21b8976c311d0ada2a5124
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py
@@ -1416,11 +1416,8 @@
    if not AttackCommon.CheckBattleRelationType(skillBattleType, battleRelationType):
        return
    tagSkillID = tagSkill.GetSkillID() if tagSkill else 0
    
    for skillID, effectList in buffDict.items():
        if tagSkillID == skillID:
            continue
        
        curSkill = GameWorld.GetGameData().GetSkillBySkillID(skillID)
        if not curSkill: