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
b655b036
Verified
Commit
b655b036
authored
Oct 13, 2020
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More checks
parent
b56ab447
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
ElvUI/Modules/Skins/Blizzard/Garrison.lua
ElvUI/Modules/Skins/Blizzard/Garrison.lua
+6
-2
No files found.
ElvUI/Modules/Skins/Blizzard/Garrison.lua
View file @
b655b036
...
...
@@ -610,8 +610,12 @@ function S:Blizzard_GarrisonUI()
S
:
HandleFollowerListOnUpdateData
(
'CovenantMissionFrameFollowers'
)
S
:
HandleButton
(
Follower
.
HealAllButton
)
S
:
HandleButton
(
_G
.
HealFollowerButtonTemplate
)
if
Follower
.
HealAllButton
then
S
:
HandleButton
(
Follower
.
HealAllButton
)
end
if
_G
.
HealFollowerButtonTemplate
then
S
:
HandleButton
(
_G
.
HealFollowerButtonTemplate
)
end
-- Mission Tab
S
:
HandleButton
(
CovenantMissionFrame
.
MissionTab
.
MissionPage
.
StartMissionButton
)
...
...
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