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
e93a0cd3
Commit
e93a0cd3
authored
Oct 13, 2020
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try this
parent
3a549175
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI/Modules/Skins/Blizzard/Quest.lua
ElvUI/Modules/Skins/Blizzard/Quest.lua
+1
-1
No files found.
ElvUI/Modules/Skins/Blizzard/Quest.lua
View file @
e93a0cd3
...
...
@@ -234,7 +234,7 @@ function S:BlizzardQuestFrames()
for
i
=
1
,
numObjectives
do
local
_
,
objectiveType
,
isCompleted
=
GetQuestLogLeaderBoard
(
i
)
if
objectiveType
~=
'spell'
and
objectiveType
~=
'log'
and
numVisibleObjectives
<
_G
.
MAX_OBJECTIVES
then
if
objectiveType
~=
'spell'
and
numVisibleObjectives
<
_G
.
MAX_OBJECTIVES
then
numVisibleObjectives
=
numVisibleObjectives
+
1
local
objective
=
_G
[
'QuestInfoObjective'
..
numVisibleObjectives
]
...
...
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