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.
30 lines
585 B
30 lines
585 B
|
2 years ago
|
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,
|
||
|
|
},
|
||
|
|
}
|