Skip to content

Commit

Permalink
Load DualSpec DT for SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Apr 4, 2024
1 parent ffff65f commit 1ea2165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ElvUI/Classic/Modules/DataTexts/Load_DataTexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
<Script file='..\..\..\Core\Modules\DataTexts\SpellHit.lua'/>
<Script file='..\..\..\Core\Modules\DataTexts\SpellPower.lua'/>
<Script file='..\..\..\Core\Modules\DataTexts\Spirit.lua'/>
<Script file='..\..\..\Wrath\Modules\DataTexts\DualSpec.lua'/>
</Ui>
2 changes: 2 additions & 0 deletions ElvUI/Wrath/Modules/DataTexts/DualSpec.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
local E, L, V, P, G = unpack(ElvUI)
local DT = E:GetModule('DataTexts')

if not (E.Wrath or E.ClassicSOD) then return end

local _G = _G
local format, strjoin = format, strjoin
local HideUIPanel = HideUIPanel
Expand Down

0 comments on commit 1ea2165

Please sign in to comment.