Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Public Milestones Data: Nightfall Data Error #550

Open nine13tech opened 6 years ago

nine13tech commented 6 years ago

The nightfall returns the same activity mode for both variants of the nightfall.

                        "variants": [
                            {
                                "activityHash": 1975064760,
                                "activityModeHash": 547513715,
                                "activityModeType": 46
                            },
                            {
                                "activityHash": 585071442,
                                "activityModeHash": 547513715,
                                "activityModeType": 46
                            }
                        ],

the second entry SHOULD be 532484583 not 547513715 for the activity mode hash. I am not sure about the mode type... :\ NinerOneThree

vthornheart-bng commented 6 years ago

Hmm, good find! I'll have to take a peek.