Skip to content

Commit

Permalink
TheArcway/GeneralXakal: Fix Felbat spawn message
Browse files Browse the repository at this point in the history
  • Loading branch information
elvador committed Sep 24, 2016
1 parent 2a3f28d commit 835592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legion/TheArcway/GeneralXakal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
--

function mod:DreadFelbats(args)
self:Message("dread_felbat", "Neutral", "Info", CL.soon:format(L.dread_felbat), false)
self:Message("dread_felbat", "Neutral", "Info", CL.soon:format(self:SpellName(L.dread_felbat)), false)
self:CDBar("dread_felbat", 31.5, L.dread_felbat, L.dread_felbat_icon)
self:ScheduleTimer("DreadFelbats", 31.5)
end
Expand Down

0 comments on commit 835592a

Please sign in to comment.