Skip to content

Commit

Permalink
re-do BarPriority defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Aug 22, 2024
1 parent e57e888 commit b91ac21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Modules/Artwork/StatusBars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ local DBDefaults = {
AllowRep = true,
PriorityDirection = 'ltr',
BarPriorities = {
[Enums.Bars.Azerite] = 0,
[Enums.Bars.Experience] = 0,
[Enums.Bars.Reputation] = 1,
[Enums.Bars.Honor] = 2,
[Enums.Bars.Artifact] = 3,
[Enums.Bars.Experience] = 4,
[Enums.Bars.Honor] = 3,
[Enums.Bars.Azerite] = 4,
[Enums.Bars.Artifact] = 5,
},
bars = {
['**'] = {
Expand Down

0 comments on commit b91ac21

Please sign in to comment.