Skip to content

Commit

Permalink
NerubarPalace/Ovinax: Fix Sticky Webs not working towards the end of …
Browse files Browse the repository at this point in the history
…the encounter
  • Loading branch information
Justw8 committed Sep 21, 2024
1 parent 981de46 commit bf4ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NerubarPalace/Ovinax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function mod:StickyWeb(args)
stickyWebCount = stickyWebCount + 1
local cd = 30
local ingestTimeLeft = nextIngest - GetTime()
if ingestTimeLeft > cd then
if ingestTimeLeft > cd or ingestBlackBloodCount > 3 then
self:Bar(446349, cd, CL.count:format(args.spellName, stickyWebCount))
end
end
Expand Down

0 comments on commit bf4ba34

Please sign in to comment.