Dominos

Dominos

19M Downloads

TBC: Swift Flight Form not supported for Bar Paging

ap0yuv opened this issue ยท 0 comments

commented

Addon Version
9.1.1-bcc

World of Warcraft Version
Classic-TBC

As soon u learn swift flight form bar change is not working anymore.

fix is simple , core/barStates.lua is missing a line for the new spellid (40120):

            if Addon:IsBuild('bcc') then
                addState('class', 'flight', newFormConditionLookup(33943), GetSpellInfo(33943))
                addState('class', 'flight', newFormConditionLookup(40120), GetSpellInfo(40120)) -- add this line
            end