Skip to content

Commit

Permalink
Fix Pain Suppression error
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 24, 2016
1 parent ccb1227 commit 5bb890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ end

function mod:PainSuppression(target, spellId, nick, spellName)
message(spellId, L.usedon_cast:format(nick, spellName, target))
bar(spellId, 8, target)
bar(spellId, 8, target, spellName)
end

function mod:PowerWordBarrier(_, spellId, nick, spellName)
Expand Down

0 comments on commit 5bb890d

Please sign in to comment.