Add files via upload

This commit is contained in:
Dinkledork
2023-03-03 16:33:48 -07:00
committed by GitHub
parent f43287bfff
commit 36942f9202
8 changed files with 160 additions and 20 deletions

View File

@@ -8,8 +8,8 @@ local function CastHOR(eventId, delay, calls, creature)
creature:CastSpell(creature:GetVictim(), 53595, true)
end
local function CastJOL(eventId, delay, calls, creature)
creature:CastSpell(creature:GetVictim(), 20271, true)
local function CastSunder(eventId, delay, calls, creature)
creature:CastSpell(creature:GetVictim(), 58461, true)
end
local function CastAvengingWrath(event, creature)
@@ -23,7 +23,7 @@ end
local function OnEnterCombat(event, creature, target)
creature:RegisterEvent(CastAS, 12600, 0)
creature:RegisterEvent(CastHOR, 5000, 0)
creature:RegisterEvent(CastJOL, 10000, 0)
creature:RegisterEvent(CastSunder, 10000, 0)
creature:RegisterEvent(CastAvengingWrath, 1, 1)
end