Results: 1Comments by: tokabi
File: Banker08/05/14
fix for 1.3.3
Posted By: tokabi
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)