From 3d4631f9fd6dc8285cd6871107f07c58c963eb5c Mon Sep 17 00:00:00 2001 From: Doorknob66 Date: Thu, 11 May 2023 11:54:17 +0200 Subject: [PATCH] added missing bosses to loottable localization for karazhan crypt. This fixes adding items from these bosses to the wishlist. --- TableRegister/loottables.en.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index 67ac435..c287190 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -309,7 +309,7 @@ AtlasLoot_TableNames = { ["SWStTargorr"] = { AL["Targorr the Dread"], "AtlasLootItems" }, ["SWStKamDeepfury"] = { AL["Kam Deepfury"], "AtlasLootItems" }, ["SWStHamhock"] = { AL["Hamhock"], "AtlasLootItems" }, - ["SWStDextren"] = { AL["Dextren Ward"], "AtlasLootItems"}, + ["SWStDextren"] = { AL["Dextren Ward"], "AtlasLootItems"}, ["SWStBazil"] = { AL["Bazil Thredd"], "AtlasLootItems" }, ["SWStBruegalIronknuckle"] = { AL["Bruegal Ironknuckle"] .. " (" .. AL["Rare"] .. ")", "AtlasLootItems" }, ["SWStTrash"] = { AL["Trash Mobs"] .. " (" .. AL["The Stockade"] .. ")", "AtlasLootItems" }, @@ -1040,8 +1040,11 @@ AtlasLoot_TableNamesBoss = { ["KCMarrowspike"] = { AL["Marrowspike"], "AtlasLootItems" }, ["KCHivaxxis"] = { AL["Hivaxxis"], "AtlasLootItems" }, ["KCCorpsemuncher"] = { AL["Corpsemuncher"], "AtlasLootItems" }, + ["KCGuardCaptainGort"] = { AL["Guard Captain Gort"], "AtlasLootItems" }, ["KCArchlichEnkhraz"] = { AL["Archlich Enkhraz"], "AtlasLootItems" }, + ["KCCommanderAnderson"] = { AL["Commander Anderson"], "AtlasLootItems" }, ["KCAlarus"] = { AL["Alarus"], "AtlasLootItems" }, + ["KCTreasure"] = { AL["Half-Buried Treasure Chest"], "AtlasLootItems" }, }, ["Caverns of Time: Black Morass"] = { ["COTBMChronar"] = { AL["Chronar"], "AtlasLootItems" },