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 [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 = { canHaveSealMaterial = true contentWidth = 275 sealYOffset = -6 elements =
{ } sealXOffset = 160 } parentFrame = QuestDetailScrollChildFrame { questInfoHyperlinksInstalled = true } isMapStyle = false fInfo = QuestInfoFrame { rewardsFrame = QuestInfoRewardsFrame { } acceptButton = QuestFrameAcceptButton { } material = "Parchment" itemChoice = 0 } fRwd = QuestInfoRewardsFrame { ItemReceiveText = FontString { } RewardButtons =
{ } followerRewardPool =
{ } numRows = 1 WarModeBonusFrame = Button { } ItemChooseText = FontString { } TitleFrame = QuestInfoPlayerTitleFrame { } reputationRewardPool =
{ } ArtifactXPFrame = Button { } numHeaders = 1 MoneyFrame = QuestInfoMoneyFrame { } spellHeaderPool =
{ } buttonTemplate = "LargeQuestRewardItemButtonTemplate" HonorFrame = Button { } spellRewardPool =
{ } 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 =
{ } (*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 =
{ screenwidth = 1920 mysex = 2 animations =
{ } BotList =
{ } BorderSize = 1 inWorld = true oUF =
{ } myrole = "DAMAGER" QUESTVIEW_PLAYER_SCALES =
{ } myname = "Caidris" addonName = "GW2 UI" myClassID = 2 LFGPI =
{ } mylocal = "enUS" INDICATORS =
{ } BLOOD_SPARK =
{ } myLocalizedFaction = "Alliance" myrace = "Human" char_equipset_SavedItems =
{ } AURAS_IGNORED =
{ } GridSettings =
{ } myLocalizedRace = "Human" myclass = "PALADIN" charSettings =
{ } QUESTVIEW_MAP_BGS =
{ } myrealm = "Caelestrasz" SpacingSize = 1 global =
{ } MoveHudScaleableFrame = GwSmallSettingsContainer { } HiddenFrame = Frame { } ShortPrefixStyles =
{ } 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