Silencer2K / wow-action-bar-profiles

Action Bar Profiles (WoW addon)
http://www.curse.com/addons/wow/action-bar-profiles
MIT License
9 stars 16 forks source link

[Bug] GetEquipmentSetInfoByName removed throws errors #24

Open aproctor opened 3 years ago

aproctor commented 3 years ago

This method was removed in 7.2, and I believe it is the source of a couple issues posted here. https://wowpedia.fandom.com/wiki/API_GetEquipmentSetInfoByName

If people have bars that include equipment slots loading them causes a runtime error.

Also there is a call to PickupEquipmentSetByName which is similarly removed in favor of picking up the set by Id, so it seems like a bit of a rewrite is needed.

Seems to be the cause of: https://github.com/Silencer2K/wow-action-bar-profiles/issues/4 https://github.com/Silencer2K/wow-action-bar-profiles/issues/23