From 2e3f0181c24616fdbca94a51bda79dbb94e8a1a9 Mon Sep 17 00:00:00 2001 From: telkar-rg Date: Sat, 4 Nov 2023 10:12:08 +0100 Subject: [PATCH] Fixed Loot Description: "Trial of the Champion" - wrong assignment of item (Emblem of Conquest) --- Altoholic-Addon/Altoholic/Loots.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Altoholic-Addon/Altoholic/Loots.lua b/Altoholic-Addon/Altoholic/Loots.lua index ab40a0d..48b1a48 100644 --- a/Altoholic-Addon/Altoholic/Loots.lua +++ b/Altoholic-Addon/Altoholic/Loots.lua @@ -793,12 +793,12 @@ local lootTable = { 47215, 47216 }, }, [BZ["Trial of the Champion"] .. L[" (Heroic)"]] = { - [BB["Faction Champions"]] = { 45624, 47249, 47248, 47250, 47244, 47243, 47493, 44990 }, - [BB["Argent Confessor Paletress"]] = { 45624, 47498, 47496, 47245, 47497, 47514, 47510, 47495, 47511, 47494, + [BB["Faction Champions"]] = { 47249, 47248, 47250, 47244, 47243, 47493, 44990 }, + [BB["Argent Confessor Paletress"]] = { 47498, 47496, 47245, 47497, 47514, 47510, 47495, 47511, 47494, 47512, 47500, 47522, 44990 }, - [BB["Eadric the Pure"]] = { 45624, 47501, 47496, 47498, 47504, 47497, 47502, 47495, 47503, 47494, + [BB["Eadric the Pure"]] = { 47501, 47496, 47498, 47504, 47497, 47502, 47495, 47503, 47494, 47500, 47509, 47508, 44990 }, - [BB["The Black Knight"]] = { 45624, 47564, 47527, 47560, 47529, 47561, 47563, 47565, 47567, 47562, + [BB["The Black Knight"]] = { 47564, 47527, 47560, 47529, 47561, 47563, 47565, 47567, 47562, 47566, 47569, 49682, 47568, 43102, 44990, 48418 }, },