AdiButtonAuras

AdiButtonAuras

404k Downloads

Feral + Savage Roar Glyph Fix

adraffy opened this issue ยท 1 comments

commented

The Glyph of Savage Roar casts a different Savage Roar spell than the normal finisher spell.
http://wod.wowhead.com/spell=52610
http://wod.wowhead.com/spell=174544

I don't know what the best way to indicate this information to ABA.
I added the following to rules/Druid.lua which produces the desired behavior in-game.

BuffAliases {
     52610,  -- savage roar (normal finisher)
     174544, -- savage roar (buff from glyph)
}
commented

This already has been fixed in development. This should make it in next release.