Cataclysm beta fixes

This commit is contained in:
Tercio Jose
2024-04-20 14:03:01 -03:00
parent 96ee6ade46
commit 0f561469f3
3 changed files with 122 additions and 7 deletions
+4 -1
View File
@@ -158,7 +158,10 @@ function Details222.EJCache.CreateEncounterJournalDump()
--use current tier for dungeons, as the current tier shows the dungeons used for the current season of Mythic+
local startIndex, endIndex
if (bIsRaid) then
if currentTierId == 1 then break end --Cata has only one tier. Looking up tier 0 errors. ~CATA
if (detailsFramework.IsCataWow()) then
if currentTierId == 1 then break end --Cata has only one tier. Looking up tier 0 errors. ~CATA
end
EJ_SelectTier(currentTierId - 1) --print("tier selected:", currentTierId - 1, "raids") --debug
startIndex = raidTierStartIndex
endIndex = 20