Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `row_1`, `height_adjustable`, `effectM`, `effectF`, `HeightOverride`) VALUES
(46501815, 'pfbg_1', 'pfbg_1', 's', 1, 0, 1, '0', '1', '0', 46501815, '1', '1', '1', '1', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501816, 'pfbs_1', 'pfbs_1', 's', 1, 0, 1, '0', '1', '0', 46501816, '1', '0', '0', '1', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501817, 'pbin_flappyf_1', 'pbin_flappyf_1', 's', 1, 1, 0, '1', '0', '0', 46501817, '1', '0', '0', '0', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501818, 'pbin_signflof_1', 'pbin_signflof_1', 's', 1, 1, 1, '0', '0', '0', 46501818, '1', '0', '0', '0', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501819, 'pbin_flagff_1', 'pbin_flagff_1', 'i', 1, 1, 1, '1', '0', '0', 46501819, '1', '0', '0', '0', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501820, 'pbfb1', 'pbfb1', 's', 1, 1, 1, '0', '0', '0', 46501820, '1', '0', '0', '0', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501821, 'pbin_fbirdf_01', 'pbin_fbirdf_01', 'i', 1, 1, 1, '1', '0', '0', 46501821, '1', '0', '0', '0', '1', 'default', 2, '0', '0', 1, 1, '0', 0, 0, '0'),
(46501846, 'pbinff_1', 'pbinff_1', 'i', 1, 1, 1, '0', '0', '0', 46501846, '1', '0', '0', '0', '1', 'default', 1, '0', '0', 1, 1, '0', 0, 0, '0');
Catalog_items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`, `song_id`, `BadgeID`) VALUES
(46501816, 2005, '46501816', 'pfbs_1', 10, 0, 0, 1, '2', 0, 0, ''),
(46501815, 2005, '46501815', 'pfbg_1', 10, 0, 0, 1, '2', 0, 0, ''),
(46501817, 2005, '46501817', 'pbin_flappyf_1', 10, 0, 0, 1, '2', 0, 0, ''),
(46501818, 2005, '46501818', 'pbin_signflof_1', 10, 0, 0, 1, '2', 0, 0, ''),
(46501819, 2005, '46501819', 'pbin_flagff_1', 10, 0, 0, 1, '2', 0, 0, ''),
(46501820, 2005, '46501820', 'pbfb1', 10, 0, 0, 1, '2', 0, 0, ''),
(46501821, 2005, '46501821', 'pbin_fbirdf_01', 10, 0, 0, 1, '2', 0, 0, ''),
(46501846, 2005, '46501846', 'pbinff_1', 10, 0, 0, 1, '2', 0, 0, '');