Skip to content

Commit

Permalink
Fix missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Oct 15, 2016
1 parent 21694ff commit 3b7aca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legion/EyeOfAzshara/WrathOfAzshara.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end

function mod:UNIT_SPELLCAST_SUCCEEDED(_, _, _, _, spellId)
if spellId == 192680 then -- Mystic Tornado
self:Message(192675, "Urgent", "Alert", CL.near:format(self:SpellName(192675))
self:Message(192675, "Urgent", "Alert", CL.near:format(self:SpellName(192675)))
self:CDBar(192675, p2 and 15 or 25) -- hc pull:8.5, 26.3, 15.8 / m pull:8.6, 25.1, 34.0, 18.2, 15.8, 20.7, 15.8
end
end
Expand Down

0 comments on commit 3b7aca5

Please sign in to comment.