Skip to content

Commit

Permalink
Fix a few small errors
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed May 20, 2020
1 parent 91be005 commit 2d6c924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Baggins-Filtering.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local UnitLevel = _G.UnitLevel
local C_Item, ItemLocation = _G.C_Item, _G.ItemLocation
local BankButtonIDToInvSlotID = _G.BankButtonIDToInvSlotID
--[===[@non-retail@
local GetAuctionItemSubClassesGetAuctionItemSubClasses = _G.GetAuctionItemSubClasses
local GetAuctionItemSubClasses = _G.GetAuctionItemSubClasses
--@end-non-retail@]===]
--@retail@
local GetAuctionItemSubClasses = _G.C_AuctionHouse.GetAuctionItemSubClasses
Expand Down
2 changes: 1 addition & 1 deletion Baggins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,7 @@ function Baggins:MainMenuBarBackpackButtonOnClick(button)
BackpackButton_OnClick(button)
else
self:ToggleAllBags()
button:SetChecked(false)
--button:SetChecked(false)
end
end

Expand Down

0 comments on commit 2d6c924

Please sign in to comment.