Skip to content

Commit

Permalink
pfUI bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KasVital committed Sep 17, 2017
1 parent ee3ae03 commit 03d5d27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pfUI/modules/debuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ pfUI:RegisterModule("debuffs", function ()
return
end

for effect, _ in string.gfind(arg1, pfUI.debuffs.SPELLREFLECTSELFOTHER) do -- "Your %s is reflected back by %s.";
pfUI.debuffs:RemovePending(pfUI.debuffs.lastUnit, pfUI.debuffs.lastLevel, effect)
return
end
-- for effect, _ in string.gfind(arg1, pfUI.debuffs.SPELLREFLECTSELFOTHER) do -- "Your %s is reflected back by %s.";
-- pfUI.debuffs:RemovePending(pfUI.debuffs.lastUnit, pfUI.debuffs.lastLevel, effect)
-- return
-- end

for effect, _ in string.gfind(arg1, pfUI.debuffs.SPELLPARRIEDSELFOTHER) do -- "Your %s is parried by %s.";
pfUI.debuffs:RemovePending(pfUI.debuffs.lastUnit, pfUI.debuffs.lastLevel, effect)
Expand Down

0 comments on commit 03d5d27

Please sign in to comment.