EJ_GetTierInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 4.2.0

Get some information about the encounter journal tier for index.

name, link = EJ_GetTierInfo(index)

Arguments

index
number - The index of the tier. Ranging from 1 to EJ_GetNumTiers(). See below for details.

Returns

name
string - The (localized) tier name.
link
string - The (localized) tier link.

Details

Tiers:

  • 1 = Classic
  • 2 = Burning Crusade
  • 3 = Wrath of the Lich King
  • 4 = Cataclysm
  • 5 = Mists of Pandaria
  • 6 = Warlords of Draenor
  • 7 = Legion
  • 8 = Battle for Azeroth

See also