Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Andrew Reed
VuhDo
Commits
300978d0
Commit
300978d0
authored
4 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed error on target switch in combat with show class name enabled
parent
714a3c40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
VuhDoBarCustomizerHealth.lua
VuhDoBarCustomizerHealth.lua
+1
-1
changelog.txt
changelog.txt
+2
-1
No files found.
VuhDoBarCustomizerHealth.lua
View file @
300978d0
...
...
@@ -393,7 +393,7 @@ function VUHDO_customizeText(aButton, aMode, anIsTarget)
end
if
tSetup
[
"ID_TEXT"
][
"showName"
]
then
tTextString
=
(
tSetup
[
"ID_TEXT"
][
"showClass"
]
and
not
tInfo
[
"isPet"
])
tTextString
=
(
tSetup
[
"ID_TEXT"
][
"showClass"
]
and
not
tInfo
[
"isPet"
]
and
tInfo
[
"className"
]
)
and
tInfo
[
"className"
]
..
": "
or
""
;
tTextString
=
tTextString
..
((
not
tOwnerInfo
or
not
tSetup
[
"ID_TEXT"
][
"showPetOwners"
])
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
300978d0
...
...
@@ -10,8 +10,9 @@ Known issues:
Bugfixes:
-- Fixed
NPE
when slash command had zero arguments
-- Fixed
error
when slash command had zero arguments
-- Fixed class name text for classless units (defaults to creature type)
-- Fixed error on target switch in combat with show class name enabled
Improvements:
...
...
This diff is collapsed.
Click to expand it.
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