ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -7170,7 +7170,7 @@ for i in equipIndexList: suiteInfo = ChEquip.GetSuiteInfoByPlace(curPlayer, i) for suiteType, lv in suiteInfo.items(): if lv >= 2 and groupType == 1 and suiteType == 2: if lv >= 2 and int(groupType) == 1 and suiteType == 2: groupCnt +=1 return groupCnt >= needCnt