Skip to content

Commit

Permalink
Lib is updated, testing now
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Apr 3, 2024
1 parent df463ad commit 588e246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI/Core/General/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ function E:Initialize()
E:Tutorials()
end

if E.Retail or E.Wrath then
if E.Retail or E.Wrath or E.ClassicSOD then
E.Libs.DualSpec:EnhanceDatabase(E.data, 'ElvUI')
end

Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Options/Core/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ E.Options.args.profiles.args.private.order = 2

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

if E.Retail or E.Wrath then
if E.Retail or E.Wrath or E.ClassicSOD then
E.Libs.DualSpec:EnhanceOptions(E.Options.args.profiles.args.profile, E.data)
end

Expand Down

0 comments on commit 588e246

Please sign in to comment.