Skip to content

Commit

Permalink
fixes opening for 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCobb committed Nov 21, 2022
1 parent 7e019bd commit b7ad3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenThosePouches.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local function OpenNextPouch()
for container = BACKPACK_CONTAINER, NUM_BAG_SLOTS do
for slot = 1, C_Container.GetContainerNumSlots(container) do
if IsPouch(container, slot) == true then
UseContainerItem(container, slot)
C_Container.UseContainerItem(container, slot)
C_Timer.After(delayBetweenSearches, OpenNextPouch)
return
end
Expand Down
2 changes: 1 addition & 1 deletion OpenThosePouches.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Open Those Pouches
## Notes: Automatically opens and tries to loot any backpacks, satchels, or pouches as you loot them
## Author: @icbat
## Version: 10
## Version: 11

## X-WoWI-ID: 26222

Expand Down

0 comments on commit b7ad3fb

Please sign in to comment.