From 5b5daa407ae8a91b876b91a3c2979afcdf2e3e27 Mon Sep 17 00:00:00 2001 From: telkar-rg Date: Sun, 5 Nov 2023 10:30:56 +0100 Subject: [PATCH] modified loot tables of "Ethereum Prison": added "shared loot" --- Altoholic-Addon/Altoholic/Loots.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Altoholic-Addon/Altoholic/Loots.lua b/Altoholic-Addon/Altoholic/Loots.lua index 5926f6e..221eb88 100644 --- a/Altoholic-Addon/Altoholic/Loots.lua +++ b/Altoholic-Addon/Altoholic/Loots.lua @@ -39,13 +39,14 @@ do [L["Terokk"]] = { 32540, 32541, 31556, 31564, 31572, 31580, 32535, 32534, 32782, 32536, 32537 } }, [L["Ethereum Prison"]] = { - [L["Armbreaker Huffaz"]] = { 31943, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 }, - [L["Fel Tinkerer Zortan"]] = { 31573, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 }, - [L["Forgosh"]] = { 31940, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 }, - [L["Gul'bor"]] = { 31940, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 }, - [L["Malevus the Mad"]] = { 31581, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 }, - [L["Porfus the Gem Gorger"]] = { 31557, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 }, - [L["Wrathbringer Laz-tarash"]] = { 32520, 31939, 31938, 31936, 31935, 31937, 31957, 31928, 31929, 31925, 31926, 31927 } + [L["Armbreaker Huffaz"]] = { 31943, }, + [L["Fel Tinkerer Zortan"]] = { 31573, }, + [L["Forgosh"]] = { 31565, }, + [L["Gul'bor"]] = {31940, }, + [L["Malevus the Mad"]] = { 31581, }, + [L["Porfus the Gem Gorger"]] = { 31557, }, + [L["Wrathbringer Laz-tarash"]] = { 32520, }, + ["Shared loot"] = { 31925, 31926, 31927, 31928, 31929, 31935, 31936, 31937, 31938, 31939, 31957 }, }, [L["Abyssal Council"] .. " (" .. BZ["Silithus"] .. ")"] = { [L["Crimson Templar (Fire)"]] = { 20657, 20655, 20656 },