git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
29d93c0 - change raid frame position as mage
[wowui.git]
/
kehys
/
raid.lua
diff --git
a/kehys/raid.lua
b/kehys/raid.lua
index
7a88174
..
8e4b701
100644
(file)
--- a/
kehys/raid.lua
+++ b/
kehys/raid.lua
@@
-112,6
+112,12
@@
end
local function initialize()
_, class = UnitClass("player");
attributes = addon.Clickheal[class];
local function initialize()
_, class = UnitClass("player");
attributes = addon.Clickheal[class];
+ if class == "MAGE" then
+ width = 72;
+ height = 37;
+ anchorX = 0;
+ anchorY = -380;
+ end
CFrame:SetFrameStrata("LOW");
CFrame:SetPoint("CENTER", nil, "CENTER", anchorX, anchorY);
CFrame:SetHeight((height+2)*8);
CFrame:SetFrameStrata("LOW");
CFrame:SetPoint("CENTER", nil, "CENTER", anchorX, anchorY);
CFrame:SetHeight((height+2)*8);