Skip to content

Commit

Permalink
Templates: Add Dractyhr and Earthen
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW authored and mrbuds committed Aug 15, 2024
1 parent eab8ea6 commit 0c98d49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WeakAurasTemplates/TriggerTemplatesData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ local templates =
Draenei = {},
Worgen = {},
Pandaren = {},
Dracthyr = {},
EarthenDwarf = {},
Orc = {},
Scourge = {},
Tauren = {},
Expand Down Expand Up @@ -5368,6 +5370,12 @@ tinsert(templates.race.Worgen, { spell = 68992, type = "buff", unit = "player",
-- Quaking Palm
tinsert(templates.race.Pandaren, { spell = 107079, type = "ability", titleSuffix = L["cooldown"]});
tinsert(templates.race.Pandaren, { spell = 107079, type = "buff", titleSuffix = L["buff"]});
-- Tail Swipe
tinsert(templates.race.Dracthyr, { spell = 368970, type = "ability" })
-- Wing Buffet
tinsert(templates.race.Dracthyr, { spell = 357214, type = "ability" })
-- Azerite Surge)
tinsert(templates.race.EarthenDwarf, { spell = 436344, type = "ability" })
-- Blood Fury
tinsert(templates.race.Orc, { spell = 20572, type = "ability", titleSuffix = L["cooldown"]});
tinsert(templates.race.Orc, { spell = 20572, type = "buff", unit = "player", titleSuffix = L["buff"]});
Expand Down

0 comments on commit 0c98d49

Please sign in to comment.