GW2 UI WoW Patch 11.1.0 Error 1

🧩 Syntax:
1x GW2_UI/immersive/skins/worldmap.lua:169: attempt to index global 'QuestInfoAccountCompletedNotice' (a nil value)
[GW2_UI/immersive/skins/worldmap.lua]:169: in function <GW2_UI/immersive/skins/worldmap.lua:77>
[C]: ?
[C]: in function 'QuestInfo_Display'
[Blizzard_UIPanels_Game/Mainline/QuestFrame.lua]:540: in function <...ddOns/Blizzard_UIPanels_Game/Mainline/QuestFrame.lua:527>
[C]: in function 'Show'
[Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua]:493: in function 'SetUIPanel'
[Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua]:336: in function 'ShowUIPanel'
[Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua]:174: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:169>
[C]: in function 'SetAttribute'
[Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua]:893: in function 'ShowUIPanel'
[Blizzard_UIPanels_Game/Mainline/QuestFrame.lua]:99: in function <...ddOns/Blizzard_UIPanels_Game/Mainline/QuestFrame.lua:22>

Locals:
template = <table> {
 canHaveSealMaterial = true
 contentWidth = 275
 sealYOffset = -6
 elements = <table> {
 }
 sealXOffset = 160
}
parentFrame = QuestDetailScrollChildFrame {
 questInfoHyperlinksInstalled = true
}
isMapStyle = false
fInfo = QuestInfoFrame {
 rewardsFrame = QuestInfoRewardsFrame {
 }
 acceptButton = QuestFrameAcceptButton {
 }
 material = "Parchment"
 itemChoice = 0
}
fRwd = QuestInfoRewardsFrame {
 ItemReceiveText = FontString {
 }
 RewardButtons = <table> {
 }
 followerRewardPool = <table> {
 }
 numRows = 1
 WarModeBonusFrame = Button {
 }
 ItemChooseText = FontString {
 }
 TitleFrame = QuestInfoPlayerTitleFrame {
 }
 reputationRewardPool = <table> {
 }
 ArtifactXPFrame = Button {
 }
 numHeaders = 1
 MoneyFrame = QuestInfoMoneyFrame {
 }
 spellHeaderPool = <table> {
 }
 buttonTemplate = "LargeQuestRewardItemButtonTemplate"
 HonorFrame = Button {
 }
 spellRewardPool = <table> {
 }
 XPFrame = QuestInfoXPFrame {
 }
 Header = FontString {
 }
 ItemHighlight = QuestInfoItemHighlight {
 }
 SkillPointFrame = QuestInfoSkillPointFrame {
 }
 QuestSessionBonusReward = FontString {
 }
 PlayerTitleText = FontString {
 }
}
questID = 83137
questFrame = QuestFrameDetailPanel {
 ScrollFrame = QuestDetailScrollFrame {
 }
 MaterialTopRight = QuestFrameDetailPanelMaterialTopRight {
 }
 MaterialTopLeft = QuestFrameDetailPanelMaterialTopLeft {
 }
 MaterialBotLeft = QuestFrameDetailPanelMaterialBotLeft {
 }
 SealMaterialBG = Texture {
 }
 Bg = QuestFrameDetailPanelBg {
 }
 MaterialBotRight = QuestFrameDetailPanelMaterialBotRight {
 }
}
spellRewards = <table> {
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = FontString {
}
(*temporary) = 1
(*temporary) = 1
(*temporary) = 1
(*temporary) = nil
(*temporary) = QuestInfoRewardsFrameQuestInfoItem1 {
 IconOverlay2 = Texture {
 }
 NameFrame = QuestInfoRewardsFrameQuestInfoItem1NameFrame {
 }
 IconOverlay = Texture {
 }
 IconBorder = Texture {
 }
 QuestRewardContextIcon = Texture {
 }
 largeItemButton = true
 Name = QuestInfoRewardsFrameQuestInfoItem1Name {
 }
 Count = QuestInfoRewardsFrameQuestInfoItem1Count {
 }
 Icon = QuestInfoRewardsFrameQuestInfoItem1IconTexture {
 }
}
(*temporary) = false
(*temporary) = 11
(*temporary) = 11
(*temporary) = 1
(*temporary) = 11
(*temporary) = Texture {
}
(*temporary) = "attempt to index global 'QuestInfoAccountCompletedNotice' (a nil value)"
GW = <table> {
 screenwidth = 1920
 mysex = 2
 animations = <table> {
 }
 BotList = <table> {
 }
 BorderSize = 1
 inWorld = true
 oUF = <table> {
 }
 myrole = "DAMAGER"
 QUESTVIEW_PLAYER_SCALES = <table> {
 }
 myname = "Caidris"
 addonName = "GW2 UI"
 myClassID = 2
 LFGPI = <table> {
 }
 mylocal = "enUS"
 INDICATORS = <table> {
 }
 BLOOD_SPARK = <table> {
 }
 myLocalizedFaction = "Alliance"
 myrace = "Human"
 char_equipset_SavedItems = <table> {
 }
 AURAS_IGNORED = <table> {
 }
 GridSettings = <table> {
 }
 myLocalizedRace = "Human"
 myclass = "PALADIN"
 charSettings = <table> {
 }
 QUESTVIEW_MAP_BGS = <table> {
 }
 myrealm = "Caelestrasz"
 SpacingSize = 1
 global = <table> {
 }
 MoveHudScaleableFrame = GwSmallSettingsContainer {
 }
 HiddenFrame = Frame {
 }
 ShortPrefixStyles = <table> {
 }
 socialSecure_OnAttributeChanged = "    if name ~= "windowpanelopen" then
        return
    end

    local fmFriend = self:GetFrameRef("GwFriendList")
    local showFriend = false
    local fmIgnore = self:GetFrameRef("GwIgnoreList")
    local showIgnore = false
    local fmRecruitAFriend = self:GetFrameRef("GwRecruitAFriendList")
    local showRecruitAFriend = false
    local fmWho = self:GetFrameRef("GwWhoList")
    local showWho = false
    local fmQuick = self:GetFrameRef("GwQuickList")
    local showQuick = false
    local fmRaid = self:GetFrameRef("GwRaidList")
    local showRaid = false

    local close = false
    local keytoggle = self:GetAttribute("keytoggle")

    if fmFriend ~= nil and value == "friendlist" then
        if keytoggle and fmFriend:IsVisible() then
            self:SetAttribute("keytoggle", nil)
            self:SetAttribute("windowpanelopen", nil)
            return
        else
Caidris

Caidris

Member