ImogenBits / tidyplates

Tidy Plates - World of Warcraft Nameplate Addon
11 stars 5 forks source link

TWW 11.0.2 Update #111

Closed httpsx closed 3 months ago

httpsx commented 3 months ago

We are likely to start with patch 11.0.2 in TWW, which is currently on the beta server. Some parts of the old API have been completely replaced in patch 11.0.2, which causes errors. These are: GetAddOnMetadata -> C_AddOns.GetAddOnMetadata UnitBuff -> C_UnitAuras.GetBuffDataByIndex UnitAura -> C_UnitAuras.GetAuraDataByIndex GetSpellInfo -> C_Spell.GetSpellInfo

So the changes include a new format for these functions.

httpsx commented 3 months ago

I also added fixes for the Color Picker, which didn't seem to work since 10.2.5 https://github.com/ImogenBits/tidyplates/issues/101 , https://github.com/ImogenBits/tidyplates/issues/109

ImogenBits commented 3 months ago

Thanks for the help!