ezCollections:UnlockSkinUnderCursor();
ezCollections:MenuIsengard();
ezCollections:MenuTransmog();
ezCollections:MenuTransmogSets();
ezCollections:MenuCollections();
ezCollections:MenuDaily();
if CollectionsJournal:IsShown() or WardrobeFrame:IsShown() then
HideUIPanel(CollectionsJournal);
HideUIPanel(WardrobeFrame);
elseif ezCollections:GetCVar("petJournalTab") ~= 6 then
HideUIPanel(WardrobeFrame);
ShowUIPanel(CollectionsJournal);
else
HideUIPanel(CollectionsJournal);
ShowUIPanel(WardrobeFrame);
end
ToggleCollectionsJournal(COLLECTIONS_JOURNAL_TAB_INDEX_MOUNTS);
ToggleCollectionsJournal(COLLECTIONS_JOURNAL_TAB_INDEX_PETS);
ToggleCollectionsJournal(COLLECTIONS_JOURNAL_TAB_INDEX_TOYS);
ToggleCollectionsJournal(COLLECTIONS_JOURNAL_TAB_INDEX_APPEARANCES);
ToggleFrame(WardrobeFrame);