Code:
INSERT INTO `wichard`.`catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(NULL, '125', '292316', 'effect', '0', '0', '1');
(NULL, '125', '292317', 'effect', '0', '0', '1');
(NULL, '125', '292318', 'effect', '0', '0', '1');
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`, `foot_figure`) VALUES
(292316, 'avatar_effect74', 'avatar_effect74', 'e', 1, 1, 1, '1', '0', '0', 74, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(292317, 'avatar_effect75', 'avatar_effect75', 'e', 1, 1, 1, '1', '0', '0', 75, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(292318, 'avatar_effect76', 'avatar_effect76', 'e', 1, 1, 1, '1', '0', '0', 76, '1', '1', '1', '1', '1', 'default', 1, '0', '');
DOWNLOAD: