hxp
2025-09-04 36ca116422692e921945cec810d36fc5c0951a93
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_Chests.py
@@ -360,7 +360,7 @@
            continue
        placeKey = colorSuitPlaceKeyInfoDict[colorSuitKey]
        jobList = itemJobList
        placeList = NPCCommon.GetEquipPlaceByPlaceKey(placeKey)
        placeList = [] #NPCCommon.GetEquipPlaceByPlaceKey(placeKey)
        if not placeList:
            GameWorld.ErrLog("部位集合key不存在!chestsItemID=%s,placeKey=%s" % (chestsItemID, placeKey))
            continue