Hi, I've tried your latest public beta build and can report that shadow dance is not swapping bars as it should.
The solution is as follow:
core/barStates.lua:
addState('class', 'shadowdance', '[form:3]', GetSpellInfo(51713)) has to be addState('class', 'shadowdance', '[bonusbar:2,form:2]', GetSpellInfo(51713))
Hi, I've tried your latest public beta build and can report that shadow dance is not swapping bars as it should.
The solution is as follow:
core/barStates.lua:
addState('class', 'shadowdance', '[form:3]', GetSpellInfo(51713))
has to beaddState('class', 'shadowdance', '[bonusbar:2,form:2]', GetSpellInfo(51713))