Skip to content

Commit

Permalink
Fix Fiery Brand (fixes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Aug 11, 2016
1 parent 37da99b commit 8b23e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CommonAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,9 @@ function mod:Darkness(_, spellId, nick, spellName)
bar(spellId, 8, nick, spellName)
end

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

function mod:NetherBond(target, spellId, nick, spellName)
Expand Down

0 comments on commit 8b23e76

Please sign in to comment.