Skip to content

Commit

Permalink
Nightmare/Xavius: Fix Lua error on meteor.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 26, 2016
1 parent 7ed424c commit c3857de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nightmare/Xavius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function mod:CallOfNightmares(args)
end

function mod:CorruptionMeteor(args)
self:TargetMessage(args.spellId, args.destName, "Attention", "Info", isInDream)
self:TargetMessage(args.spellId, args.destName, "Attention", "Info", nil, nil, isInDream)
self:TargetBar(args.spellId, 5, args.destName)
self:Bar(args.spellId, 28)
end
Expand Down

0 comments on commit c3857de

Please sign in to comment.