Index: classes/inventory.lua =================================================================== --- classes/inventory.lua (revision 481) +++ classes/inventory.lua (working copy) @@ -6,6 +6,8 @@ CInventory = class( function (self) + LoadTables(); + local _bagId = 61; self.BagSlot = {}; self.EquipSlots = {}; Index: classes/memorytable.lua =================================================================== --- classes/memorytable.lua (revision 481) +++ classes/memorytable.lua (working copy) @@ -344,4 +344,4 @@ print( "\n" ); end; -LoadTables(); \ No newline at end of file +-- LoadTables(); \ No newline at end of file