We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603c47d commit bbc5fb6Copy full SHA for bbc5fb6
Modules/Skins/Blizzard/AdventureMap.lua
@@ -3,6 +3,11 @@ local S = W.Modules.Skins ---@type Skins
3
4
local _G = _G
5
6
+local hooksecurefunc = hooksecurefunc
7
+local unpack = unpack
8
+
9
+local CreateFrame = CreateFrame
10
11
function S:Blizzard_AdventureMap()
12
if not self:CheckDB("adventureMap") then
13
return
@@ -19,7 +24,7 @@ function S:Blizzard_AdventureMap()
19
24
20
25
if AdventureMapQuestChoiceDialog.Portrait then
21
26
AdventureMapQuestChoiceDialog
22
- .Portrait--[[@as Texture]]
27
+ .Portrait--[[@as Texture]]
23
28
:SetDrawLayer("OVERLAY", 3)
29
end
30
0 commit comments