View Single Post
01-07-12, 05:27 PM   #6
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 154
The archaeology and quest blobs have separate methods for their waffle borders, so you probably want to hide both. Here's how I removed them in my minimap:
lua Code:
  1. -- Reduces width of waffle border to 0
  2. Minimap:SetArchBlobRingScalar( 0 );
  3. Minimap:SetQuestBlobRingScalar( 0 );
  Reply With Quote