Skip to content

Commit

Permalink
LB rune GCD
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmodi committed Dec 25, 2023
1 parent ab82424 commit d3079a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/classic/classes/druid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,16 @@ _addon.itemEffects[22399] = { -- Idol of Health (Dummy effect to trigger update)
value = 0
}
}

--------------------------------------------------------------------------
-- Runes
--------------------------------------------------------------------------

-- Lifebloom rune Rejuvenation GCD reduce
_addon:DefineRuneSpell(408124, {
{
type = _addon.CONST.EFFECT_TYPE.SPELLMOD_GCD_MS,
affectSpell = { 16, 0, 0, 0 },
value = -500,
}
});

0 comments on commit d3079a7

Please sign in to comment.