Skip to content

Commit 22871a2

Browse files
committed
Update BattlefieldMapFrame.lua
1 parent c4bb753 commit 22871a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/FrameHandlers/BattlefieldMapFrame.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function addon:initBattlefieldMap()
2222
BattlefieldMapTab:HookScript("OnClick", function(self, button)
2323
if button ~= "RightButton" then return end
2424
-- Watch Blizzard_BattlefieldMap.lua for changes
25-
MenuUtil.CreateContextMenu(self, function(owner, rootDescription)
25+
MenuUtil.CreateContextMenu(self, function(_, rootDescription)
2626
rootDescription:SetTag("MENU_BATTLEFIELD_MAP");
2727

2828
do

0 commit comments

Comments
 (0)