Merge pull request #35 from doorknob6/master
Added missing bosses to loottable localization for karazhan crypts.
This commit is contained in:
+3
-1
@@ -3599,14 +3599,16 @@ function AtlasLoot_SayItemReagents(id, color, name, safe)
|
|||||||
local tListActivity = {}
|
local tListActivity = {}
|
||||||
local tCount = 0
|
local tCount = 0
|
||||||
|
|
||||||
|
if (WIM_IconItems and WIM_Icon_SortByActivity) then
|
||||||
for key in WIM_IconItems do
|
for key in WIM_IconItems do
|
||||||
table.insert(tListActivity, key)
|
table.insert(tListActivity, key)
|
||||||
tCount = tCount + 1
|
tCount = tCount + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
table.sort(tListActivity, WIM_Icon_SortByActivity)
|
table.sort(tListActivity, WIM_Icon_SortByActivity)
|
||||||
|
end
|
||||||
|
|
||||||
if tListActivity[1] and WIM_Windows[tListActivity[1]].is_visible then
|
if tListActivity[1] and WIM_Windows and WIM_Windows[tListActivity[1]].is_visible then
|
||||||
channel = "WHISPER";
|
channel = "WHISPER";
|
||||||
chatnumber = tListActivity[1];
|
chatnumber = tListActivity[1];
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1042,8 +1042,11 @@ AtlasLoot_TableNamesBoss = {
|
|||||||
["KCMarrowspike"] = { AL["Marrowspike"], "AtlasLootItems" },
|
["KCMarrowspike"] = { AL["Marrowspike"], "AtlasLootItems" },
|
||||||
["KCHivaxxis"] = { AL["Hivaxxis"], "AtlasLootItems" },
|
["KCHivaxxis"] = { AL["Hivaxxis"], "AtlasLootItems" },
|
||||||
["KCCorpsemuncher"] = { AL["Corpsemuncher"], "AtlasLootItems" },
|
["KCCorpsemuncher"] = { AL["Corpsemuncher"], "AtlasLootItems" },
|
||||||
|
["KCGuardCaptainGort"] = { AL["Guard Captain Gort"], "AtlasLootItems" },
|
||||||
["KCArchlichEnkhraz"] = { AL["Archlich Enkhraz"], "AtlasLootItems" },
|
["KCArchlichEnkhraz"] = { AL["Archlich Enkhraz"], "AtlasLootItems" },
|
||||||
|
["KCCommanderAnderson"] = { AL["Commander Anderson"], "AtlasLootItems" },
|
||||||
["KCAlarus"] = { AL["Alarus"], "AtlasLootItems" },
|
["KCAlarus"] = { AL["Alarus"], "AtlasLootItems" },
|
||||||
|
["KCTreasure"] = { AL["Half-Buried Treasure Chest"], "AtlasLootItems" },
|
||||||
},
|
},
|
||||||
["Caverns of Time: Black Morass"] = {
|
["Caverns of Time: Black Morass"] = {
|
||||||
["COTBMChronar"] = { AL["Chronar"], "AtlasLootItems" },
|
["COTBMChronar"] = { AL["Chronar"], "AtlasLootItems" },
|
||||||
|
|||||||
Reference in New Issue
Block a user