Skip to content

Commit

Permalink
dual spec dt
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jan 6, 2025
1 parent f25b7bf commit bf68653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/DataTexts/DualSpec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local E, L, V, P, G = unpack(ElvUI)
if not (E.Cata or E.ClassicSOD) then return end
if not (E.Cata or E.ClassicSOD or E.ClassicAnniv or E.ClassicAnnivHC) then return end
local DT = E:GetModule('DataTexts')

local _G = _G
Expand Down

0 comments on commit bf68653

Please sign in to comment.