nikkisaurus / FarmingBar

4 stars 1 forks source link

[BUG] Freezing when Alt-Right Click used to move items from bank to inv #20

Closed rbpaiett closed 3 years ago

rbpaiett commented 3 years ago

Describe the bug With the bank open, I Alt-Right Click on a button to move items from the bank to the inventory and the display showing movement activity appears but nothing is moved and the display remains open. With some items I get an LUA error, other times I don't. The LUA error is as follows:

1x FarmingBar\Modules\ItemMover.lua:35: attempt to call global 'IsReagentBankUnlocked' (a nil value) FarmingBar\Modules\ItemMover.lua:35: in function `MoveItem' FarmingBar\Core\Buttons.lua:812: in function <FarmingBar\Core\Buttons.lua:792>

Client 1.13.5

To Reproduce Steps to reproduce the behavior:

  1. Open Bank
  2. Alt Right Click on button
  3. See error

Expected behavior Desired items move from bank to inventory.

Additional context This is the 2.1 Beta-5 version of this addon.

niketa-wow commented 3 years ago

Was a fix for retail that I didn't realize wouldn't apply for classic. Should be fixed in update.

rbpaiett commented 3 years ago

Excellent! Thank you very much!