View Single Post
02-17-20, 11:41 PM   #5
Viper_0000
A Kobold Labourer
AddOn Compiler - Click to view compilations
Join Date: Dec 2006
Posts: 1
Would it be possible to get the corruption item version of this code please?

Update: Think I figured it out!

Code:
hooksecurefunc("GameTooltip_SetBackdropStyle",function(self,style)
    if style==GAME_TOOLTIP_BACKDROP_STYLE_CORRUPTED_ITEM then
        GameTooltip_SetBackdropStyle(self,GAME_TOOLTIP_BACKDROP_STYLE_DEFAULT)
    end
end

Last edited by Viper_0000 : 02-18-20 at 12:06 AM.
  Reply With Quote