Skip to content

Commit 1ea2165

Browse files
committed
Load DualSpec DT for SoD
1 parent ffff65f commit 1ea2165

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ElvUI/Classic/Modules/DataTexts/Load_DataTexts.xml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
<Script file='..\..\..\Core\Modules\DataTexts\SpellHit.lua'/>
1313
<Script file='..\..\..\Core\Modules\DataTexts\SpellPower.lua'/>
1414
<Script file='..\..\..\Core\Modules\DataTexts\Spirit.lua'/>
15+
<Script file='..\..\..\Wrath\Modules\DataTexts\DualSpec.lua'/>
1516
</Ui>

ElvUI/Wrath/Modules/DataTexts/DualSpec.lua

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
local E, L, V, P, G = unpack(ElvUI)
22
local DT = E:GetModule('DataTexts')
33

4+
if not (E.Wrath or E.ClassicSOD) then return end
5+
46
local _G = _G
57
local format, strjoin = format, strjoin
68
local HideUIPanel = HideUIPanel

0 commit comments

Comments
 (0)