Additional transmog chests
Rezy942 opened this issue ยท 1 comments
Found a few more! Up to you to decide if its worth adding them in with the rest :)
https://www.wowhead.com/object=376584/dracthyr-supply-chest#contains
https://www.wowhead.com/object=376583/decay-covered-chest
thank you
I'm one step ahead ;-)
I already added these in commit 3a42c21 #300:
ns.groups.DECAY_COVERED_CHEST = Group('decay_covered_chest', 'chest_pk', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.REED_CHEST = Group('reed_chest', 'chest_yw', { --
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.DRACTHYR_SUPPLY_CHEST = Group('dracthyr_supply_chest', 'chest_bl', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.SIMMERING_CHEST = Group('simmering_chest', 'chest_gn', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.ICEMAW_STORAGE_CACHE = Group('icemaw_storage_cache', 'chest_nv', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.TITAN_CHEST = Group('titan_chest', 'chest_rd', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.FROSTBOUND_CHEST = Group('frostbound_chest', 'chest_rd', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})
ns.groups.LIGHTNING_BOUND_CHEST = Group('lightning_bound_chest', 'chest_pp', {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION
})