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)
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
else
return ItemIDsDatabase[id][difficulty], true