View Single Post
03-07-11, 06:55 PM   #2
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Consider it solved. FYI, I ended up with this:

Code:
local PostCreateIconRaid = function(Auras, button)
	PostCreateIcon(Auras, button) -- inject the default create icon function's settings
	button.time:SetFont(cfg.NumbFont, 11, cfg.fontFAura)	
	button:SetSize(22, 22)
end
Seems like the issue I encountered the last time was related to the "GameTooltip:SetUnitAura(self.parent.__owner.unit, self:GetID(), self.filter)" fix.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote