Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO `catalog_items` (`id`, `page_id`, `item_id`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_diamonds`, `amount`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `offer_id`) VALUES
- (9778, 'PageID', '9778', 'White Knight', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9777, 'PageID', '9777', 'Black Queen', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9776, 'PageID', '9776', 'Black Pawn', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9775, 'PageID', '9775', 'Black Bishop', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9774, 'PageID', '9774', 'Black King', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9773, 'PageID', '9773', 'White Pawn', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9772, 'PageID', '9772', 'White King', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9771, 'PageID', '9771', 'White Queen', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9770, 'PageID', '9770', 'White Rook', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9769, 'PageID', '9769', 'Black Knight', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9768, 'PageID', '9768', 'Black Rook', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9767, 'PageID', '9767', 'Chess Board Tile', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
- (9766, 'PageID', '9766', 'White Bishop', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');
- INSERT INTO `furniture` VALUES
- ('9778', 'chess_w_knight', 'White Knight', 's', '1', '1', '1', '1', '0', '0', '9778', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9777', 'chess_b_queen', 'Black Queen', 's', '1', '1', '1', '1', '0', '0', '9777', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9776', 'chess_b_pawn', 'Black Pawn', 's', '1', '1', '1', '1', '0', '0', '9776', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9775', 'chess_b_bishop', 'Black Bishop', 's', '1', '1', '1', '1', '0', '0', '9775', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9774', 'chess_b_king', 'Black King', 's', '1', '1', '1', '1', '0', '0', '9774', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9773', 'chess_w_pawn', 'White Pawn', 's', '1', '1', '1', '1', '0', '0', '9773', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9772', 'chess_w_king', 'White King', 's', '1', '1', '1', '1', '0', '0', '9772', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9771', 'chess_w_queen', 'White Queen', 's', '1', '1', '1', '1', '0', '0', '9771', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9770', 'chess_w_rook', 'White Rook', 's', '1', '1', '1', '1', '0', '0', '9770', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9769', 'chess_b_knight', 'Black Knight', 's', '1', '1', '1', '1', '0', '0', '9769', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9768', 'chess_b_rook', 'Black Rook', 's', '1', '1', '1', '1', '0', '0', '9768', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9767', 'chess_boardtile', 'Chess Board Tile', 's', '1', '1', '1', '1', '0', '0', '9767', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0'),
- ('9766', 'chess_w_bishop', 'White Bishop', 's', '1', '1', '1', '1', '0', '0', '9766', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0', '0');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement