Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ElvUI Project
ElvUI
Commits
f85535d9
Commit
f85535d9
authored
Feb 22, 2019
by
Elv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test azil
parent
398e0faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ElvUI/Modules/blizzard/objectiveFrame.lua
ElvUI/Modules/blizzard/objectiveFrame.lua
+12
-0
No files found.
ElvUI/Modules/blizzard/objectiveFrame.lua
View file @
f85535d9
...
...
@@ -61,6 +61,18 @@ function B:MoveObjectiveFrame()
ObjectiveTrackerFrame
:
ClearAllPoints
()
ObjectiveTrackerFrame
:
SetPoint
(
'TOP'
,
ObjectiveFrameHolder
,
'TOP'
)
--just a couple checks to make sure other addons can't break it
hooksecurefunc
(
ObjectiveTrackerFrame
,
"SetMovable"
,
function
(
self
,
status
)
if
status
~=
true
then
self
:
SetMovable
(
true
)
end
end
)
--just a couple checks to make sure other addons can't break it
hooksecurefunc
(
ObjectiveTrackerFrame
,
"SetUserPlaced"
,
function
(
self
,
status
)
if
status
~=
true
then
self
:
SetUserPlaced
(
true
)
end
end
)
local
function
RewardsFrame_SetPosition
(
block
)
local
rewardsFrame
=
_G
.
ObjectiveTrackerBonusRewardsFrame
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment