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)