xD
This commit is contained in:
parent
90b9b22368
commit
1e03a13d39
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ end
|
|||
|
||||
function ATMe.announceKey()
|
||||
for bag = BACKPACK_CONTAINER, NUM_TOTAL_EQUIPPED_BAG_SLOTS do
|
||||
for slot = 1, C_ContainerGetContainerNumSlots(bag)do
|
||||
for slot = 1, C_Container.GetContainerNumSlots(bag)do
|
||||
itemID = C_Container.GetContainerItemID(bag, slot)
|
||||
if C_Container.GetContainerItemID(bag, slot) == ATMe.keyItemID then
|
||||
local link = C_Container.GetContainerItemLink(bag, slot)
|
||||
|
|
Loading…
Reference in a new issue