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.

21 lines
468 B

local Module = LibStub('AceAddon-3.0'):GetAddon('WoWthing_Collector'):GetModule('Garrisons')
Module.db.garrisons = {
-- Warlords of Draenor
{
mustBeInGarrison = true,
type = Enum.GarrisonType.Type_6_0,
},
-- Legion
{
mustBeInGarrison = false,
type = Enum.GarrisonType.Type_7_0,
}
}
Module.db.trees = {
461, -- The Box of Many Things
474, -- Cypher Research Console
476, -- Pocopoc Customization
}