Created
June 24, 2010 03:04
-
-
Save tekkub/450918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 0 | |
CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0 | |
for i=1,NUM_CHAT_WINDOWS do | |
local tab = _G["ChatFrame"..i.."Tab"] | |
tab.noMouseAlpha = 0 | |
tab:SetAlpha(0) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You magnificent bastard.