View Feature Request
Garrison/Followers/Mission/Ships modules - add option to open Warlords of Draenor Garrison Report
Feature #: 4925
File: Broker_Everything
Date: 11-02-17 05:38 AM
By: markkco
Status: Under Review
Garrison/Followers/Mission/Ships broker modules have default option to open Garrison Report. In Legion expansion this page is default for Class Hall Report.
It would be nice to have option in Garrison/Followers/Mission/Ships modules to open Warlords of Draenor Garrison Report.

I did workaround to get this:

Module: garrison.lua, followers.lua, missions.lua, (couldn't find ships module)
Replace:
securecall("GarrisonLandingPage_Toggle");

With:
if (GarrisonLandingPage and GarrisonLandingPage:IsShown()) then
HideUIPanel(GarrisonLandingPage);
else
ShowGarrisonLandingPage(LE_GARRISON_TYPE_6_0);
end