Skip to content

Commit

Permalink
Dragonflight/DawnOfTheInfinite/ManifestedTimeways: Remove pre-10.2 co…
Browse files Browse the repository at this point in the history
…mpat
  • Loading branch information
ntowle committed Nov 8, 2023
1 parent 51cc291 commit 7ce789d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dragonflight/DawnOfTheInfinite/ManifestedTimeways.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
local isTenDotTwo = select(4, GetBuildInfo()) >= 100200 --- XXX delete when 10.2 is live everywhere
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down Expand Up @@ -31,11 +30,9 @@ function mod:OnBossEnable()
end

function mod:OnEngage()
if not isTenDotTwo then
-- not cast in M+, removed from dungeon journal in all difficulties
-- TODO is this still cast in hardmode in 10.2? any way to detect hardmode?
self:CDBar(414303, 5.8) -- Unwind
end
-- Unwind is not cast in M+, removed from dungeon journal in all difficulties
-- TODO apparently still cast in hardmode in 10.2 - any way to detect hardmode?
--self:CDBar(414303, 5.8) -- Unwind
self:CDBar(405431, 15.5) -- Fragments of Time
self:CDBar(405696, 30.1) -- Chrono-faded
end
Expand Down

0 comments on commit 7ce789d

Please sign in to comment.