temp fix mythicraid data

This commit is contained in:
Anch
2022-10-30 15:09:41 +13:00
parent 32f4419b1b
commit b5f9e76f58
2 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -1081,7 +1081,7 @@ On the form of {ID, {normal, heroic, mythic, mythic1, mythic2, ... ,mythicN}}
function AtlasLoot:FindId(id, difficulty, type) function AtlasLoot:FindId(id, difficulty, type)
if not ItemIDsDatabase[id] then return nil, false end if not ItemIDsDatabase[id] then return nil, false end
if type == "BCRaid" and difficulty == 5 then if difficulty == 5 and (type == "BCRaid" or type == "ClassicRaid") then
return ItemIDsDatabase[id]["MythicRaid"], true return ItemIDsDatabase[id]["MythicRaid"], true
else else
return ItemIDsDatabase[id][difficulty], true return ItemIDsDatabase[id][difficulty], true
+5 -10
View File
@@ -26,17 +26,12 @@ ItemIDsDatabase[30104] = {6033482, 30104, 330104, 230104};
--Druid --Druid
ItemIDsDatabase[29098] = {6029098, 29098, 314712, 214712}; ItemIDsDatabase[29098] = {6029098, 29098, 314712, 214712, ["MythicRaid"] = 1329098};
ItemIDsDatabase[29100] = {6029100, 29100, 314714, 214714}; ItemIDsDatabase[29100] = {6029100, 29100, 314714, 214714, ["MythicRaid"] = 1329100};
ItemIDsDatabase[29096] = {6029096, 29096, 314710, 214710}; ItemIDsDatabase[29096] = {6029096, 29096, 314710, 214710, ["MythicRaid"] = 1329096};
ItemIDsDatabase[29097] = {6029097, 29097, 314711, 214711}; ItemIDsDatabase[29097] = {6029097, 29097, 314711, 214711, ["MythicRaid"] = 1329097};
ItemIDsDatabase[29099] = {6029099, 29099, 314713, 214713}; ItemIDsDatabase[29099] = {6029099, 29099, 314713, 214713, ["MythicRaid"] = 1329099};
--ZA Bears --ZA Bears
ItemIDsDatabase[1333809] = {1333809, 1333809, 1433809, 1233809}; ItemIDsDatabase[1333809] = {1333809, 1333809, 1433809, 1233809};
--intact vial of kael'thas sunstrider
--[[ ItemIDsDatabase[450001] = {450001, 450001, 450003, 450005, ["MythicRaid"] = 450007};
ItemIDsDatabase[450000] = {450000, 450000, 450002, 450004, ["MythicRaid"] = 450006};
]]
end end