Skip to content

Commit

Permalink
VaultOfTheWardens/Trash: Fix Lua error
Browse files Browse the repository at this point in the history
  • Loading branch information
elvador committed Sep 3, 2016
1 parent b485bda commit b2e770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legion/VaultOfTheWardens/Trash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end
--[[ Grimhorn the Enslaver ]]--
function mod:Torment(args)
self:TargetMessage(args.spellId, args.destName, "Urgent", "Alarm")
self:TargetBar(args.spellId, args.destName, 6)
self:TargetBar(args.spellId, 6, args.destName)
if self:Me(args.destGUID) then
self:Say(args.spellId)
end
Expand Down

0 comments on commit b2e770b

Please sign in to comment.