Dev Build 2.0.1

This commit is contained in:
Torsten Brendgen
2026-04-22 16:20:47 +02:00
parent 8c37da2d38
commit 258cadeba5
4 changed files with 195 additions and 12 deletions

View File

@@ -97,14 +97,23 @@ HMGT_SpellData.Interrupts = {
-- WARLOCK
Spell(19647, "Spell Lock", {
classes = {"WARLOCK"},
specs = {2},
specs = {1, 3},
category = "interrupt",
state = { kind = "cooldown", cooldown = 24 },
}),
Spell(119914, "Axe Toss", {
classes = {"WARLOCK"},
specs = {2},
category = "interrupt",
aliases = { 89766 },
petSpellId = 89766,
state = { kind = "cooldown", cooldown = 30 },
}),
Spell(132409, "Spell Lock (Grimoire)", {
classes = {"WARLOCK"},
specs = {1, 3},
category = "interrupt",
aliases = { 1276467 },
state = { kind = "cooldown", cooldown = 24 },
}),