Skip to content

Commit 588e246

Browse files
committed
Lib is updated, testing now
1 parent df463ad commit 588e246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ElvUI/Core/General/Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ function E:Initialize()
19931993
E:Tutorials()
19941994
end
19951995

1996-
if E.Retail or E.Wrath then
1996+
if E.Retail or E.Wrath or E.ClassicSOD then
19971997
E.Libs.DualSpec:EnhanceDatabase(E.data, 'ElvUI')
19981998
end
19991999

ElvUI_Options/Core/Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ E.Options.args.profiles.args.private.order = 2
311311

312312
E.Libs.AceConfig:RegisterOptionsTable('ElvProfiles', E.Options.args.profiles.args.profile)
313313

314-
if E.Retail or E.Wrath then
314+
if E.Retail or E.Wrath or E.ClassicSOD then
315315
E.Libs.DualSpec:EnhanceOptions(E.Options.args.profiles.args.profile, E.data)
316316
end
317317

0 commit comments

Comments
 (0)