Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ElvUI_MerathilisUI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Merathilis
ElvUI_MerathilisUI
Commits
06d5ecf1
Commit
06d5ecf1
authored
Sep 07, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup
parent
495ff96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ElvUI_MerathilisUI/modules/maps/minimap.lua
ElvUI_MerathilisUI/modules/maps/minimap.lua
+3
-3
No files found.
ElvUI_MerathilisUI/modules/maps/minimap.lua
View file @
06d5ecf1
...
...
@@ -105,14 +105,14 @@ end
function
module
:
RaidDifficulty
()
if
E
.
db
.
mui
.
maps
.
minimap
.
difficulty
~=
true
then
return
end
local
RaidDifficulty
=
CreateFrame
(
'Frame'
,
nil
,
Minimap
)
RaidDifficulty
:
SetSize
(
24
,
8
)
local
pos
=
E
.
db
.
general
.
minimap
.
icons
.
difficulty
.
position
or
"TOPLEFT"
local
x
=
E
.
db
.
general
.
minimap
.
icons
.
difficulty
.
xOffset
or
0
local
y
=
E
.
db
.
general
.
minimap
.
icons
.
difficulty
.
yOffset
or
0
local
RaidDifficulty
=
CreateFrame
(
'Frame'
,
nil
,
Minimap
)
RaidDifficulty
:
SetSize
(
24
,
8
)
RaidDifficulty
:
SetPoint
(
pos
,
Minimap
,
pos
,
x
,
y
)
RaidDifficulty
:
RegisterEvent
(
'PLAYER_ENTERING_WORLD'
)
RaidDifficulty
:
RegisterEvent
(
'CHALLENGE_MODE_START'
)
RaidDifficulty
:
RegisterEvent
(
'CHALLENGE_MODE_COMPLETED'
)
...
...
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