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.
29 lines
585 B
29 lines
585 B
local Module = LibStub('AceAddon-3.0'):GetAddon('WoWthing_Collector'):GetModule('Transmog')
|
|
|
|
|
|
Module.db.manual = {
|
|
-- Miner's Revenge
|
|
{
|
|
appearanceId = 224,
|
|
itemId = 1893,
|
|
modifierId = 0,
|
|
},
|
|
-- Cold Iron Pick
|
|
{
|
|
appearanceId = 224,
|
|
itemId = 1959,
|
|
modifierId = 0,
|
|
},
|
|
-- The Emperor's New Cape
|
|
{
|
|
appearanceId = 2352,
|
|
itemId = 11930,
|
|
modifierId = 0,
|
|
},
|
|
-- Admiral Taylor's Greatsword
|
|
{
|
|
appearanceId = 22283,
|
|
itemId = 118080,
|
|
modifierId = 0,
|
|
},
|
|
}
|
|
|