Skip to content

Commit bbc5fb6

Browse files
committed
chore: add vars
1 parent 603c47d commit bbc5fb6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Modules/Skins/Blizzard/AdventureMap.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ local S = W.Modules.Skins ---@type Skins
33

44
local _G = _G
55

6+
local hooksecurefunc = hooksecurefunc
7+
local unpack = unpack
8+
9+
local CreateFrame = CreateFrame
10+
611
function S:Blizzard_AdventureMap()
712
if not self:CheckDB("adventureMap") then
813
return
@@ -19,7 +24,7 @@ function S:Blizzard_AdventureMap()
1924

2025
if AdventureMapQuestChoiceDialog.Portrait then
2126
AdventureMapQuestChoiceDialog
22-
.Portrait--[[@as Texture]]
27+
.Portrait--[[@as Texture]]
2328
:SetDrawLayer("OVERLAY", 3)
2429
end
2530

0 commit comments

Comments
 (0)