Skip to content

Commit

Permalink
Use realUnit for name if it exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
haste committed Jan 25, 2010
1 parent d92ebcc commit 08d7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lily.lua
Expand Up @@ -84,7 +84,7 @@ end
local PostCastStop = function(self, event, unit)
-- Needed as we use it as a general update function.
if(unit ~= self.unit) then return end
self.Name:SetText(UnitName(unit))
self.Name:SetText(UnitName(self.realUnit or unit))
end
local PostCreateAuraIcon = function(self, button)
Expand Down

0 comments on commit 08d7d64

Please sign in to comment.