arenanet / api-cdi

Collaborative Development Initiative for Public APIs
252 stars 41 forks source link

Wrong ID for skill: 44677 #641

Open Aens opened 5 years ago

Aens commented 5 years ago

If you equip a character with the Mirage Elite skill Jaunt (https://wiki.guildwars2.com/wiki/Jaunt) then it appears in the API as ID 44677, which is Mirage Mirror trait trait and not the Elite skill.

  "skills": {
    "pve": {
      "heal": 40200,
      "utilities": [
        10200,
        10234,
        10232
      ],
      "elite": 44677
    },
ChieftainAlex commented 2 years ago

Checked this right now and I think this got resolved at some point and can be closed. See below snippet:

          "skills": {
            "heal": 21750,
            "utilities": [
              41065,
              10234,
              10232
            ],
            "elite": 45449
          },

45449 = Jaunt.