Closed Myrroddin closed 3 months ago
Continuing to use the older GetAddOnMetadata will stop functioning during the pre-patch for The War Within. Actually it will stop working with 11.0.2.
It would be nice if this could be fixed before 11.0.2. goes live. :)
Fixed with v3.14
What game version did the bug occur in?
Vanilla Classic, Burning Crusade Classic, Wrath of the Lich King Classic, Retail
Troubleshooting
Describe the bug.
GetAddOnMetadata
was added to the depreciated list at the beginning of Dragonflight. It has been replaced byC_AddOns.GetAddOnMetadata
for all game versions.I found the depreciated API on line 12 of Options.lua although it may exist elsewhere.
Steps to reproduce.
I have checked if the API
C_AddOns
exists in all WoW versions, and it does return information. Continuing to use the olderGetAddOnMetadata
will stop functioning during the pre-patch for The War Within.Expected behavior.
Replacing outdated APIs before they cease to work and cause further issues.
Errors