diff --git a/Classes/WarriorFury.lua b/Classes/WarriorFury.lua index a5ce18324..735b27bd5 100644 --- a/Classes/WarriorFury.lua +++ b/Classes/WarriorFury.lua @@ -357,7 +357,9 @@ if UnitClassBase( 'player' ) == 'WARRIOR' then if sourceGUID == state.GUID and subtype == "SPELL_CAST_SUCCESS" then local ability = class.abilities[ spellID ] - if ability and ability.key == "whirlwind" then + if not ability then return end + + if ability.key == "whirlwind" then whirlwind_gained = GetTime() whirlwind_stacks = 2