Added Bloodforge items to pvp gear

This commit is contained in:
Anch
2022-02-20 12:29:12 +13:00
parent 5492449fe7
commit 9ea6c07578
5 changed files with 113 additions and 22 deletions
@@ -218,7 +218,7 @@ function AtlasLoot_DifficultyEnable(dataID, dataSource) --Enables Difficulty Men
end
function AtlasLootDefaultFrame_GetRaidDifficulty(raidtablename, itemID, itemColour)
if tonumber(itemID) then --used in itemID search feature for itemID database
if tonumber(itemID) or itemID:match("Bloodforged") then --used in itemID search feature for itemID database
ItemindexID = itemID;
isTablereference = false;
notPattern = false;