Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.75 KB | None | 0 0
  1. INSERT INTO `leagues` (`id`, `abbr`, `name`, `active`, `comment`) VALUES
  2. (1, 'NTFCL', 'New Tactic & Fighting Classic League', NULL, NULL),
  3. (2, 'WPTFCL', 'Wireplay Team Fortress Classic League', NULL, NULL),
  4. (3, 'GTFL', 'German Team Fortress League', NULL, NULL),
  5. (4, 'NHTFCL', '#Noobi-Heaven Team Fortress Classic League', NULL, NULL),
  6. (5, 'UKTFCL', 'United Kingdom Team Fotress Classic League', NULL, NULL),
  7. (6, 'CTFCL', 'Community Team Fortress Classic Leauge', NULL, NULL),
  8. (7, 'PMTFCL', 'PyroManiacs Team Fortress Classic League', NULL, NULL),
  9. (8, 'BWTFCL', 'BarryWorld''s Team Fortress Classic League', NULL, NULL),
  10. (9, 'UGC', 'United Gaming Clans', 1, NULL),
  11. (10, 'STA', 'Stronger Than All', NULL, NULL),
  12. (11, 'V-TFL', 'Vitality Team Fortress League', NULL, NULL),
  13. (12, 'LTFL', 'Lifeline Team Fortress League', NULL, NULL),
  14. (13, 'FTFCL', 'French Team Fortress Classic League', NULL, NULL),
  15. (14, 'DeCL', 'Deutsche Clanliga', NULL, NULL),
  16. (15, 'ESL', 'Electronic Sports League', NULL, NULL),
  17. (16, 'IGL', 'IronGlove League', NULL, NULL),
  18. (17, 'DTFCL', 'Deutsche Team Fortress Classic Liga', NULL, NULL),
  19. (18, 'ETFCL', 'European Team Fortress Classic League', NULL, NULL),
  20. (19, 'X-League', 'X-League', NULL, NULL),
  21. (20, 'CB', 'ClanBase', NULL, NULL),
  22. (21, 'GGTFCL', 'Global Gamers Team Fortress Classic League', NULL, NULL),
  23. (22, 'Skirmish', 'Skirmish Attack vs Defense League', NULL, NULL),
  24. (23, 'LNTFC', 'Liga Nacional de Team Fortress Classic', NULL, NULL),
  25. (24, 'WP4v4L', 'Wireplay Team Fortress Classic Ladder', NULL, NULL),
  26. (25, 'IFL', 'International Fortress League', NULL, NULL),
  27. (26, 'ECTFC', 'European Championship of Team Fortress Classic', NULL, NULL),
  28. (27, 'NZFL', 'NZFortress League', NULL, NULL),
  29. (28, 'WCTFC', 'World Championship of Team Fortress Classic', NULL, NULL),
  30. (29, 'MUKTFCL', 'Morat United Kingdom Team Fortress Classic Ladder', NULL, NULL),
  31. (30, 'BYTFCL', 'Blueyonder Team Fortress Classic League', NULL, NULL),
  32. (31, 'EuroIGL', 'European IronGlove League', NULL, NULL),
  33. (32, 'TFL', 'Team Fortress League', NULL, NULL),
  34. (33, 'ScTFCNT', 'Scandinavian TFC national turney', NULL, '(abbr=own)'),
  35. (34, 'FJTFL', 'FpsJp Team Fortress League', NULL, NULL),
  36. (35, 'UCTFC', 'Ultimate Championship of Team Fortress Classic', NULL, NULL),
  37. (36, 'TOA09', 'Torneo Online Apertura 09', NULL, NULL),
  38. (37, 'PG', 'Proving Grounds', NULL, NULL),
  39. (38, 'OGL', 'Online Gaming League', NULL, NULL),
  40. (39, 'CAL', 'Cyberathlete Amateur League', NULL, NULL),
  41. (40, 'WGA', 'World Gaming Alliance', NULL, NULL),
  42. (41, 'NSC', NULL, NULL, NULL),
  43. (42, 'PFL', 'Pro Fortress League', NULL, NULL),
  44. (43, 'TTT', 'Top Ten Tournament', NULL, NULL),
  45. (44, 'UGL', 'Ultimate Gamers League', NULL, NULL),
  46. (45, 'TGL', 'Total Gaming League', NULL, NULL),
  47. (46, 'SL', 'Sniper League', NULL, NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement