xdh
2019-07-05 df744c751c6367ea362236f8ec7cbb6a66f2d9d8
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: