Skip to content

Commit 0c98d49

Browse files
InfusOnWoWmrbuds
authored andcommitted
Templates: Add Dractyhr and Earthen
1 parent eab8ea6 commit 0c98d49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

WeakAurasTemplates/TriggerTemplatesData.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ local templates =
3333
Draenei = {},
3434
Worgen = {},
3535
Pandaren = {},
36+
Dracthyr = {},
37+
EarthenDwarf = {},
3638
Orc = {},
3739
Scourge = {},
3840
Tauren = {},
@@ -5368,6 +5370,12 @@ tinsert(templates.race.Worgen, { spell = 68992, type = "buff", unit = "player",
53685370
-- Quaking Palm
53695371
tinsert(templates.race.Pandaren, { spell = 107079, type = "ability", titleSuffix = L["cooldown"]});
53705372
tinsert(templates.race.Pandaren, { spell = 107079, type = "buff", titleSuffix = L["buff"]});
5373+
-- Tail Swipe
5374+
tinsert(templates.race.Dracthyr, { spell = 368970, type = "ability" })
5375+
-- Wing Buffet
5376+
tinsert(templates.race.Dracthyr, { spell = 357214, type = "ability" })
5377+
-- Azerite Surge)
5378+
tinsert(templates.race.EarthenDwarf, { spell = 436344, type = "ability" })
53715379
-- Blood Fury
53725380
tinsert(templates.race.Orc, { spell = 20572, type = "ability", titleSuffix = L["cooldown"]});
53735381
tinsert(templates.race.Orc, { spell = 20572, type = "buff", unit = "player", titleSuffix = L["buff"]});

0 commit comments

Comments
 (0)