All ascension food is tier 1

This commit is contained in:
andrew6180
2024-06-11 08:21:54 -07:00
parent 84364bbe13
commit 05b86d973c
+1 -1
View File
@@ -426,7 +426,7 @@ end
function openRaidLib.GetFoodTierFromAura(auraInfo) function openRaidLib.GetFoodTierFromAura(auraInfo)
local foodTable = openRaidLib.GetFoodInfoBySpellId(auraInfo.spellId) local foodTable = openRaidLib.GetFoodInfoBySpellId(auraInfo.spellId)
if (foodTable) then if (foodTable) then
return foodTable.tier return 1
end end
return nil return nil
end end