View Single Post
03-25-16, 08:34 AM   #7
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
You also need to ensure it's OnShow Event is nil

This hides all flags on the minimap:
Lua Code:
  1. MiniMapInstanceDifficulty:Hide()
  2. MiniMapInstanceDifficulty.Show = function() end
  3. GuildInstanceDifficulty:Hide()
  4. GuildInstanceDifficulty.Show = function() end
  Reply With Quote