You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
248 B

local WIT, core = ...
core.Content = {}
core.Content.Vanilla = 1
core.Content.TBC = 2
core.Content.WotLK = 3
core.Content.Cata = 4
core.Content.MoP = 5
core.Content.WoD = 6
core.Content.Legion = 7
core.Content.BFA = 8
core.Content.Shadowlands = 9