Skip to content

Commit

Permalink
Tweak encounter id tooltip
Browse files Browse the repository at this point in the history
Only use "Current Season" tab.

Fixes: #4831
  • Loading branch information
InfusOnWoW committed Jan 25, 2024
1 parent 7d426c1 commit e690f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/Types_Retail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Private.InitializeEncounterAndZoneLists()
if encounter_list ~= "" then
return
end
for tier = 10, EJ_GetNumTiers() do
for tier = EJ_GetNumTiers(), EJ_GetNumTiers() do
EJ_SelectTier(tier)
local tierName = EJ_GetTierInfo(tier)
for _, inRaid in ipairs({false, true}) do
Expand Down

0 comments on commit e690f9f

Please sign in to comment.