Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VuhDo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
124
Issues
124
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
VuhDo
VuhDo
Commits
300978d0
Commit
300978d0
authored
Jan 22, 2021
by
Ivaria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed error on target switch in combat with show class name enabled
parent
714a3c40
Changes
2
Pipelines
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"
])
...
...
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:
...
...
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