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
Matthieu Saint Aubin
VuhDo
Commits
20c074a9
Commit
20c074a9
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fix Holy Priest Trail of Light tracing
parent
c4033ad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
VuhDoSpellTrace.lua
VuhDoSpellTrace.lua
+5
-3
No files found.
VuhDoSpellTrace.lua
View file @
20c074a9
...
...
@@ -77,7 +77,7 @@ end
--
function
VUHDO_parseCombatLogSpellTrace
(
aMessage
,
aSrcGuid
,
aDstGuid
,
aSpellName
,
aSpellId
i
,
anAmount
)
function
VUHDO_parseCombatLogSpellTrace
(
aMessage
,
aSrcGuid
,
aDstGuid
,
aSpellName
,
aSpellId
,
anAmount
)
-- ensure table keys are always strings
local
tSpellId
=
tostring
(
aSpellId
);
...
...
@@ -88,7 +88,7 @@ function VUHDO_parseCombatLogSpellTrace(aMessage, aSrcGuid, aDstGuid, aSpellName
-- special tracking for Holy Priest "Trail of Light"
if
sShowTrailOfLight
and
sIsPlayerKnowsTrailOfLight
and
aSpellName
==
VUHDO_SPELL_ID
.
FLASH_HEAL
then
aSrcGuid
==
VUHDO_PLAYER_GUID
and
aSpellName
==
VUHDO_SPELL_ID
.
FLASH_HEAL
then
tinsert
(
VUHDO_SPELL_TRACE_TRAIL_OF_LIGHT
,
{
...
...
@@ -118,7 +118,9 @@ function VUHDO_parseCombatLogSpellTrace(aMessage, aSrcGuid, aDstGuid, aSpellName
);
end
if
tPreviousPlayerTrailOfLight
and
VUHDO_RAID_GUIDS
[
tPreviousPlayerTrailOfLight
]
then
if
tPreviousPlayerTrailOfLight
and
tPreviousPlayerTrailOfLight
~=
sCurrentPlayerTrailOfLight
and
VUHDO_RAID_GUIDS
[
tPreviousPlayerTrailOfLight
]
then
VUHDO_updateBouquetsForEvent
(
VUHDO_RAID_GUIDS
[
tPreviousPlayerTrailOfLight
],
VUHDO_UPDATE_SPELL_TRACE
...
...
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