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.
38 lines
1.3 KiB
38 lines
1.3 KiB
local BtWQuests = BtWQuests;
|
|
BtWQuests.Constant.Expansions.WrathOfTheLichKing = LE_EXPANSION_WRATH_OF_THE_LICH_KING or 2;
|
|
BtWQuests.Constant.Category.WrathOfTheLichKing = BtWQuests.Constant.Category.WrathOfTheLichKing or {};
|
|
BtWQuests.Constant.Chain.WrathOfTheLichKing = BtWQuests.Constant.Chain.WrathOfTheLichKing or {};
|
|
local Category = BtWQuests.Constant.Category.WrathOfTheLichKing;
|
|
local Chain = BtWQuests.Constant.Chain.WrathOfTheLichKing;
|
|
|
|
Category.BoreanTundra = 301
|
|
Category.HowlingFjord = 302
|
|
Category.Dragonblight = 303
|
|
Category.GrizzlyHills = 304
|
|
Category.ZulDrak = 305
|
|
Category.SholazarBasin = 306
|
|
Category.TheStormPeaks = 307
|
|
Category.Icecrown = 308
|
|
Category.Wintergrasp = 309
|
|
Category.CrystalsongForest = 310
|
|
|
|
Chain.BoreanTundra = {}
|
|
Chain.HowlingFjord = {}
|
|
Chain.Dragonblight = {}
|
|
Chain.GrizzlyHills = {}
|
|
Chain.ZulDrak = {}
|
|
Chain.SholazarBasin = {}
|
|
Chain.TheStormPeaks = {}
|
|
Chain.Icecrown = {}
|
|
Chain.Wintergrasp = {}
|
|
Chain.CrystalsongForest = {}
|
|
|
|
BtWQuestsDatabase:AddExpansion(BtWQuests.Constant.Expansions.WrathOfTheLichKing, {
|
|
background = {
|
|
texture = "Interface\\EncounterJournal\\UI-EJ-WrathoftheLichKing"
|
|
},
|
|
image = {
|
|
texture = "Interface\\AddOns\\BtWQuestsWrath\\UI-Expansion",
|
|
texCoords = {0, 0.90625, 0, 0.8125}
|
|
}
|
|
})
|