View Single Post
05-31-11, 03:44 AM   #2
Lordyfrb
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 71
After the line
Code:
local check = 1
add this
Code:
EF:SetFrameStrata("MEDIUM")
EF:SetFrameLevel(1)

This adjusts the frame strata of the EF frame if this doesn't work, you can change it to HIGH, for a list of the available strata's check here:http://www.wowpedia.org/UITYPE_FrameStrata
__________________
  Reply With Quote