diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index 226148a..fb6c67f 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -3915,7 +3915,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 7685, "INV_Misc_Orb_02", "=q3=Orb of the Forgotten Seer", "=ds=#s15#", "50%" }, { 7684, "INV_Shoulder_05", "=q2=Bloodmage Mantle", "=ds=#s3#, #a1#", "50%" }, { 0,"","","" }, - { 80743, "inv_gauntlets_22", "=q3=Darkcaster Gloves", "=ds=#s9#, #a1#", "35%" }, + { 80743, "INV_Gauntlets_22", "=q3=Darkcaster Gloves", "=ds=#s9#, #a1#", "35%" }, { 0, "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" }, }; @@ -6620,9 +6620,10 @@ AtlasLoot_Data["AtlasLootItems"] = { { 84505, "INV_Bracer_06", "=q4=Infused Wildthorn Bracers", "=ds=#s8#, #a3#", "0.125%, 0.5%, 1.25%" }, { 84506, "INV_Jewelry_Ring_37", "=q4=Sleeper's Ring", "=ds=#s13#", "0.125%, 0.5%, 1.25%" }, { 84504, "INV_Misc_Herb_15", "=q4=Lasher's Whip", "=ds=#s14#", "0.125%, 0.5%, 1.25%" }, + { 84501, "INV_Misc_Root_02Corrupt", "=q4=Corrupted Reed", "=ds=#s14#", "0.125%, 0.5%, 1.25%" }, { 84500, "INV_Weapon_ShortBlade_22", "=q4=Lucid Nightmare", "=ds=#h3#, #w4#", "0.125%, 0.5%, 1.25%" }, { 84509, "INV_Staff_14", "=q4=Emerald Rod", "=ds=#s15#", "0.125%, 0.5%, 1.25%" }, - { 84501, "INV_Misc_Root_02Corrupt", "=q4=Corrupted Reed", "=ds=#s14#", "0.125%, 0.5%, 1.25%" }, + { 84503, "INV_Staff_42", "=q4=Nature's Gift", "=ds=#h2#, #w9#", "0.125%, 0.5%, 1.25%" }, { 0, "", "", "" }, { 61198, "INV_Stone_03", "=q2=Small Dream Shard", "", "8%" }, { 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "", "5%" }, diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index d00748c..3304857 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -1359,7 +1359,11 @@ AtlasLoot_TableNamesBoss = { ["SFKTrash"] = { AL["Trash Mobs"] .. " (" .. AL["Shadowfang Keep"] .. ")", "AtlasLootItems" }, }, ["The Stockade"] = { + ["SWStTargorr"] = { AL["Targorr the Dread"], "AtlasLootItems" }, ["SWStKamDeepfury"] = { AL["Kam Deepfury"], "AtlasLootItems" }, + ["SWStHamhock"] = { AL["Hamhock"], "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" }, },