Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sean Anderson / Shrom
ElvUI
Commits
d5d6ec23
Commit
d5d6ec23
authored
Oct 13, 2020
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actually check if player first
parent
29cbd220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI/Modules/UnitFrames/Elements/Range.lua
ElvUI/Modules/UnitFrames/Elements/Range.lua
+1
-1
No files found.
ElvUI/Modules/UnitFrames/Elements/Range.lua
View file @
d5d6ec23
...
...
@@ -60,7 +60,7 @@ local function friendlyIsInRange(unit)
unit
=
getUnit
(
unit
)
-- swap the unit with `raid#` or `party#` when its NOT `player`, UnitIsUnit is true, and its not using `raid#` or `party#` already
end
if
Unit
PhaseReason
(
unit
)
and
Unit
IsPlayer
(
unit
)
then
if
Unit
IsPlayer
(
unit
)
and
Unit
PhaseReason
(
unit
)
then
return
false
-- is not in same phase
end
...
...
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