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
Ven de Thiel
VuhDo
Commits
b35e1fb5
Commit
b35e1fb5
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Removed deprecated absorption debuff spells IDs.
parent
a57462c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
VuhDoShieldAbsorb.lua
VuhDoShieldAbsorb.lua
+1
-5
No files found.
VuhDoShieldAbsorb.lua
View file @
b35e1fb5
...
...
@@ -27,13 +27,9 @@ local VUHDO_PUMP_SHIELDS = {
local
VUHDO_ABSORB_DEBUFFS
=
{
[
109379
]
=
function
(
aUnit
)
return
200000
,
5
*
60
;
end
,
-- Searing Plasma
[
109362
]
=
function
(
aUnit
)
return
300000
,
5
*
60
;
end
,
[
105479
]
=
function
(
aUnit
)
return
200000
,
5
*
60
;
end
,
[
109364
]
=
function
(
aUnit
)
return
420000
,
5
*
60
;
end
,
[
109363
]
=
function
(
aUnit
)
return
280000
,
5
*
60
;
end
,
[
110598
]
=
function
(
aUnit
)
return
420000
,
2
*
60
;
end
,
-- Consuming Shroud
[
110214
]
=
function
(
aUnit
)
return
280000
,
2
*
60
;
end
,
[
110214
]
=
function
(
aUnit
)
return
280000
,
2
*
60
;
end
,
-- Consuming Shroud
-- Patch 6.2 - Hellfire Citadel
[
189030
]
=
function
(
aUnit
)
return
select
(
15
,
UnitDebuff
(
aUnit
,
VUHDO_SPELL_ID
.
DEBUFF_BEFOULED
)),
10
*
60
;
end
,
-- Fel Lord Zakuun
...
...
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