We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3d11e commit 8522f97Copy full SHA for 8522f97
ElvUI/Core/Modules/DataTexts/DualSpec.lua
@@ -1,4 +1,5 @@
1
local E, L, V, P, G = unpack(ElvUI)
2
+if not (E.Wrath or E.ClassicSOD) then return end
3
local DT = E:GetModule('DataTexts')
4
5
local _G = _G
0 commit comments