14 - Unable to sort first bank bag
What steps will reproduce the problem?
1. Add -1 1 to ignore list
2. Won't accept it.
Please provide any additional information below.
Workaround was provided at curse:
"olau said
Wednesday, June 17, 2009 8:55:18 PM
I have a bug where i couldnt add bank slot ( -1 ) to the ignoring list, so i came across this fix on the internet that i thought i would share. Open "..\World of Warcraft\Interface\AddOns\BankStack\config.lua"; in a text editor, search for "^%d+ %d+$" and replace it with "^[-%d]+ %d+$". Now you can add the 1st bank bag to the ignore list. Use at own risk.
I hope it gets specific item ignore to at a time.
Great addon!"