We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d25fdb commit 862e3a2Copy full SHA for 862e3a2
main.lua
@@ -702,7 +702,7 @@ function export()
702
if specDB.playerBuffs[spellId] then
703
parameters = parameters .. ", buff = true"
704
end
705
- if specDB.petBuffs[spellId] then
+ if specDB.petBuffs[spellId] and not specDB.playerBuffs[spellId] then
706
parameters = parameters .. ", buff = true, unit = 'pet'"
707
708
if specDB.targetDebuffs[spellId] then
0 commit comments