Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.62 KB | None | 0 0
  1. 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
  2. (9778, 'PageID', '9778', 'White Knight', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  3. (9777, 'PageID', '9777', 'Black Queen', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  4. (9776, 'PageID', '9776', 'Black Pawn', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  5. (9775, 'PageID', '9775', 'Black Bishop', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  6. (9774, 'PageID', '9774', 'Black King', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  7. (9773, 'PageID', '9773', 'White Pawn', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  8. (9772, 'PageID', '9772', 'White King', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  9. (9771, 'PageID', '9771', 'White Queen', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  10. (9770, 'PageID', '9770', 'White Rook', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  11. (9769, 'PageID', '9769', 'Black Knight', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  12. (9768, 'PageID', '9768', 'Black Rook', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  13. (9767, 'PageID', '9767', 'Chess Board Tile', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1'),
  14. (9766, 'PageID', '9766', 'White Bishop', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');
  15.  
  16. INSERT INTO `furniture` VALUES
  17. ('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'),
  18. ('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'),
  19. ('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'),
  20. ('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'),
  21. ('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'),
  22. ('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'),
  23. ('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'),
  24. ('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'),
  25. ('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'),
  26. ('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'),
  27. ('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'),
  28. ('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'),
  29. ('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