Co-authored-by: Szyler <Szyler@Szyler.com>
This commit is contained in:
Szyler
2024-03-03 19:23:13 +01:00
committed by GitHub
parent 00255736e5
commit dc8afd6584
53 changed files with 2770 additions and 301 deletions
+5 -4
View File
@@ -72,7 +72,7 @@ function mod:SPELL_AURA_APPLIED(args)
if args:IsPlayer() then
specWarnInjection:Show()
else
warnInjection:Show(args.destName)
warnInjection:Show(args.destName)
end
timerInjection:Start(args.destName)
timerNextInjection:Start()
@@ -123,6 +123,7 @@ function mod:StitchedGiant()
timerStitchedGiant:Start()
self:ScheduleMethod(60,"StitchedGiant")
end
--if args:IsSpellID(28240) then
-- timer = 15
-- timerCloud:Start(timer)
@@ -132,9 +133,9 @@ end
function mod:UNIT_DIED(args)
local cid = self:GetCIDFromGUID(args.destGUID)
if cid == 15931 or cid == 26627 then
timerInjection:Stop()
timerSpray:Stop()
timerNextInjection:Stop()
timerInjection:Stop()
timerSpray:Stop()
timerNextInjection:Stop()
end
end