View Single Post
02/07/17, 10:13 AM   #6
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Just posting silvereyes' stack traceback so I don't lose it in Gitter:

Lua Code:
  1. EsoUI/Ingame/Inventory/InventorySlot.lua:675: attempt to access a private function 'PickupInventoryItem' from insecure code
  2. stack traceback:
  3.     EsoUI/Ingame/Inventory/InventorySlot.lua:675: in function 'TryBankItem'
  4.     EsoUI/Ingame/Inventory/InventorySlot.lua:1459: in function 'INDEX_ACTION_CALLBACK'
  5.     EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActions:DoPrimaryAction'
  6.     EsoUI/Ingame/Inventory/InventorySlot.lua:1767: in function 'ZO_InventorySlot_DoPrimaryAction'
  7.     IIFA_ListItem_1_MouseDoubleClick:4: in function '(main chunk)'
  8.     (tail call): ?
  Reply With Quote