xdh
2019-03-26 fb4cdd5b8029f67c4857347a3eda8d7252e051e9
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1328,7 +1328,7 @@
    for mutexHurtTypeList in mutexList:
        curMHHappen = False # 当前互斥列表是否有触发的
        for hType in mutexHurtTypeList:
            if hType not in calcTypeList:
            if hType not in calcTypeList or hType not in happenFunc:
                continue
            if hType in hadCheckList:
                continue
@@ -1344,7 +1344,7 @@
            
    # 再算优先级列表里
    for hType in priorityList:
        if hType not in calcTypeList:
        if hType not in calcTypeList or hType not in happenFunc:
            continue
        if hType not in hadCheckList:
            hadCheckList.append(hType)