We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df463ad commit 588e246Copy full SHA for 588e246
ElvUI/Core/General/Core.lua
@@ -1993,7 +1993,7 @@ function E:Initialize()
1993
E:Tutorials()
1994
end
1995
1996
- if E.Retail or E.Wrath then
+ if E.Retail or E.Wrath or E.ClassicSOD then
1997
E.Libs.DualSpec:EnhanceDatabase(E.data, 'ElvUI')
1998
1999
ElvUI_Options/Core/Core.lua
@@ -311,7 +311,7 @@ E.Options.args.profiles.args.private.order = 2
311
312
E.Libs.AceConfig:RegisterOptionsTable('ElvProfiles', E.Options.args.profiles.args.profile)
313
314
-if E.Retail or E.Wrath then
+if E.Retail or E.Wrath or E.ClassicSOD then
315
E.Libs.DualSpec:EnhanceOptions(E.Options.args.profiles.args.profile, E.data)
316
317
0 commit comments