Skip to content

Commit

Permalink
Delves/ZekvirsLair/Zekvir2: Timer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Sep 29, 2024
1 parent aa59016 commit 1c28dab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Delves/ZekvirsLair/Zekvir2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ end
function mod:ClawSmash(args)
if self:MobId(args.sourceGUID) == 221427 then -- Zekvir Tier ??
self:Message(args.spellId, "orange")
self:CDBar(args.spellId, 15.1)
self:CDBar(args.spellId, 15.7)
self:PlaySound(args.spellId, "alarm")
end
end
Expand All @@ -126,13 +126,13 @@ end

function mod:EnfeeblingSpittleInterrupt(args)
if self:MobId(args.destGUID) == 221427 then -- Zekvir Tier ??
self:CDBar(450505, 23.7)
self:CDBar(450505, 25.2)
end
end

function mod:EnfeeblingSpittleSuccess(args)
if self:MobId(args.sourceGUID) == 221427 then -- Zekvir Tier ??
self:CDBar(450505, 23.7)
self:CDBar(450505, 25.2)
end
end

Expand All @@ -148,7 +148,7 @@ end
function mod:HorrendousRoar(args)
if self:MobId(args.sourceGUID) == 221427 then -- Zekvir Tier ??
self:Message(args.spellId, "yellow", CL.fear)
self:CDBar(args.spellId, 17.4, CL.fear)
self:CDBar(args.spellId, 18.2, CL.fear)
self:PlaySound(args.spellId, "alarm")
end
end
Expand Down

0 comments on commit 1c28dab

Please sign in to comment.