added new classic items

also removed benediction and rhok 'delar quest items and tags
This commit is contained in:
Anch
2022-12-15 21:53:22 +13:00
parent c815443a0f
commit 1d8ff0fb42
3 changed files with 48 additions and 38 deletions
+1 -1
View File
@@ -1095,7 +1095,7 @@ function AtlasLoot:LoadItemIDsDatabase()
-- run for each item in the data
if index ~= 0 and data.Normal ~= 0 and not ItemIDsDatabase[data.Normal] then
ItemIDsDatabase[data.Normal] = {}
ItemIDsDatabase[data.Normal]["MythicRaid"] = data.Heroic + 1000000
ItemIDsDatabase[data.Normal]["MythicRaid"] = tonumber("13"..data.Normal);
table.insert(ItemIDsDatabase[data.Normal],data.Bloodforged);
table.insert(ItemIDsDatabase[data.Normal],data.Normal);
if data.Heroic ~= 0 then table.insert(ItemIDsDatabase[data.Normal],data.Heroic) end