Skip to content

Commit

Permalink
style(stats): 💄 remove combo/rage gauges max and %
Browse files Browse the repository at this point in the history
  • Loading branch information
iLPdev committed Mar 5, 2022
1 parent d6f8b38 commit 3d62625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prs-stats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function PRSstats.stats()
height=25,
width="95%",
updateTime = 250,
textTemplate = "  Combo: |c / |m (|p%)",
textTemplate = "  Combo: |c",
currentVariable = "gmcp.Char.Vitals.combo",
maxcombo = 100,
maxVariable = "maxcombo",
Expand Down Expand Up @@ -123,7 +123,7 @@ function PRSstats.stats()
height=25,
width="95%",
updateTime = 250,
textTemplate = "  Rage: |c / |m (|p%)",
textTemplate = "  Rage: |c",
currentVariable = "gmcp.Char.Vitals.rage",
maxrage = 100,
maxVariable = "maxrage",
Expand Down

0 comments on commit 3d62625

Please sign in to comment.