Results: 1Comments by: Bandisto
File: Banker09/30/14
Re: Re: fix for 1.3.3
Posted By: Bandisto
It seems the GetBagInfo function has gone as of 1.3.3, to patch Banker to continue to work find the Banker.lua file and change the line: local _,numBagSlots = GetBagInfo(bagId) to: local numBagSlots = GetBagSize(bagId) That did the trick, it's working like a champ now! Thanks so much for the fix! Don't work for...