Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Stat Shard ID Incorrectly Appearing in Secondary Rune Slot #933

Open
GriffinWood opened this issue May 18, 2024 · 0 comments
Open

Comments

@GriffinWood
Copy link

GriffinWood commented May 18, 2024

Bug Description
Stat shard ID appears in the secondary rune slot in match data responses.

Problem Description
In the retrieved match data, a stat shard ID is incorrectly placed in the secondary rune slot instead of the expected rune ID.

Expected Result
The secondary rune slot should contain rune IDs, not stat shard IDs.

Actual Result
Example match data for game ID NA1_4998365968:

{
  "description": "subStyle",
  "selections": [
    {
      "perk": 8242,
      "var1": 8,
      "var2": 0,
      "var3": 0
    },
    {
      "perk": 5007,
      "var1": 0,
      "var2": 0,
      "var3": 0
    }
  ],
  "style": 8400
}

Steps to reproduce

  1. Retrieve match data for game ID NA1_4998365968.
  2. Check the secondary rune slot selections.

Issue Comments
I have several other examples of the same issue that I could also provide if that would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant