Bunny67 / WeakAuras-WotLK

World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
GNU General Public License v2.0
161 stars 105 forks source link

fix imports from new wa versions #112

Closed fxpw closed 1 year ago

fxpw commented 1 year ago

this pull fixes the problem with importing auras from new versions, previously it broke the addon in the middle of import, but now you can import it without any problems (it does not solve problems with new client functions, if the aura is written in code or part of the code, the code will need to be fixed separately) some tests import https://wago.io/LuxthosHunterWrath image image import https://wago.io/EqZ6HNPJe image image

the only problem that remains is the problem with the icons, in new versions they use the id, they immediately need a path, I didn’t find how to do compatibility because the ids go to more than 200k and 335 doesn’t have these abilities

https://wago.io/TemsWotlkDungeons image

image image