hxp
2024-10-17 f51835257345c50c4d3e5e0ecda7455401fb76ad
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.py
@@ -775,7 +775,7 @@
        for attrID, attrValue in attrAwardDict.items():
            attrDict[attrID] = attrDict.get(attrID, 0) + attrValue
            
    GameWorld.DebugLog("    成就增加属性 attrDict=%s" % (attrDict))
    #GameWorld.DebugLog("    成就增加属性 attrDict=%s" % (attrDict))
    for attrID, attrValue in attrDict.items():
        PlayerControl.CalcAttrDict_Type(attrID, attrValue, allAttrList)