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
Joy
VuhDo
Commits
1347938c
Commit
1347938c
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed Swiftmendable bouquet validator when using L100 talent Rampant Growth
parent
a72c3ef3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
VuhDoBarCustomizerHots.lua
VuhDoBarCustomizerHots.lua
+5
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerHots.lua
View file @
1347938c
...
...
@@ -560,8 +560,11 @@ local function VUHDO_updateHots(aUnit, anInfo)
if
VUHDO_SPELL_ID
.
REGROWTH
==
tBuffName
or
VUHDO_SPELL_ID
.
REJUVENATION
==
tBuffName
or
VUHDO_SPELL_ID
.
GERMINATION
==
tBuffName
then
tStart
,
tSmDuration
,
tEnabled
=
GetSpellCooldown
(
VUHDO_SPELL_ID
.
SWIFTMEND
);
if
tEnabled
~=
0
and
(
tStart
==
nil
or
tSmDuration
==
nil
or
tStart
<=
0
or
tSmDuration
<=
1
.
6
)
then
if
not
tIsCastByPlayer
and
VUHDO_hasTalentRampantGrowth
()
then
sIsSwiftmend
=
false
;
-- L100 talent makes a unit swiftmendable only with OWN hots
if
VUHDO_hasTalentRampantGrowth
()
then
if
tIsCastByPlayer
then
sIsSwiftmend
=
true
;
end
else
sIsSwiftmend
=
true
;
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
1347938c
...
...
@@ -19,6 +19,7 @@ Bugfixes:
-- Added all of Mar'gok's variations of Arcane Wrath as default custom debuffs
-- Fixed GCD bar display for Discipline and Shadow Priests
-- Fixed cluster builder calling methods on forbidden frames (eg. in-game store)
-- Fixed Swiftmendable bouquet validator when using L100 talent Rampant Growth
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