Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Merathilis
ElvUI_MerathilisUI
Commits
e05b13e3
Commit
e05b13e3
authored
Sep 10, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Tooltip text color on durability.
parent
6d78bd7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI_MerathilisUI/modules/datatexts/durability.lua
ElvUI_MerathilisUI/modules/datatexts/durability.lua
+1
-1
No files found.
ElvUI_MerathilisUI/modules/datatexts/durability.lua
View file @
e05b13e3
...
...
@@ -91,7 +91,7 @@ local function OnEnter(self)
local
total
,
equipped
=
GetAverageItemLevel
()
DT
.
tooltip
:
ClearLines
()
DT
.
tooltip
:
AddDoubleLine
(
DURABILITY
,
format
(
"%s: %d/%d"
,
_G
.
STAT_AVERAGE_ITEM_LEVEL
,
equipped
,
total
),
.
6
,
.
8
,
1
,
1
,
1
,
1
)
DT
.
tooltip
:
AddDoubleLine
(
DURABILITY
,
format
(
"%s: %d/%d"
,
_G
.
STAT_AVERAGE_ITEM_LEVEL
,
equipped
,
total
),
0
,
191
/
255
,
250
/
255
,
1
,
1
,
1
)
DT
.
tooltip
:
AddLine
(
" "
)
local
totalCost
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment