We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bb753 commit 22871a2Copy full SHA for 22871a2
1 file changed
Source/FrameHandlers/BattlefieldMapFrame.lua
@@ -22,7 +22,7 @@ function addon:initBattlefieldMap()
22
BattlefieldMapTab:HookScript("OnClick", function(self, button)
23
if button ~= "RightButton" then return end
24
-- Watch Blizzard_BattlefieldMap.lua for changes
25
- MenuUtil.CreateContextMenu(self, function(owner, rootDescription)
+ MenuUtil.CreateContextMenu(self, function(_, rootDescription)
26
rootDescription:SetTag("MENU_BATTLEFIELD_MAP");
27
28
do
0 commit comments