Dragon Riding Page in flight only
Shielumad opened this issue ยท 1 comments
I would like an option to have the action bar only page for dragon riding abilities when in flight. This lets me use abilities while I'm on the ground without having to dismount.
I currently manually make this change in the dragon riding line in: Dominos>core>barStates>Standard.lua
- Current: { 'dragonriding', macro = '[bonusbar:5]', label = GENERIC_TRAIT_FRAME_DRAGONRIDING_TITLE }
- Updated: { 'dragonriding', macro = '[flying,advflyable]', label = GENERIC_TRAIT_FRAME_DRAGONRIDING_TITLE }
Ideally this would be a toggle button so people can choose which state they want to use.