Thread: !Beautycase
View Single Post
02-20-13, 01:36 PM   #2
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 308
I don't have that mod so I can't tell you where to edit but, go into the probably the main file and search for CreateBorder('skada') or something regarding the skada name as well as stuff with the omen name. Comment those lines out by placing 2 hyphens at the start of the line.

ie: Change
Code:
CreateBorder('some_skada_name', parameters)
CreateBorder('some_omen_name', parameters)
into
Code:
-- CreateBorder('some_skada_name', parameters)
-- CreateBorder('some_omen_name', parameters)
__________________
AddOns: Tim @ WoWInterface
Characters: Mage, Priest, Devoker, Pally
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote