RaiderIO / raiderio-addon

RaiderIO AddOn
https://raider.io/addon
Other
38 stars 21 forks source link

M+ Dungeon "short names", in advance? #254

Closed joedrago closed 8 months ago

joedrago commented 8 months ago

(very low priority)

Hi R.io Team --

Every season you guys update db_dungeons.lua to have a shortName associated with each current dungeon, and for various WeakAuras and other tracking I maintain I make an effort to use whatever short names raider.io chooses so the mod UIs are all using the same terms.

Is there any place other than db_dungeons.lua (or running the Addon for the first day tomorrow) where I can get a hint as to the chosen shortNames for Season 3? I'd love to update things in advance to hit the ground running.

Thanks again!

jahraphael commented 8 months ago

You can access this data via our API from the "Mythic Plus Static Data" route:

https://raider.io/api/v1/mythic-plus/static-data?expansion_id=9

Hope this helps!