Skip to content

Commit

Permalink
Skin ATT world quest window (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSav93 authored Aug 6, 2024
1 parent 8760f5f commit d0fe076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddOnSkins/Skins/AddOns/AllTheThings.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local AS, L, S, R = unpack(AddOnSkins)

function R:AllTheThings()
for _, Instance in pairs({ 'Prime', 'CurrentInstance' }) do
for _, Instance in pairs({ 'Prime', 'CurrentInstance', 'WorldQuests' }) do
local Window = AllTheThings:GetWindow(Instance)
S:SetTemplate(Window)
S:HandleCloseButton(Window.CloseButton)
Expand Down

0 comments on commit d0fe076

Please sign in to comment.