Skip to content

Commit

Permalink
Merge pull request #34 from sekantti1/master
Browse files Browse the repository at this point in the history
Add Dracthyr racial
  • Loading branch information
Resike authored Jan 23, 2023
2 parents abc2cda + c0f80fc commit 271a1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Racial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ local unitRaceCDs = {
["VOIDELF"] = { cooldown = 180, spellID = 256948, sharesCD = false },
["KULTIRAN"] = { cooldown = 160, spellID = 287712, sharesCD = false },
["MECHAGNOME"] = { cooldown = 180, spellID = 312924, sharesCD = false },
["VULPERA"] = { cooldown = 90, spellID = 312411, sharesCD = false }
["VULPERA"] = { cooldown = 90, spellID = 312411, sharesCD = false },
["DRACTHYR"] = { cooldown = 90, spellID = 357214, sharesCD = false }
}

local Racial = Gladius:NewModule("Racial", false, true, {
Expand Down

0 comments on commit 271a1ff

Please sign in to comment.