peti446 / SwitchSwitch

This addon allows you to automatically change talents with a couple of clicks. No more need to remember all these talents. Also, you can configure it to prompt you to change based on the type of instance you joined.

Home Page:https://wow.curseforge.com/projects/switchswitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue equipping 4th Azerite Slot

WybeBosch opened this issue · comments

commented

Currently there seems to be an issue that the addon is unable to "equip" the 4th essence slot with the saved essence. It just remains blank.

Its seems to just be a quickfix of changeing the following line to SwitchSwitch.lua
Line: 178
local MilestoneIDs = {115,116,117}

change it to:
Line: 178
local MilestoneIDs = {115,116,117,119}

commented

Issue seems to have been fixed by the author