Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollyonn committed Oct 25, 2018
1 parent 460cbe5 commit 741ec74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ElvUI/modules/skins/blizzard/greeting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ local function LoadSkin()
for i = 1, MAX_NUM_QUESTS do
local button = _G["QuestTitleButton"..i]

S:HandleButtonHighlight(button)
if not button.isSkinned then
S:HandleButtonHighlight(button)

button.isSkinned = true
end
end

for i = 1, MAX_NUM_QUESTS do
Expand Down

0 comments on commit 741ec74

Please sign in to comment.