Skip to content

Commit

Permalink
Legion/DarkheartThicket/Oakheart: Fix Uproot scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Oct 14, 2023
1 parent 8c51717 commit 42f1045
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Legion/DarkheartThicket/Oakheart.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ function mod:OnEngage()
self:CDBar(204574, 14.2) -- Strangling Roots
self:CDBar(204667, 18.2) -- Nightmare Breath
self:CDBar(204611, 24.0) -- Crushing Grip
self:CDBar(212786, 30.2) -- Uproot
if self:Mythic() then
-- dungeon journal says Heroic+, in reality it's Mythic-only
self:CDBar(212786, 30.2) -- Uproot
end
end

--------------------------------------------------------------------------------
Expand Down

0 comments on commit 42f1045

Please sign in to comment.