Skip to content

Commit

Permalink
use bow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Oct 10, 2023
1 parent a2f7d66 commit 8864ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Layouts/LayoutGeneral.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function ElvUI_EltreumUI:SetupGeneralLayout()
E.db["unitframe"]["units"]["player"]["CombatIcon"]["color"]["b"] = 1
E.db["unitframe"]["units"]["player"]["CombatIcon"]["color"]["g"] = 1
E.db["unitframe"]["units"]["player"]["CombatIcon"]["defaultColor"] = true
E.db["unitframe"]["units"]["player"]["CombatIcon"]["texture"] = "Eltruism10"
E.db["unitframe"]["units"]["player"]["CombatIcon"]["texture"] = "Eltruism16"
E.db["unitframe"]["units"]["player"]["CombatIcon"]["size"] = 14
E.db["unitframe"]["units"]["player"]["CombatIcon"]["xOffset"] = -7
E.db["unitframe"]["units"]["player"]["CombatIcon"]["yOffset"] = -7
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Layouts/UpdateElvUISettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function ElvUI_EltreumUI:UpdateElvUISettings()
E.db["unitframe"]["units"]["player"]["CombatIcon"]["color"]["b"] = 1
E.db["unitframe"]["units"]["player"]["CombatIcon"]["color"]["g"] = 1
E.db["unitframe"]["units"]["player"]["CombatIcon"]["defaultColor"] = true
E.db["unitframe"]["units"]["player"]["CombatIcon"]["texture"] = "Eltruism10"
E.db["unitframe"]["units"]["player"]["CombatIcon"]["texture"] = "Eltruism16"
E.db["unitframe"]["units"]["player"]["CombatIcon"]["size"] = 14
E.db["unitframe"]["units"]["player"]["CombatIcon"]["xOffset"] = -7
E.db["unitframe"]["units"]["player"]["CombatIcon"]["yOffset"] = -7
Expand Down

0 comments on commit 8864ba3

Please sign in to comment.