Skip to content

Commit

Permalink
Merge branch 'develop' into release/9.0.000
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWanderer-GH committed Oct 20, 2020
2 parents a77536a + 9e2836c commit 200612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ do
end
end
end
elseif spellID and spellType == "SPELL" and spellID ~= lastID then
elseif spellID and (spellType == "SPELL" or spellType == "PETACTION") and spellID ~= lastID then
-- Base spell = slot ID + name from slot ID
-- Real spell = ID from slot name + name from slot name
-- For the purposes of CoolLine we only care about the real spell.
Expand Down

0 comments on commit 200612f

Please sign in to comment.