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
Sean Anderson / Shrom
ElvUI
Commits
d0d57939
Commit
d0d57939
authored
Oct 13, 2020
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
StatusReport - GetRealZoneText() bug
parent
2f322d2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI/Core/StatusReport.lua
ElvUI/Core/StatusReport.lua
+1
-1
No files found.
ElvUI/Core/StatusReport.lua
View file @
d0d57939
...
...
@@ -320,7 +320,7 @@ function E:UpdateStatusFrame()
local
Section3
=
StatusFrame
.
Section3
Section3
.
Content
.
Line4
.
Text
:
SetFormattedText
(
'Specialization: |cff4beb2c%s|r'
,
GetSpecName
())
Section3
.
Content
.
Line5
.
Text
:
SetFormattedText
(
'Level: |cff4beb2c%s|r'
,
E
.
mylevel
)
Section3
.
Content
.
Line6
.
Text
:
SetFormattedText
(
'Zone: |cff4beb2c%s|r'
,
GetRealZoneText
())
Section3
.
Content
.
Line6
.
Text
:
SetFormattedText
(
'Zone: |cff4beb2c%s|r'
,
GetRealZoneText
()
or
UNKNOWN
)
StatusFrame
.
TitleLogoFrame
.
LogoTop
:
SetVertexColor
(
unpack
(
E
.
media
.
rgbvaluecolor
))
end
...
...
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