Skip to content

Instantly share code, notes, and snippets.

Created November 24, 2016 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5e3af3921023de4d837c04b9f6527bfd to your computer and use it in GitHub Desktop.
Save anonymous/5e3af3921023de4d837c04b9f6527bfd to your computer and use it in GitHub Desktop.
Always show raid frames
-- taints the raid frames; nothing to do about it
for _, v in pairs({CompactRaidFrameManager, CompactRaidFrameContainer}) do
v:Show()
v.Hide = v.Show
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment