diff 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
line wrap: on
line diff
--- a/Modules/LFGFrame.lua	Thu Jan 25 20:58:10 2018 -0500
+++ b/Modules/LFGFrame.lua	Wed Jul 18 15:31:15 2018 -0400
@@ -58,7 +58,10 @@
     PVEFrame_ShowFrame("GroupFinderFrame", LFGListPVEStub);
     local panel = LFGListFrame.CategorySelection
     LFGListCategorySelection_SelectCategory(panel, 6, 0);
-    LFGListCategorySelection_StartFindGroup(panel, locationName);
+
+    local bossName = locationName:match('Greater Invasion Point: (.+)')
+
+    LFGListCategorySelection_StartFindGroup(panel, bossName or locationName);
   end
 end