Dragonflight API Changes
Twintop opened this issue ยท 2 comments
The following API calls have changes or have been deprecated. Update accordingly:
- InterfaceOptions_AddCategory
-
- Replace with
Settings.RegisterAddOnCategory(category)
- Replace with
- InterfaceOptionsFrame_OpenToCategory
-
- Replace with
Settings.RegisterCanvasLayoutCategory(frame, "Twintop's Resource Bar")
- Replace with
-
- Remove fix/override in Init.lua
-
- Update slash commands that call it.
- UNIT_AURA
-
- Consider refactoring buffs/debuffs to use new partial/full aura update payloads (https://wowpedia.fandom.com/wiki/Patch_10.0.0/API_changes#Unit_Aura_Changes)