mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
13 lines
398 B
Lua
13 lines
398 B
Lua
local E, L, DF = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
|
|
local B = E:GetModule("Blizzard");
|
|
|
|
--Cache global variables
|
|
--Lua functions
|
|
--WoW API / Variables
|
|
|
|
function B:PositionGMFrames()
|
|
TicketStatusFrame:ClearAllPoints()
|
|
TicketStatusFrame:SetPoint("TOPLEFT", E.UIParent, "TOPLEFT", 250, -5)
|
|
|
|
E:CreateMover(TicketStatusFrame, "GMMover", L["GM Ticket Frame"])
|
|
end |