EQL_QuestTracker_OnEvent(event);
EQL_QuestTracker_OnLoad();
EQL3_QuestWatchFrame:StartMoving();
EQL3_Temp.movingWatchFrame = true;
EQL3_QuestWatchFrame:StopMovingOrSizing();
EQL3_Temp.movingWatchFrame = nil;
QuestWatchFrame_LockCornerForGrowth();
EQL3_QuestWatchFrame_OnUpdate(arg1);
this:SetFrameLevel("1");
this:SetBackdropBorderColor(
TOOLTIP_DEFAULT_BACKGROUND_COLOR.r,
TOOLTIP_DEFAULT_BACKGROUND_COLOR.g,
TOOLTIP_DEFAULT_BACKGROUND_COLOR.b);
this:SetBackdropColor(
TOOLTIP_DEFAULT_BACKGROUND_COLOR.r,
TOOLTIP_DEFAULT_BACKGROUND_COLOR.g,
TOOLTIP_DEFAULT_BACKGROUND_COLOR.b);
this:SetAlpha(0);