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
Maw Walker
VuhDo
Commits
873a6e51
Commit
873a6e51
authored
9 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Temp fix for testing tracking of Shaman tier 18 bonus 'Riptide' on PTR
parent
61e4d2e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
VuhDoBarCustomizerHots.lua
VuhDoBarCustomizerHots.lua
+4
-3
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerHots.lua
View file @
873a6e51
...
...
@@ -573,7 +573,8 @@ local function VUHDO_updateHots(aUnit, anInfo)
end
if
(
tExpiry
or
0
)
==
0
then
tExpiry
=
(
tNow
+
9999
);
end
tHotFromBuff
=
sBuffs2Hots
[
tBuffName
..
tBuffIcon
]
or
sBuffs2Hots
[
tSpellId
];
-- tHotFromBuff = sBuffs2Hots[tBuffName .. tBuffIcon] or sBuffs2Hots[tSpellId];
tHotFromBuff
=
sBuffs2Hots
[
tSpellId
];
if
tHotFromBuff
==
""
or
VUHDO_IGNORE_HOT_IDS
[
tSpellId
]
then
-- non hot buff
elseif
tHotFromBuff
then
-- Hot buff cached
...
...
@@ -582,7 +583,7 @@ local function VUHDO_updateHots(aUnit, anInfo)
VUHDO_snapshotHot
(
tHotFromBuff
,
tRest
,
tStacks
,
tBuffIcon
,
tIsCastByPlayer
,
tDuration
,
aUnit
,
tExpiry
);
end
else
-- not yet scanned
sBuffs2Hots
[
tBuffName
..
tBuffIcon
]
=
""
;
--
sBuffs2Hots[tBuffName .. tBuffIcon] = "";
sBuffs2Hots
[
tSpellId
]
=
""
;
for
tHotCmpName
,
_
in
pairs
(
VUHDO_ACTIVE_HOTS
)
do
tDiffIcon
=
VUHDO_CAST_ICON_DIFF
[
tHotCmpName
];
...
...
@@ -594,7 +595,7 @@ local function VUHDO_updateHots(aUnit, anInfo)
if
tRest
>
0
then
VUHDO_snapshotHot
(
tHotCmpName
,
tRest
,
tStacks
,
tBuffIcon
,
tIsCastByPlayer
,
tDuration
,
aUnit
,
tExpiry
);
end
sBuffs2Hots
[
tBuffName
..
tBuffIcon
]
=
tHotCmpName
;
--
sBuffs2Hots[tBuffName .. tBuffIcon] = tHotCmpName;
sBuffs2Hots
[
tSpellId
]
=
tHotCmpName
;
break
;
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
873a6e51
...
...
@@ -20,6 +20,7 @@ Bugfixes:
-- Fixed improper usage of API to check for Druid talent Rampant Growth
-- Fixed AOE cluster advice for spells which target randomly (thanks BlueRajasmyk)
-- Fixed interacting with a frame after battle res when using Clique compat mode
-- Fixed tracking of Shaman tier 18 bonus 'Riptide'
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