Mercurial > wow > buffalo2
comparison Modules/LFGFrame.lua @ 136:414e37af1b1b v8.0.1-20180718
8.0.1 "pre-patch" updates
- disabled PaperDoll, ArtifactPower, and Social/LFG modules
author | Nenue |
---|---|
date | Wed, 18 Jul 2018 15:31:15 -0400 |
parents | 4979b5cca6de |
children | 6e2f20230190 |
comparison
equal
deleted
inserted
replaced
135:4979b5cca6de | 136:414e37af1b1b |
---|---|
56 | 56 |
57 if not C_LFGList.GetActiveEntryInfo() and locationName and locationName:match('Invasion') and not InCombatLockdown() then | 57 if not C_LFGList.GetActiveEntryInfo() and locationName and locationName:match('Invasion') and not InCombatLockdown() then |
58 PVEFrame_ShowFrame("GroupFinderFrame", LFGListPVEStub); | 58 PVEFrame_ShowFrame("GroupFinderFrame", LFGListPVEStub); |
59 local panel = LFGListFrame.CategorySelection | 59 local panel = LFGListFrame.CategorySelection |
60 LFGListCategorySelection_SelectCategory(panel, 6, 0); | 60 LFGListCategorySelection_SelectCategory(panel, 6, 0); |
61 LFGListCategorySelection_StartFindGroup(panel, locationName); | 61 |
62 local bossName = locationName:match('Greater Invasion Point: (.+)') | |
63 | |
64 LFGListCategorySelection_StartFindGroup(panel, bossName or locationName); | |
62 end | 65 end |
63 end | 66 end |
64 | 67 |
65 function module:UpdateGuildInfo() | 68 function module:UpdateGuildInfo() |
66 local numMembers = GetNumGuildMembers() | 69 local numMembers = GetNumGuildMembers() |