Thread: Exp bar color
View Single Post
07-27-11, 12:23 PM   #9
Mischback
A Cobalt Mageweaver
 
Mischback's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 221
Could you "noop" the original function?

Code:
local function noop()
    return
end

    MainMenuExpBar:SetStatusBarColor(1, 1, 1, 1)
    MainMenuExpBar.SetStatusBarColor = noop
__________________
  Reply With Quote