Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Shadow & Light
Shadow and Light
Commits
2c7846bb
Verified
Commit
2c7846bb
authored
Jan 02, 2021
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add value for grays to reflect elvui changes
parent
bdfe149c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ElvUI_SLE/modules/datatexts/currency.lua
ElvUI_SLE/modules/datatexts/currency.lua
+6
-1
No files found.
ElvUI_SLE/modules/datatexts/currency.lua
View file @
2c7846bb
...
...
@@ -35,7 +35,7 @@ local ANIMA = ANIMA
local
menuList
=
{}
DT
.
CurrencyList
=
{
GOLD
=
BONUS_ROLL_REWARD_MONEY
,
BACKPACK
=
'Backpack'
}
local
animaSpellID
=
{[
347555
]
=
3
,
[
345706
]
=
5
,
[
336327
]
=
35
,
[
336456
]
=
250
}
local
animaSpellID
=
{
[
347555
]
=
3
,
[
345706
]
=
5
,
[
336327
]
=
35
,
[
336456
]
=
250
}
local
function
sortFunction
(
a
,
b
)
return
a
.
amount
>
b
.
amount
...
...
@@ -324,6 +324,11 @@ local function OnEnter()
-- end
-- end
-- end
local
grayValue
=
B
:
GetGraysValue
()
if
grayValue
>
0
then
DT
.
tooltip
:
AddLine
(
' '
)
DT
.
tooltip
:
AddDoubleLine
(
L
[
"Grays"
],
E
:
FormatMoney
(
grayValue
,
style
,
textOnly
),
nil
,
nil
,
nil
,
1
,
1
,
1
)
end
DT
.
tooltip
:
AddLine
(
' '
)
DT
.
tooltip
:
AddLine
(
resetCountersFormatter
)
...
...
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