diff --git a/css/vote.style.css b/css/vote.style.css index f866d10..985467c 100644 --- a/css/vote.style.css +++ b/css/vote.style.css @@ -150,6 +150,10 @@ form { align-items: flex-end; } + #progress-bar { + position: absolute; + } + .main { background: url("../images/background/background_mobile.png") no-repeat center center fixed; -webkit-background-size: cover; @@ -211,8 +215,8 @@ form { height: 80%; position: relative; cursor: pointer; - max-width: 90%; - max-height: 90%; + max-width: 55vw; + max-height: 28vh; object-fit: contain; } diff --git a/css/vote.style.css.map b/css/vote.style.css.map index 0a266ed..6103ab2 100644 --- a/css/vote.style.css.map +++ b/css/vote.style.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["vote.style.scss","_vars.scss"],"names":[],"mappings":"AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;;AAMJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAIJ;EACI;EACA;EACA,kBCzJU;ED0JV;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;;EAEJ;IACI;IACA;IACA;IACA;IACA;;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IAGA;IACA;IACA;;;EAGJ;IACI;IACA;;;EAEJ;IACI;IACA;;;EAEJ;IACI;IACA;;;EAGJ;IACI;;;EAGJ;IACI;;;EAEJ;IACI;;;EAEJ;IACI;IACA;;;EAEJ;IACI;;;EAMA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;EAKR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;EAEJ;IACI;IACA","file":"vote.style.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["vote.style.scss","_vars.scss"],"names":[],"mappings":"AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;;AAMJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAIJ;EACI;EACA;EACA,kBCzJU;ED0JV;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;;EAEJ;IACI;;;EAEJ;IACI;IACA;IACA;IACA;IACA;;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IAGA;IACA;IACA;;;EAGJ;IACI;IACA;;;EAEJ;IACI;IACA;;;EAEJ;IACI;IACA;;;EAGJ;IACI;;;EAGJ;IACI;;;EAEJ;IACI;;;EAEJ;IACI;IACA;;;EAEJ;IACI;;;EAMA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;EAKR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;EAEJ;IACI;IACA","file":"vote.style.css"} \ No newline at end of file diff --git a/css/vote.style.scss b/css/vote.style.scss index c079af4..b01765c 100644 --- a/css/vote.style.scss +++ b/css/vote.style.scss @@ -165,6 +165,9 @@ form { .container-fluid { align-items: flex-end; } + #progress-bar { + position: absolute; + } .main { background: url("../images/background/background_mobile.png") no-repeat center center fixed; -webkit-background-size: cover; @@ -226,8 +229,8 @@ form { height: 80%; position: relative; cursor: pointer; - max-width: 90%; - max-height: 90%; + max-width: 55vw; + max-height: 28vh; object-fit: contain; } } diff --git a/dbdump.sql b/dbdump.sql deleted file mode 100644 index 1a83fab..0000000 --- a/dbdump.sql +++ /dev/null @@ -1,11 +0,0 @@ -LOCK TABLES `logos` WRITE; -/*!40000 ALTER TABLE `logos` DISABLE KEYS */; -INSERT INTO `logos` VALUES (1,'Aggression',0,0,'EU','Advanced',0,0),(2,'AlmostPlat',0,0,'EU','Advanced',1,0),(3,'EclYpse Esports Quasar',0,0,'EU','Advanced',1,0),(4,'Epoch Alpha',0,0,'EU','Advanced',1,0),(5,'Epoch Amethyst',0,0,'EU','Advanced',1,0),(6,'Epoch Ruby',0,0,'EU','Advanced',1,0),(7,'Essence',0,0,'EU','Advanced',1,0),(8,'Ethereal',0,0,'EU','Advanced',0,0),(9,'EXALT',0,0,'EU','Advanced',1,0),(10,'Fire of mercy',0,0,'EU','Advanced',0,0),(11,'Frederikssund Frosties',0,0,'EU','Advanced',1,0),(12,'FT - Nebula',0,0,'EU','Advanced',1,0),(13,'GermanChicks',0,0,'EU','Advanced',1,0),(14,'Guinea Pink',0,0,'EU','Advanced',1,0),(15,'High Coast Esports',0,0,'EU','Advanced',1,0),(16,'Hurricane Tortilla',0,0,'EU','Advanced',0,0),(17,'Jamyoole esports',0,0,'EU','Advanced',1,0),(18,'Lootbox',0,0,'EU','Advanced',1,0),(19,'Nike Exiles',0,0,'EU','Advanced',1,0),(20,'OG Kintsugi',0,0,'EU','Advanced',1,0),(21,'Power Pandas',0,0,'EU','Advanced',1,0),(22,'SIR yes SIR',0,0,'EU','Advanced',1,0),(23,'Solar Dragons',0,0,'EU','Advanced',1,0),(24,'Solar Guardians',0,0,'EU','Advanced',1,0),(25,'That Purple Team',0,0,'EU','Advanced',1,0),(26,'The Sneaky Imps',0,0,'EU','Advanced',1,0),(27,'Umbra Force',0,0,'EU','Advanced',1,0),(28,'Atgeirar',0,0,'EU','Expert',1,0),(29,'BEESWARM',0,0,'EU','Expert',1,0),(30,'Benchwarmers Academy',0,0,'EU','Expert',1,0),(31,'EchoZ Jesters',0,0,'EU','Expert',1,0),(32,'Hannover Capras',0,0,'EU','Expert',1,0),(33,'Invective',0,0,'EU','Expert',1,0),(34,'Marmalade Skies',0,0,'EU','Expert',0,0),(35,'Nihil Dragons',0,0,'EU','Expert',1,0),(36,'Power Nappers',0,0,'EU','Expert',1,0),(37,'Project Eden Team Nightshade',0,0,'EU','Expert',1,0),(38,'Romano Esports',0,0,'EU','Expert',1,0),(39,'Spaghettification',0,0,'EU','Expert',1,0),(40,'Stardust',0,0,'EU','Expert',1,0),(41,'Teki Blue Lagoon',0,0,'EU','Expert',1,0),(42,'Vulpine Dynamos',0,0,'EU','Expert',1,0),(43,'Washed Machines',0,0,'EU','Expert',1,0),(44,'x6tence',0,0,'EU','Expert',1,0),(45,'8-Bit',0,0,'EU','Intermediate',1,0),(46,'Ac!d Trip',0,0,'EU','Intermediate',1,0),(47,'AntiShock',0,0,'EU','Intermediate',1,0),(48,'Ares',0,0,'EU','Intermediate',0,0),(49,'Aztec E-Sports',0,0,'EU','Intermediate',0,0),(50,'Bad Englich',0,0,'EU','Intermediate',1,0),(51,'Big Bang Glissey',0,0,'EU','Intermediate',1,0),(52,'Blueshift EU',0,0,'EU','Intermediate',0,0),(53,'Bonsai Wild',0,0,'EU','Intermediate',0,0),(54,'Bunny Disaster',0,0,'EU','Intermediate',1,0),(55,'butter flys',0,0,'EU','Intermediate',1,0),(56,'Dark Spectrum',0,0,'EU','Intermediate',1,0),(57,'DI-Sleipnir',0,0,'EU','Intermediate',1,0),(58,'Epoch Emerald',0,0,'EU','Intermediate',1,0),(59,'Fable Wyvern',0,0,'EU','Intermediate',1,0),(60,'Faster Than Miau',0,0,'EU','Intermediate',1,0),(61,'Gear Voltage',0,0,'EU','Intermediate',1,0),(62,'Greed\'s Anguish',0,0,'EU','Intermediate',1,0),(63,'Honeybadgers',0,0,'EU','Intermediate',1,0),(64,'Ibex',0,0,'EU','Intermediate',1,0),(65,'LavaLillies',0,0,'EU','Intermediate',1,0),(66,'Marble in Korean',0,0,'EU','Intermediate',1,0),(67,'Mercury',0,0,'EU','Intermediate',1,0),(68,'Meta Proof',0,0,'EU','Intermediate',0,0),(69,'Normie Esport',0,0,'EU','Intermediate',1,0),(70,'OwOwatch',0,0,'EU','Intermediate',1,0),(71,'Platinum Pumas',0,0,'EU','Intermediate',1,0),(72,'Power Dragons',0,0,'EU','Intermediate',1,0),(73,'Predicted Sixth: Sense',0,0,'EU','Intermediate',1,0),(74,'QU4K3',0,0,'EU','Intermediate',1,0),(75,'Rage Quit Odyssey',0,0,'EU','Intermediate',1,0),(76,'Revision',0,0,'EU','Intermediate',1,0),(77,'Safir Gaming',0,0,'EU','Intermediate',1,0),(78,'Sallad Leuf',0,0,'EU','Intermediate',0,0),(79,'Saturn',0,0,'EU','Intermediate',1,0),(80,'Shane\'s Shanes',0,0,'EU','Intermediate',1,0),(81,'Solar Zeus',0,0,'EU','Intermediate',1,0),(82,'Speed Boost Academy',0,0,'EU','Intermediate',1,0),(83,'Team 1',0,0,'EU','Intermediate',1,0),(84,'The Flaming Badgers',0,0,'EU','Intermediate',1,0),(85,'The Last Simps',0,0,'EU','Intermediate',1,0),(86,'The Other Team',0,0,'EU','Intermediate',1,0),(87,'TSP Academy',0,0,'EU','Intermediate',1,0),(88,'TuS Griesheim eSports',0,0,'EU','Intermediate',1,0),(89,'Venomous Valkyries',0,0,'EU','Intermediate',0,0),(90,'Vibia Requiem',0,0,'EU','Intermediate',1,0),(91,'Villains',0,0,'EU','Intermediate',1,0),(92,'Wasted Nano',0,0,'EU','Intermediate',1,0),(93,'Wrong division 5head',0,0,'EU','Intermediate',1,0),(94,'Xelos',0,0,'EU','Intermediate',1,0),(95,'XL3 Academy',0,0,'EU','Intermediate',1,0),(96,'0ne',0,0,'EU','Rookie',1,0),(97,'2head',0,0,'EU','Rookie',1,0),(98,'AgOrientum',0,0,'EU','Rookie',1,0),(99,'Catana WiGJ',0,0,'EU','Rookie',1,0),(100,'Chimeras',0,0,'EU','Rookie',1,0),(101,'Chonky Bois',0,0,'EU','Rookie',0,0),(102,'Daedra',0,0,'EU','Rookie',1,0),(103,'DI Valravn',0,0,'EU','Rookie',1,0),(104,'Doot Squad',0,0,'EU','Rookie',1,0),(105,'DoubleCrosseSports Team Viper',0,0,'EU','Rookie',1,0),(106,'Feeders United',0,0,'EU','Rookie',1,0),(107,'Fireflies',0,0,'EU','Rookie',1,0),(108,'Gold Ping',0,0,'EU','Rookie',1,0),(109,'Greed\'s Anguish University ( G.A.U)',0,0,'EU','Rookie',1,0),(110,'No Feeders',0,0,'EU','Rookie',0,0),(111,'Pepega Crusaders',0,0,'EU','Rookie',1,0),(112,'Pixelate',0,0,'EU','Rookie',1,0),(113,'Sol Invictus',0,0,'EU','Rookie',1,0),(114,'SoLid',0,0,'EU','Rookie',1,0),(115,'Team Pending Name Team',0,0,'EU','Rookie',1,0),(116,'TheHolyOrderOfTorbjorns',0,0,'EU','Rookie',1,0),(117,'Vulpine Academy',0,0,'EU','Rookie',1,0),(118,'weebs go brrr',0,0,'EU','Rookie',1,0),(119,'Absolute Frost',0,0,'EU','Unlimited',1,0),(120,'Abyssal Radiance',0,0,'EU','Unlimited',1,0),(121,'Brazil Drip',0,0,'EU','Unlimited',1,0),(122,'CIRCE',0,0,'EU','Unlimited',1,0),(123,'HBT',0,0,'EU','Unlimited',0,0),(124,'LSF',0,0,'EU','Unlimited',0,0),(125,'Munich eSport Nemesis',0,0,'EU','Unlimited',1,0),(126,'Otter Gang',0,0,'EU','Unlimited',1,0),(127,'Overwatchos',0,0,'EU','Unlimited',1,0),(128,'Shanghai Wagons',0,0,'EU','Unlimited',0,0),(129,'Whole Snack',0,0,'EU','Unlimited',1,0),(130,'[Altiora] Olympus',0,0,'NA','Advanced',0,0),(131,'Ape Academy',0,0,'NA','Advanced',1,0),(132,'Art Theurgia',0,0,'NA','Advanced',1,0),(133,'Ascendency Alpha',0,0,'NA','Advanced',0,0),(134,'Bench Boys',0,0,'NA','Advanced',0,0),(135,'Blue\'s Clues Bandits',0,0,'NA','Advanced',1,0),(136,'Crunch Time Crunchers',0,0,'NA','Advanced',0,0),(137,'EYEs Academy',0,0,'NA','Advanced',0,0),(138,'Feeding Dolphins',0,0,'NA','Advanced',0,0),(139,'Fizh (Adv)',0,0,'NA','Advanced',1,0),(140,'Gambit',0,0,'NA','Advanced',1,0),(141,'GG Go Next (Adv)',0,0,'NA','Advanced',1,0),(142,'Helpdesk Hogan',0,0,'NA','Advanced',0,0),(143,'KSU Overwatch B-Team',0,0,'NA','Advanced',1,0),(144,'Lunar Soleil',0,0,'NA','Advanced',1,0),(145,'o7 Lunatics',0,0,'NA','Advanced',1,0),(146,'o7 Maniacs',0,0,'NA','Advanced',1,0),(147,'Pandemic',0,0,'NA','Advanced',1,0),(148,'Pepega Kappers',0,0,'NA','Advanced',1,0),(149,'Pls b nuff DPS',0,0,'NA','Advanced',1,0),(150,'Project D',0,0,'NA','Advanced',1,0),(151,'Relentless Esports Academy',0,0,'NA','Advanced',1,0),(152,'StoryBook Villains',0,0,'NA','Advanced',1,0),(153,'Supernova',0,0,'NA','Advanced',1,0),(154,'TAMU White',0,0,'NA','Advanced',1,0),(155,'Tempo',0,0,'NA','Advanced',1,0),(156,'VCG Esports',0,0,'NA','Advanced',1,0),(157,'Wrath',0,0,'NA','Advanced',1,0),(158,'Flight of the Valkiwis',0,0,'NA','Beginner',1,0),(159,'Heroes of Hyrule',0,0,'NA','Beginner',0,0),(160,'Hyperion Academy',0,0,'NA','Beginner',1,0),(161,'LF Academy',0,0,'NA','Beginner',1,0),(162,'Mid Knights',0,0,'NA','Beginner',1,0),(163,'OKST Trash Pandas',0,0,'NA','Beginner',1,0),(164,'pope alo',0,0,'NA','Beginner',1,0),(165,'Shaky Chihuahua',0,0,'NA','Beginner',1,0),(166,'Unity',0,0,'NA','Beginner',1,0),(167,'Velocity Force',0,0,'NA','Beginner',1,0),(168,'Air Force Gaming',0,0,'NA','Expert',1,0),(169,'Antipulse E Sports',0,0,'NA','Expert',1,0),(170,'Bellatrix',0,0,'NA','Expert',1,0),(171,'Biohazard',0,0,'NA','Expert',1,0),(172,'Business is Business',0,0,'NA','Expert',0,0),(173,'Color Drop',0,0,'NA','Expert',1,0),(174,'Crusader Esports',0,0,'NA','Expert',1,0),(175,'Damn Daniel',0,0,'NA','Expert',0,0),(176,'Exile Esports',0,0,'NA','Expert',1,0),(177,'FA Northbound',0,0,'NA','Expert',1,0),(178,'False Appearance True Blue',0,0,'NA','Expert',1,0),(179,'FAU Red',0,0,'NA','Expert',1,0),(180,'Fish',0,0,'NA','Expert',1,0),(181,'Gaia Rhea',0,0,'NA','Expert',1,0),(182,'SABRE',0,0,'NA','Expert',0,0),(183,'ScuffedGG',0,0,'NA','Expert',1,0),(184,'Small Indie Team',0,0,'NA','Expert',1,0),(185,'Spin2Win',0,0,'NA','Expert',1,0),(186,'TAMU Maroon',0,0,'NA','Expert',1,0),(187,'The Chimp Club',0,0,'NA','Expert',1,0),(188,'thrilling.',0,0,'NA','Expert',1,0),(189,'Toxic Throwers',0,0,'NA','Expert',1,0),(190,'Velocity Academy',0,0,'NA','Expert',1,0),(191,'Zentie',0,0,'NA','Expert',1,0),(192,'[SH] Bonkers',0,0,'NA','Intermediate',0,0),(193,'50 Shades',0,0,'NA','Intermediate',0,0),(194,'Add1',0,0,'NA','Intermediate',1,0),(195,'Alien Mafia',0,0,'NA','Intermediate',0,0),(196,'Arctic Foxes',0,0,'NA','Intermediate',1,0),(197,'Art Trinitas',0,0,'NA','Intermediate',0,0),(198,'Athena\'s Wrath',0,0,'NA','Intermediate',1,0),(199,'Attack Torb Blue',0,0,'NA','Intermediate',1,0),(200,'Azure Eagles',0,0,'NA','Intermediate',1,0),(201,'Bird Society Hawks',0,0,'NA','Intermediate',1,0),(202,'Blueshift NA',0,0,'NA','Intermediate',0,0),(203,'Central Krakens',0,0,'NA','Intermediate',0,0),(204,'Chaos',0,0,'NA','Intermediate',1,0),(205,'Crimson Gaming',0,0,'NA','Intermediate',1,0),(206,'Crusaders',0,0,'NA','Intermediate',1,0),(207,'ERAU Eagles',0,0,'NA','Intermediate',1,0),(208,'FAU Blue',0,0,'NA','Intermediate',1,0),(209,'Fireteam Cobalt',0,0,'NA','Intermediate',0,0),(210,'Fireteam Crimson',0,0,'NA','Intermediate',0,0),(211,'Folklore Gaming Academy',0,0,'NA','Intermediate',1,0),(212,'Fruit Schmack',0,0,'NA','Intermediate',1,0),(213,'FuelsBadMan V.2',0,0,'NA','Intermediate',0,0),(214,'gg go next (Int)',0,0,'NA','Intermediate',1,0),(215,'Halfrings',0,0,'NA','Intermediate',1,0),(216,'Hardrockers Esports',0,0,'NA','Intermediate',1,0),(217,'I\'m Giving It All I\'ve Got',0,0,'NA','Intermediate',1,0),(218,'Junkertown Jewels',0,0,'NA','Intermediate',1,0),(219,'K-On!! With The Sadge Boys',0,0,'NA','Intermediate',0,0),(220,'La Croix Boys',0,0,'NA','Intermediate',1,0),(221,'Leviathans',0,0,'NA','Intermediate',1,0),(222,'Lumberjack Esports',0,0,'NA','Intermediate',0,0),(223,'Lunar Flower: Violet',0,0,'NA','Intermediate',1,0),(224,'Lunar Selene',0,0,'NA','Intermediate',1,0),(225,'Multi Coasters',0,0,'NA','Intermediate',0,0),(226,'Nexus',0,0,'NA','Intermediate',1,0),(227,'No Peel',0,0,'NA','Intermediate',1,0),(228,'Not Your Average Academy',0,0,'NA','Intermediate',1,0),(229,'Off in The Corner Academy',0,0,'NA','Intermediate',1,0),(230,'OkState Hunters',0,0,'NA','Intermediate',0,0),(231,'OkState Raptors',0,0,'NA','Intermediate',1,0),(232,'Order 66',0,0,'NA','Intermediate',1,0),(233,'Pizza Department Takeaway',0,0,'NA','Intermediate',0,0),(234,'Poki\'s White Knights',0,0,'NA','Intermediate',1,0),(235,'Quieter Mode',0,0,'NA','Intermediate',1,0),(236,'Redacted',0,0,'NA','Intermediate',1,0),(237,'Redshift',0,0,'NA','Intermediate',1,0),(238,'RITkum bokum',0,0,'NA','Intermediate',1,0),(239,'Serenity Esports',0,0,'NA','Intermediate',1,0),(240,'Sirius',0,0,'NA','Intermediate',1,0),(241,'Squid Squad',0,0,'NA','Intermediate',1,0),(242,'Squid Squad Salmon',0,0,'NA','Intermediate',1,0),(243,'Tactical Feeding',0,0,'NA','Intermediate',0,0),(244,'TAMU Team Grey',0,0,'NA','Intermediate',1,0),(245,'Team Shameful',0,0,'NA','Intermediate',0,0),(246,'The HUB',0,0,'NA','Intermediate',1,0),(247,'Thiccums Squad',0,0,'NA','Intermediate',0,0),(248,'Tidal Typhoon',0,0,'NA','Intermediate',1,0),(249,'Toxyk Esports',0,0,'NA','Intermediate',1,0),(250,'UBCO Esports',0,0,'NA','Intermediate',1,0),(251,'UdeM',0,0,'NA','Intermediate',1,0),(252,'Varsity Charger eSports',0,0,'NA','Intermediate',1,0),(253,'Vault 7',0,0,'NA','Intermediate',1,0),(254,'Velocity University',0,0,'NA','Intermediate',1,0),(255,'Vendetta',0,0,'NA','Intermediate',1,0),(256,'We Showed Up',0,0,'NA','Intermediate',1,0),(257,'ZEGC JJAMMERS',0,0,'NA','Intermediate',1,0),(258,'Zero Issue Dynamic',0,0,'NA','Intermediate',1,0),(259,'#BarelyinPlat',0,0,'NA','Rookie',1,0),(260,'5 Man Rez',0,0,'NA','Rookie',0,0),(261,'Above Everything',0,0,'NA','Rookie',1,0),(262,'Ascent',0,0,'NA','Rookie',1,0),(263,'Azure Eagles Academy',0,0,'NA','Rookie',1,0),(264,'Bastion\'s Birdies',0,0,'NA','Rookie',1,0),(265,'Bob Mob',0,0,'NA','Rookie',1,0),(266,'Brap',0,0,'NA','Rookie',1,0),(267,'Cleaning Supplies',0,0,'NA','Rookie',1,0),(268,'Clovers Academy',0,0,'NA','Rookie',1,0),(269,'Compass Plat',0,0,'NA','Rookie',1,0),(270,'Crimson Crusaders',0,0,'NA','Rookie',1,0),(271,'Disconnect UwU Squad',0,0,'NA','Rookie',1,0),(272,'Fireteam Onyx',0,0,'NA','Rookie',0,0),(273,'Fizh (Rookie)',0,0,'NA','Rookie',1,0),(274,'Gacha Gamers',0,0,'NA','Rookie',1,0),(275,'GiGaChadz',0,0,'NA','Rookie',0,0),(276,'Grav-9',0,0,'NA','Rookie',1,0),(277,'Ignited SparX',0,0,'NA','Rookie',1,0),(278,'Jacketeers',0,0,'NA','Rookie',1,0),(279,'Killer Kittens Bizarre Adventure',0,0,'NA','Rookie',0,0),(280,'Korage',0,0,'NA','Rookie',1,0),(281,'LeGGs',0,0,'NA','Rookie',1,0),(282,'Like This Feeder',0,0,'NA','Rookie',0,0),(283,'Luigiana Purchase',0,0,'NA','Rookie',0,0),(284,'Manager Pain Haven',0,0,'NA','Rookie',0,0),(285,'Midnight Gale',0,0,'NA','Rookie',1,0),(286,'Nemesis',0,0,'NA','Rookie',1,0),(287,'NFG Chaos',0,0,'NA','Rookie',1,0),(288,'Nightshade',0,0,'NA','Rookie',1,0),(289,'o7 Insanity',0,0,'NA','Rookie',1,0),(290,'Off In The Corner Development',0,0,'NA','Rookie',1,0),(291,'Pandora Flokkr',0,0,'NA','Rookie',0,0),(292,'Paradise Tempest',0,0,'NA','Rookie',1,0),(293,'Pepper With That Salt',0,0,'NA','Rookie',1,0),(294,'Pro Throws',0,0,'NA','Rookie',1,0),(295,'PSDN',0,0,'NA','Rookie',1,0),(296,'Quetzalcoatl gang',0,0,'NA','Rookie',0,0),(297,'Redemption Arc',0,0,'NA','Rookie',1,0),(298,'RedSus',0,0,'NA','Rookie',0,0),(299,'RE-Shaky Lobsters',0,0,'NA','Rookie',1,0),(300,'Rewind Academy',0,0,'NA','Rookie',1,0),(301,'RuXs Team',0,0,'NA','Rookie',1,0),(302,'Sailor Scouts',0,0,'NA','Rookie',1,0),(303,'SH Siren\'s Gale',0,0,'NA','Rookie',0,0),(304,'SomBruhs',0,0,'NA','Rookie',1,0),(305,'StoryBook Heroes',0,0,'NA','Rookie',1,0),(306,'Tea Time Team',0,0,'NA','Rookie',1,0),(307,'The Lobster Lounge',0,0,'NA','Rookie',1,0),(308,'The Mariachi Band',0,0,'NA','Rookie',0,0),(309,'The Orphanage',0,0,'NA','Rookie',1,0),(310,'The Plat Agenda',0,0,'NA','Rookie',1,0),(311,'Throwronto',0,0,'NA','Rookie',1,0),(312,'Velocity Momentum',0,0,'NA','Rookie',1,0),(313,'Velvet Dragons',0,0,'NA','Rookie',1,0),(314,'Xoloitzcuintle Gang',0,0,'NA','Rookie',1,0),(315,'(Disbanded) Esports',0,0,'NA','Ultimate',1,0),(316,'Bird Society Chickadees',0,0,'NA','Ultimate',1,0),(317,'Gaia Esports Asteria',0,0,'NA','Ultimate',1,0),(318,'Gaia Esports Hyperion',0,0,'NA','Ultimate',1,0),(319,'Hammer Down Esports: Armada',0,0,'NA','Ultimate',1,0),(320,'Hunters Gaming',0,0,'NA','Ultimate',1,0),(321,'Phoenix rebirth',0,0,'NA','Ultimate',1,0),(322,'THRIVE Endure',0,0,'NA','Ultimate',1,0),(323,'Assassins Academy',0,0,'EU','PS4 Low',1,0),(324,'Boosted Drivers',0,0,'EU','Xbox High',0,0),(325,'Boosted Passengers',0,0,'EU','Xbox High',0,0),(326,'Chernobyl Pixies',0,0,'EU','PS4 Low',1,0),(327,'Glory Dynasty',0,0,'EU','PS4 Low',1,0),(328,'Inferno',0,0,'EU','Xbox High',1,0),(329,'Jaws of Defeat',0,0,'EU','Xbox High',1,0),(330,'Nagas Fan Club',0,0,'EU','PS4 Low',0,0),(331,'Pixies Academy',0,0,'EU','Xbox High',1,0),(332,'Sand Baboons',0,0,'EU','PS4 Low',0,0),(333,'Sand Monkeys',0,0,'EU','PS4 Low',0,0),(334,'APL Seth Reply',0,0,'NA','Xbox Mid',0,0),(335,'Apollo\'s Sunset',0,0,'NA','PS4 High',1,0),(336,'Boosted Golds',0,0,'NA','PS4 Low',0,0),(337,'Branwen GGna',0,0,'NA','Xbox Mid',1,0),(338,'C4',0,0,'NA','Xbox High',1,0),(339,'Cabin Fever',0,0,'NA','PS4 Low',1,0),(340,'Choking Hazard',0,0,'NA','PS4 High',0,0),(341,'Crikey Crikey Kangaroo',0,0,'NA','PS4 High',1,0),(342,'Crusade',0,0,'NA','Xbox Mid',1,0),(343,'Diamond Gatekeepers',0,0,'NA','Xbox Mid',1,0),(344,'Duskerity',0,0,'NA','Xbox Mid',1,0),(345,'Fly High',0,0,'NA','Xbox Low',1,0),(346,'Goose My SR',0,0,'NA','PS4 High',0,0),(347,'Hindsight Misfits',0,0,'NA','Xbox High',1,0),(348,'Hindsight CloudBurst',0,0,'NA','Xbox Low',1,0),(349,'Homemade Nyquil',0,0,'NA','PS4 High',0,0),(350,'HS Feeders',0,0,'NA','Xbox Mid',0,0),(351,'HS Kamikazes',0,0,'NA','Xbox Low',1,0),(352,'Jew Crew',0,0,'NA','Xbox Mid',0,0),(353,'Lionhardt',0,0,'NA','PS4 High',1,0),(354,'Mancos Assemble',0,0,'NA','PS4 Low',1,0),(355,'Maple’s Circus',0,0,'NA','Xbox High',0,0),(356,'MOMS for TRUMP',0,0,'NA','Xbox Low',0,0),(357,'Nicefroggers',0,0,'NA','PS4 Low',1,0),(358,'No One',0,0,'NA','Xbox Mid',1,0),(359,'Pausechamp Duckies',0,0,'NA','Xbox Mid',0,0),(360,'Platinum Pirates',0,0,'NA','PS4 Low',1,0),(361,'Renegades',0,0,'NA','Xbox Mid',1,0),(362,'Revamp',0,0,'NA','Xbox High',1,0),(363,'Sans Voir',0,0,'NA','Xbox Mid',0,0),(364,'Seth\'s Kittens',0,0,'NA','Xbox High',1,0),(365,'Team Lemonade',0,0,'NA','Xbox Mid',1,0),(366,'Team Pegchamp',0,0,'NA','Xbox High',1,0),(367,'The Overwatch Gaming Team',0,0,'NA','Xbox Low',0,0),(368,'TinySwordGang',0,0,'NA','PS4 Low',1,0),(369,'Valhalla',0,0,'NA','Xbox High',1,0),(370,'Vindicators',0,0,'NA','Xbox Low',0,0),(371,'Void walkers',0,0,'NA','Xbox Low',1,0),(372,'Wildfire',0,0,'NA','PS4 High',1,0),(373,'Wisco Waffles',0,0,'NA','Xbox Low',0,0); -/*!40000 ALTER TABLE `logos` ENABLE KEYS */; -UNLOCK TABLES; - -LOCK TABLES `matchups` WRITE; -/*!40000 ALTER TABLE `matchups` DISABLE KEYS */; -/*!40000 ALTER TABLE `matchups` ENABLE KEYS */; -UNLOCK TABLES; - diff --git a/ggs6.sql b/ggs6.sql deleted file mode 100644 index 608dbc9..0000000 --- a/ggs6.sql +++ /dev/null @@ -1,373 +0,0 @@ -Aggression;EU;Advanced;0 -AlmostPlat;EU;Advanced;1 -EclYpse Esports Quasar;EU;Advanced;1 -Epoch Alpha;EU;Advanced;1 -Epoch Amethyst;EU;Advanced;1 -Epoch Ruby;EU;Advanced;1 -Essence;EU;Advanced;1 -Ethereal;EU;Advanced;0 -EXALT;EU;Advanced;1 -Fire of mercy;EU;Advanced;0 -Frederikssund Frosties;EU;Advanced;1 -FT - Nebula;EU;Advanced;1 -GermanChicks;EU;Advanced;1 -Guinea Pink;EU;Advanced;1 -High Coast Esports;EU;Advanced;1 -Hurricane Tortilla;EU;Advanced;0 -Jamyoole esports;EU;Advanced;1 -Lootbox;EU;Advanced;1 -Nike Exiles;EU;Advanced;1 -OG Kintsugi;EU;Advanced;1 -Power Pandas;EU;Advanced;1 -SIR yes SIR;EU;Advanced;1 -Solar Dragons;EU;Advanced;1 -Solar Guardians;EU;Advanced;1 -That Purple Team;EU;Advanced;1 -The Sneaky Imps;EU;Advanced;1 -Umbra Force;EU;Advanced;1 -Atgeirar;EU;Expert;1 -BEESWARM;EU;Expert;1 -Benchwarmers Academy;EU;Expert;1 -EchoZ Jesters;EU;Expert;1 -Hannover Capras;EU;Expert;1 -Invective;EU;Expert;1 -Marmalade Skies;EU;Expert;0 -Nihil Dragons;EU;Expert;1 -Power Nappers;EU;Expert;1 -Project Eden Team Nightshade;EU;Expert;1 -Romano Esports;EU;Expert;1 -Spaghettification;EU;Expert;1 -Stardust;EU;Expert;1 -Teki Blue Lagoon;EU;Expert;1 -Vulpine Dynamos;EU;Expert;1 -Washed Machines;EU;Expert;1 -x6tence;EU;Expert;1 -8-Bit;EU;Intermediate;1 -Ac!d Trip;EU;Intermediate;1 -AntiShock;EU;Intermediate;1 -Ares;EU;Intermediate;0 -Aztec E-Sports;EU;Intermediate;0 -Bad Englich;EU;Intermediate;1 -Big Bang Glissey;EU;Intermediate;1 -Blueshift EU;EU;Intermediate;0 -Bonsai Wild;EU;Intermediate;0 -Bunny Disaster;EU;Intermediate;1 -butter flys;EU;Intermediate;1 -Dark Spectrum;EU;Intermediate;1 -DI-Sleipnir;EU;Intermediate;1 -Epoch Emerald;EU;Intermediate;1 -Fable Wyvern;EU;Intermediate;1 -Faster Than Miau;EU;Intermediate;1 -Gear Voltage;EU;Intermediate;1 -Greed's Anguish;EU;Intermediate;1 -Honeybadgers;EU;Intermediate;1 -Ibex;EU;Intermediate;1 -LavaLillies;EU;Intermediate;1 -Marble in Korean;EU;Intermediate;1 -Mercury;EU;Intermediate;1 -Meta Proof;EU;Intermediate;0 -Normie Esport;EU;Intermediate;1 -OwOwatch;EU;Intermediate;1 -Platinum Pumas;EU;Intermediate;1 -Power Dragons;EU;Intermediate;1 -Predicted Sixth: Sense;EU;Intermediate;1 -QU4K3;EU;Intermediate;1 -Rage Quit Odyssey;EU;Intermediate;1 -Revision;EU;Intermediate;1 -Safir Gaming;EU;Intermediate;1 -Sallad Leuf;EU;Intermediate;0 -Saturn;EU;Intermediate;1 -Shane's Shanes;EU;Intermediate;1 -Solar Zeus;EU;Intermediate;1 -Speed Boost Academy;EU;Intermediate;1 -Team 1;EU;Intermediate;1 -The Flaming Badgers;EU;Intermediate;1 -The Last Simps;EU;Intermediate;1 -The Other Team;EU;Intermediate;1 -TSP Academy;EU;Intermediate;1 -TuS Griesheim eSports;EU;Intermediate;1 -Venomous Valkyries;EU;Intermediate;0 -Vibia Requiem;EU;Intermediate;1 -Villains;EU;Intermediate;1 -Wasted Nano;EU;Intermediate;1 -Wrong division 5head;EU;Intermediate;1 -Xelos;EU;Intermediate;1 -XL3 Academy;EU;Intermediate;1 -0ne;EU;Rookie;1 -2head;EU;Rookie;1 -AgOrientum;EU;Rookie;1 -Catana WiGJ;EU;Rookie;1 -Chimeras;EU;Rookie;1 -Chonky Bois;EU;Rookie;0 -Daedra;EU;Rookie;1 -DI Valravn;EU;Rookie;1 -Doot Squad;EU;Rookie;1 -DoubleCrosseSports Team Viper;EU;Rookie;1 -Feeders United;EU;Rookie;1 -Fireflies;EU;Rookie;1 -Gold Ping;EU;Rookie;1 -Greed's Anguish University ( G.A.U);EU;Rookie;1 -No Feeders;EU;Rookie;0 -Pepega Crusaders;EU;Rookie;1 -Pixelate;EU;Rookie;1 -Sol Invictus;EU;Rookie;1 -SoLid;EU;Rookie;1 -Team Pending Name Team;EU;Rookie;1 -TheHolyOrderOfTorbjorns;EU;Rookie;1 -Vulpine Academy;EU;Rookie;1 -weebs go brrr;EU;Rookie;1 -Absolute Frost;EU;Unlimited;1 -Abyssal Radiance;EU;Unlimited;1 -Brazil Drip;EU;Unlimited;1 -CIRCE;EU;Unlimited;1 -HBT;EU;Unlimited;0 -LSF;EU;Unlimited;0 -Munich eSport Nemesis;EU;Unlimited;1 -Otter Gang;EU;Unlimited;1 -Overwatchos;EU;Unlimited;1 -Shanghai Wagons;EU;Unlimited;0 -Whole Snack;EU;Unlimited;1 -[Altiora] Olympus;NA;Advanced;0 -Ape Academy;NA;Advanced;1 -Art Theurgia;NA;Advanced;1 -Ascendency Alpha;NA;Advanced;0 -Bench Boys;NA;Advanced;0 -Blue's Clues Bandits;NA;Advanced;1 -Crunch Time Crunchers;NA;Advanced;0 -EYEs Academy;NA;Advanced;0 -Feeding Dolphins;NA;Advanced;0 -Fizh (Adv);NA;Advanced;1 -Gambit;NA;Advanced;1 -GG Go Next (Adv);NA;Advanced;1 -Helpdesk Hogan;NA;Advanced;0 -KSU Overwatch B-Team;NA;Advanced;1 -Lunar Soleil;NA;Advanced;1 -o7 Lunatics;NA;Advanced;1 -o7 Maniacs;NA;Advanced;1 -Pandemic;NA;Advanced;1 -Pepega Kappers;NA;Advanced;1 -Pls b nuff DPS;NA;Advanced;1 -Project D;NA;Advanced;1 -Relentless Esports Academy;NA;Advanced;1 -StoryBook Villains;NA;Advanced;1 -Supernova;NA;Advanced;1 -TAMU White;NA;Advanced;1 -Tempo;NA;Advanced;1 -VCG Esports;NA;Advanced;1 -Wrath;NA;Advanced;1 -Flight of the Valkiwis;NA;Beginner;1 -Heroes of Hyrule;NA;Beginner;0 -Hyperion Academy;NA;Beginner;1 -LF Academy;NA;Beginner;1 -Mid Knights;NA;Beginner;1 -OKST Trash Pandas;NA;Beginner;1 -pope alo;NA;Beginner;1 -Shaky Chihuahua;NA;Beginner;1 -Unity;NA;Beginner;1 -Velocity Force;NA;Beginner;1 -Air Force Gaming;NA;Expert;1 -Antipulse E Sports;NA;Expert;1 -Bellatrix;NA;Expert;1 -Biohazard;NA;Expert;1 -Business is Business;NA;Expert;0 -Color Drop;NA;Expert;1 -Crusader Esports;NA;Expert;1 -Damn Daniel;NA;Expert;0 -Exile Esports;NA;Expert;1 -FA Northbound;NA;Expert;1 -False Appearance True Blue;NA;Expert;1 -FAU Red;NA;Expert;1 -Fish;NA;Expert;1 -Gaia Rhea;NA;Expert;1 -SABRE;NA;Expert;0 -ScuffedGG;NA;Expert;1 -Small Indie Team;NA;Expert;1 -Spin2Win;NA;Expert;1 -TAMU Maroon;NA;Expert;1 -The Chimp Club;NA;Expert;1 -thrilling.;NA;Expert;1 -Toxic Throwers;NA;Expert;1 -Velocity Academy;NA;Expert;1 -Zentie;NA;Expert;1 -[SH] Bonkers;NA;Intermediate;0 -50 Shades;NA;Intermediate;0 -Add1;NA;Intermediate;1 -Alien Mafia;NA;Intermediate;0 -Arctic Foxes;NA;Intermediate;1 -Art Trinitas;NA;Intermediate;0 -Athena's Wrath;NA;Intermediate;1 -Attack Torb Blue;NA;Intermediate;1 -Azure Eagles;NA;Intermediate;1 -Bird Society Hawks;NA;Intermediate;1 -Blueshift NA;NA;Intermediate;0 -Central Krakens;NA;Intermediate;0 -Chaos;NA;Intermediate;1 -Crimson Gaming;NA;Intermediate;1 -Crusaders;NA;Intermediate;1 -ERAU Eagles;NA;Intermediate;1 -FAU Blue;NA;Intermediate;1 -Fireteam Cobalt;NA;Intermediate;0 -Fireteam Crimson;NA;Intermediate;0 -Folklore Gaming Academy;NA;Intermediate;1 -Fruit Schmack;NA;Intermediate;1 -FuelsBadMan V.2;NA;Intermediate;0 -gg go next (Int);NA;Intermediate;1 -Halfrings;NA;Intermediate;1 -Hardrockers Esports;NA;Intermediate;1 -I'm Giving It All I've Got;NA;Intermediate;1 -Junkertown Jewels;NA;Intermediate;1 -K-On!! With The Sadge Boys;NA;Intermediate;0 -La Croix Boys;NA;Intermediate;1 -Leviathans;NA;Intermediate;1 -Lumberjack Esports;NA;Intermediate;0 -Lunar Flower: Violet;NA;Intermediate;1 -Lunar Selene;NA;Intermediate;1 -Multi Coasters;NA;Intermediate;0 -Nexus;NA;Intermediate;1 -No Peel;NA;Intermediate;1 -Not Your Average Academy;NA;Intermediate;1 -Off in The Corner Academy;NA;Intermediate;1 -OkState Hunters;NA;Intermediate;0 -OkState Raptors;NA;Intermediate;1 -Order 66;NA;Intermediate;1 -Pizza Department Takeaway;NA;Intermediate;0 -Poki's White Knights;NA;Intermediate;1 -Quieter Mode;NA;Intermediate;1 -Redacted;NA;Intermediate;1 -Redshift;NA;Intermediate;1 -RITkum bokum;NA;Intermediate;1 -Serenity Esports;NA;Intermediate;1 -Sirius;NA;Intermediate;1 -Squid Squad;NA;Intermediate;1 -Squid Squad Salmon;NA;Intermediate;1 -Tactical Feeding;NA;Intermediate;0 -TAMU Team Grey;NA;Intermediate;1 -Team Shameful;NA;Intermediate;0 -The HUB;NA;Intermediate;1 -Thiccums Squad;NA;Intermediate;0 -Tidal Typhoon;NA;Intermediate;1 -Toxyk Esports;NA;Intermediate;1 -UBCO Esports;NA;Intermediate;1 -UdeM;NA;Intermediate;1 -Varsity Charger eSports;NA;Intermediate;1 -Vault 7;NA;Intermediate;1 -Velocity University;NA;Intermediate;1 -Vendetta;NA;Intermediate;1 -We Showed Up;NA;Intermediate;1 -ZEGC JJAMMERS;NA;Intermediate;1 -Zero Issue Dynamic;NA;Intermediate;1 -#BarelyinPlat;NA;Rookie;1 -5 Man Rez;NA;Rookie;0 -Above Everything;NA;Rookie;1 -Ascent;NA;Rookie;1 -Azure Eagles Academy;NA;Rookie;1 -Bastion's Birdies;NA;Rookie;1 -Bob Mob;NA;Rookie;1 -Brap;NA;Rookie;1 -Cleaning Supplies;NA;Rookie;1 -Clovers Academy;NA;Rookie;1 -Compass Plat;NA;Rookie;1 -Crimson Crusaders;NA;Rookie;1 -Disconnect UwU Squad;NA;Rookie;1 -Fireteam Onyx;NA;Rookie;0 -Fizh (Rookie);NA;Rookie;1 -Gacha Gamers;NA;Rookie;1 -GiGaChadz;NA;Rookie;0 -Grav-9;NA;Rookie;1 -Ignited SparX;NA;Rookie;1 -Jacketeers;NA;Rookie;1 -Killer Kittens Bizarre Adventure;NA;Rookie;0 -Korage;NA;Rookie;1 -LeGGs;NA;Rookie;1 -Like This Feeder;NA;Rookie;0 -Luigiana Purchase;NA;Rookie;0 -Manager Pain Haven;NA;Rookie;0 -Midnight Gale;NA;Rookie;1 -Nemesis;NA;Rookie;1 -NFG Chaos;NA;Rookie;1 -Nightshade;NA;Rookie;1 -o7 Insanity;NA;Rookie;1 -Off In The Corner Development;NA;Rookie;1 -Pandora Flokkr;NA;Rookie;0 -Paradise Tempest;NA;Rookie;1 -Pepper With That Salt;NA;Rookie;1 -Pro Throws;NA;Rookie;1 -PSDN;NA;Rookie;1 -Quetzalcoatl gang;NA;Rookie;0 -Redemption Arc;NA;Rookie;1 -RedSus;NA;Rookie;0 -RE-Shaky Lobsters;NA;Rookie;1 -Rewind Academy;NA;Rookie;1 -RuXs Team;NA;Rookie;1 -Sailor Scouts;NA;Rookie;1 -SH Siren's Gale;NA;Rookie;0 -SomBruhs;NA;Rookie;1 -StoryBook Heroes;NA;Rookie;1 -Tea Time Team;NA;Rookie;1 -The Lobster Lounge;NA;Rookie;1 -The Mariachi Band;NA;Rookie;0 -The Orphanage;NA;Rookie;1 -The Plat Agenda;NA;Rookie;1 -Throwronto;NA;Rookie;1 -Velocity Momentum;NA;Rookie;1 -Velvet Dragons;NA;Rookie;1 -Xoloitzcuintle Gang;NA;Rookie;1 -(Disbanded) Esports;NA;Ultimate;1 -Bird Society Chickadees;NA;Ultimate;1 -Gaia Esports Asteria;NA;Ultimate;1 -Gaia Esports Hyperion;NA;Ultimate;1 -Hammer Down Esports: Armada;NA;Ultimate;1 -Hunters Gaming;NA;Ultimate;1 -Phoenix rebirth;NA;Ultimate;1 -THRIVE Endure;NA;Ultimate;1 -Assassins Academy;EU;PS4 Low;1 -Boosted Drivers;EU;Xbox High;0 -Boosted Passengers;EU;Xbox High;0 -Chernobyl Pixies;EU;PS4 Low;1 -Glory Dynasty;EU;PS4 Low;1 -Inferno;EU;Xbox High;1 -Jaws of Defeat;EU;Xbox High;1 -Nagas Fan Club;EU;PS4 Low;0 -Pixies Academy;EU;Xbox High;1 -Sand Baboons;EU;PS4 Low;0 -Sand Monkeys;EU;PS4 Low;0 -APL Seth Reply;NA;Xbox Mid;0 -Apollo's Sunset;NA;PS4 High;1 -Boosted Golds;NA;PS4 Low;0 -Branwen GGna;NA;Xbox Mid;1 -C4;NA;Xbox High;1 -Cabin Fever;NA;PS4 Low;1 -Choking Hazard;NA;PS4 High;0 -Crikey Crikey Kangaroo;NA;PS4 High;1 -Crusade;NA;Xbox Mid;1 -Diamond Gatekeepers;NA;Xbox Mid;1 -Duskerity;NA;Xbox Mid;1 -Fly High;NA;Xbox Low;1 -Goose My SR;NA;PS4 High;0 -Hindsight Misfits;NA;Xbox High;1 -Hindsight CloudBurst;NA;Xbox Low;1 -Homemade Nyquil;NA;PS4 High;0 -HS Feeders;NA;Xbox Mid;0 -HS Kamikazes;NA;Xbox Low;1 -Jew Crew;NA;Xbox Mid;0 -Lionhardt;NA;PS4 High;1 -Mancos Assemble;NA;PS4 Low;1 -Maple’s Circus;NA;Xbox High;0 -MOMS for TRUMP;NA;Xbox Low;0 -Nicefroggers;NA;PS4 Low;1 -No One;NA;Xbox Mid;1 -Pausechamp Duckies;NA;Xbox Mid;0 -Platinum Pirates;NA;PS4 Low;1 -Renegades;NA;Xbox Mid;1 -Revamp;NA;Xbox High;1 -Sans Voir;NA;Xbox Mid;0 -Seth's Kittens;NA;Xbox High;1 -Team Lemonade;NA;Xbox Mid;1 -Team Pegchamp;NA;Xbox High;1 -The Overwatch Gaming Team;NA;Xbox Low;0 -TinySwordGang;NA;PS4 Low;1 -Valhalla;NA;Xbox High;1 -Vindicators;NA;Xbox Low;0 -Void walkers;NA;Xbox Low;1 -Wildfire;NA;PS4 High;1 -Wisco Waffles;NA;Xbox Low;0 diff --git a/index.php b/index.php index f06d8f9..bdc0102 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ - +