[TWW] Support for Patch 11.0
Dathwada opened this issue · 1 comments
Since Blizzard added the new Map Legend Button in the last build for The War Within you might want to also hook this default button.
if WorldMapShowLegendButtonMixin and f.OnLoad == WorldMapShowLegendButtonMixin.OnLoad then
f.KrowiWorldMapButtonsIndex = #lib.Buttons;
tinsert(lib.Buttons, f);
end