@@ -18,8 +18,8 @@ local warnBite = mod:NewAnnounce(L.ShirrakBite, 2, 85178)
|
||||
|
||||
function mod:SPELL_CAST_SUCCESS(args)
|
||||
if args.spellId == 32265 then
|
||||
timerAcid:Start()
|
||||
wardAcid:Show(args.destName)
|
||||
timerNextAttract:Start()
|
||||
warnAttract:Show(args.destName)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -65,9 +65,7 @@ function mod:CHAT_MSG_MONSTER_YELL(msg)
|
||||
end
|
||||
end
|
||||
|
||||
function mod:OnSync(msg, arg)
|
||||
if msg == "Wipe" then
|
||||
warnWavePortalSoon:Unschedule()
|
||||
timerNextPortal:Cancel()
|
||||
end
|
||||
function mod:OnCombatEnd()
|
||||
warnWavePortalSoon:Cancel()
|
||||
timerNextPortal:Cancel()
|
||||
end
|
||||
Reference in New Issue
Block a user