Skip to content

Commit

Permalink
8.1.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb authored and AcidWeb committed Mar 15, 2019
1 parent 36081c0 commit fc92650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Baggins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ do
local buttonPool = {}

local function createItemButton()
local frame = CreateFrame("Button","BagginsPooledItemButton"..buttonCount,nil,"ContainerFrameItemButtonTemplate")
local frame = CreateFrame("ItemButton","BagginsPooledItemButton"..buttonCount,nil,"ContainerFrameItemButtonTemplate")
frame.GetItemContextMatchResult = nil
buttonCount = buttonCount + 1
if InCombatLockdown() then
print("Baggins: WARNING: item-frame will be tainted")
Expand Down
2 changes: 1 addition & 1 deletion Baggins.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 80000
## Interface: 80100
## Title: Baggins
## Notes: Inventory Management with virtual bags divided into sections.
## Notes-zhCN: 使用分类的形式来管理背包。
Expand Down

0 comments on commit fc92650

Please sign in to comment.