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
VuhDo
VuhDo
Commits
b8794c77
Commit
b8794c77
authored
Dec 31, 2021
by
Ivaria
Browse files
Fixed debuff absorb tracking for Sylvanas 'Veil of Darkness'
parent
0e68ba3b
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
3 deletions
+22
-3
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoShieldAbsorb.lua
VuhDoShieldAbsorb.lua
+1
-1
changelog.txt
changelog.txt
+19
-0
No files found.
VuhDo.toc
View file @
b8794c77
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
0
## Version: 3.13
1
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## X-Curse-Project-ID: 7950
...
...
VuhDoOptions/VuhDoOptions.toc
View file @
b8794c77
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
0
## Version: 3.13
1
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
...
...
VuhDoShieldAbsorb.lua
View file @
b8794c77
...
...
@@ -93,7 +93,7 @@ local VUHDO_ABSORB_DEBUFFS = {
[
223929
]
=
function
(
aUnit
)
return
select
(
16
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_NECROTIC_WOUND
)),
18
;
end
,
-- Necrotic Wound
-- Patch 9.1.0 - Shadowlands - Sanctum of Domination
[
347704
]
=
function
(
aUnit
)
return
select
(
1
6
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_VEIL_OF_DARKNESS
)),
10
*
60
;
end
,
-- Sylvanas Veil of Darkness
[
347704
]
=
function
(
aUnit
)
return
select
(
1
7
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_VEIL_OF_DARKNESS
)),
10
*
60
;
end
,
-- Sylvanas Veil of Darkness
[
351091
]
=
function
(
aUnit
)
return
select
(
16
,
VUHDO_unitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_DESTABILIZE
)),
6
;
end
,
-- Mawsworn Hopebreaker Destabilize
--[79105] = function(aUnit) return 280000, 60 * 60; end, -- @TESTING PW:F
...
...
changelog.txt
View file @
b8794c77
Version 3.131
Known issues:
-- Shadowlands stat squish cleanup still a work in progress
-- AOE Advice spell equations need complete overhaul
-- Some text providers need changes to better display small numbers
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
Bugfixes:
-- Fixed debuff absorb tracking for Sylvanas 'Veil of Darkness'
Improvements:
--------------------------------------------------------------
Version 3.130
...
...
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