Skip to content

Commit b7ad3fb

Browse files
author
EvanCobb
committed
fixes opening for 10.0
1 parent 7e019bd commit b7ad3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenThosePouches.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ local function OpenNextPouch()
7474
for container = BACKPACK_CONTAINER, NUM_BAG_SLOTS do
7575
for slot = 1, C_Container.GetContainerNumSlots(container) do
7676
if IsPouch(container, slot) == true then
77-
UseContainerItem(container, slot)
77+
C_Container.UseContainerItem(container, slot)
7878
C_Timer.After(delayBetweenSearches, OpenNextPouch)
7979
return
8080
end

OpenThosePouches.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Title: Open Those Pouches
33
## Notes: Automatically opens and tries to loot any backpacks, satchels, or pouches as you loot them
44
## Author: @icbat
5-
## Version: 10
5+
## Version: 11
66

77
## X-WoWI-ID: 26222
88

0 commit comments

Comments
 (0)