@@ -52,8 +52,8 @@ local menuList = {
52
52
{ text = _G .TIMEMANAGER_TITLE , func = function () ToggleFrame (_G .TimeManagerFrame ) end , icon = 134376 , cropIcon = 1 }, -- Interface\ICONS\INV_Misc_PocketWatch_01
53
53
{ text = _G .CHAT_CHANNELS , func = function () _G .ToggleChannelFrame () end , icon = 2056011 , cropIcon = 1 }, -- Interface\ICONS\UI_Chat
54
54
{ text = _G .SOCIAL_BUTTON , func = function () _G .ToggleFriendsFrame () end , icon = 796351 , cropIcon = 10 }, -- Interface\FriendsFrame\Battlenet-BattlenetIcon
55
- { text = _G .TALENTS_BUTTON , microOffset = ' TalentMicroButton' , func = function () _G .ToggleTalentFrame () end },
56
- { text = _G .GUILD , microOffset = ' GuildMicroButton' , func = function () if E .Retail then _G .ToggleGuildFrame () else _G .ToggleFriendsFrame (3 ) end end },
55
+ { text = _G .TALENTS_BUTTON , microOffset = ' TalentMicroButton' , func = function () _G .ToggleTalentFrame () end },
56
+ { text = _G .GUILD , microOffset = ' GuildMicroButton' , func = function () if E .Retail or E . Cata then _G .ToggleGuildFrame () else _G .ToggleFriendsFrame (3 ) end end },
57
57
}
58
58
59
59
if E .Cata and E .mylevel >= _G .SHOW_PVP_LEVEL then
@@ -65,12 +65,12 @@ if E.Retail or E.Cata then
65
65
tinsert (menuList , { text = _G .ACHIEVEMENT_BUTTON , microOffset = ' AchievementMicroButton' , func = function () _G .ToggleAchievementFrame () end })
66
66
tinsert (menuList , { text = _G .LFG_TITLE , microOffset = E .Retail and ' LFDMicroButton' or ' LFGMicroButton' , func = function () if E .Retail then _G .ToggleLFDParentFrame () else _G .PVEFrame_ToggleFrame () end end })
67
67
tinsert (menuList , { text = L [" Calendar" ], func = function () _G .GameTimeFrame :Click () end , icon = 235486 , cropIcon = 1 }) -- Interface\Calendar\MeetingIcon
68
+ tinsert (menuList , { text = _G .ENCOUNTER_JOURNAL , microOffset = ' EJMicroButton' , func = function () if not IsAddOnLoaded (' Blizzard_EncounterJournal' ) then UIParentLoadAddOn (' Blizzard_EncounterJournal' ) end ToggleFrame (_G .EncounterJournal ) end })
68
69
end
69
70
70
71
if E .Retail then
71
72
tinsert (menuList , { text = _G .BLIZZARD_STORE , microOffset = ' StoreMicroButton' , func = function () _G .StoreMicroButton :Click () end })
72
73
tinsert (menuList , { text = _G .GARRISON_TYPE_8_0_LANDING_PAGE_TITLE , microOffset = ' QuestLogMicroButton' , func = function () _G .ExpansionLandingPageMinimapButton :ToggleLandingPage () end })
73
- tinsert (menuList , { text = _G .ENCOUNTER_JOURNAL , microOffset = ' EJMicroButton' , func = function () if not IsAddOnLoaded (' Blizzard_EncounterJournal' ) then UIParentLoadAddOn (' Blizzard_EncounterJournal' ) end ToggleFrame (_G .EncounterJournal ) end })
74
74
else
75
75
tinsert (menuList , { text = _G .QUEST_LOG , microOffset = ' QuestLogMicroButton' , func = function () ToggleFrame (_G .QuestLogFrame ) end })
76
76
end
0 commit comments