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
e05580a6
Verified
Commit
e05580a6
authored
Jan 06, 2021
by
Darth Predator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
woops
parent
bb1252c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI_SLE/skins/blizzard/merchantList.lua
ElvUI_SLE/skins/blizzard/merchantList.lua
+1
-1
No files found.
ElvUI_SLE/skins/blizzard/merchantList.lua
View file @
e05580a6
...
...
@@ -464,7 +464,7 @@ local function List_MerchantUpdate()
button
.
money
:
SetText
(
GetCoinTextureString
(
price
));
end
if
(
GetMoney
()
<
price
)
then
if
(
GetMoney
()
>
price
)
then
button
.
money
:
SetTextColor
(
1
,
1
,
1
);
else
button
.
money
:
SetTextColor
(
1
,
0
,
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