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
229a23c6
Commit
229a23c6
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Merge branch 'master' into classic
parent
c10fe3b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
VuhDoDebuffs.lua
VuhDoDebuffs.lua
+6
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoDebuffs.lua
View file @
229a23c6
...
...
@@ -298,8 +298,11 @@ local tCurChosenStoredName;
function
VUHDO_determineDebuff
(
aUnit
)
tInfo
=
(
VUHDO_RAID
or
sEmpty
)[
aUnit
];
if
not
tInfo
then
return
0
,
""
;
-- VUHDO_DEBUFF_TYPE_NONE
elseif
VUHDO_CONFIG_SHOW_RAID
then
return
tInfo
[
"debuff"
],
tInfo
[
"debuffName"
];
end
if
not
tInfo
then
return
0
,
""
;
-- VUHDO_DEBUFF_TYPE_NONE
elseif
VUHDO_CONFIG_SHOW_RAID
then
return
tInfo
[
"debuff"
],
tInfo
[
"debuffName"
];
end
tUnitDebuffInfo
=
VUHDO_initDebuffInfos
(
aUnit
);
...
...
@@ -378,6 +381,7 @@ function VUHDO_determineDebuff(aUnit)
end
-- Entweder Fhigkeit vorhanden ODER noch keiner gewhlt UND auch nicht entfernbare
-- Either ability available OR none selected AND not removable (DETECT_DEBUFFS_REMOVABLE_ONLY_ICONS)
if
tType
and
(
tAbility
or
(
sCurChosenType
==
0
and
sIsNotRemovableOnly
))
then
-- VUHDO_DEBUFF_TYPE_NONE
sCurChosenType
=
tType
;
tUnitDebuffInfo
[
"CHOSEN"
][
1
],
tUnitDebuffInfo
[
"CHOSEN"
][
2
]
=
tIcon
,
tStacks
;
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
229a23c6
...
...
@@ -42,6 +42,7 @@ Bugfixes:
Improvements:
-- Added Paladin 'Glimmer of Light' as default HoT icon option
-- Added default custom debuffs for Ny'alotha raid encounters
--------------------------------------------------------------
...
...
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