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.GetAddOnMetadataUnitBuff -> C_UnitAuras.GetBuffDataByIndexUnitAura -> C_UnitAuras.GetAuraDataByIndexGetSpellInfo -> C_Spell.GetSpellInfo
So the changes include a new format for these functions.
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.