mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
9 lines
339 B
Lua
9 lines
339 B
Lua
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
|
|
local B = E:GetModule("Blizzard");
|
|
|
|
function B:PositionGMFrames()
|
|
TicketStatusFrame:ClearAllPoints()
|
|
TicketStatusFrame:SetPoint("TOPLEFT", E.UIParent, "TOPLEFT", 250, -5)
|
|
|
|
E:CreateMover(TicketStatusFrame, "GMMover", L["GM Ticket Frame"])
|
|
end |