Files
mod-playerbots/data/sql/characters/playerbots_arena_team_names.sql

312 lines
7.7 KiB
SQL

DROP TABLE IF EXISTS `playerbots_arena_team_names`;
CREATE TABLE `playerbots_arena_team_names` (
`name_id` mediumint(8) NOT NULL AUTO_INCREMENT UNIQUE,
`name` varchar(24) NOT NULL UNIQUE,
`type` TINYINT(3) NOT NULL,
PRIMARY KEY (`name_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Playerbot arena team names';
DELETE FROM `playerbots_arena_team_names`;
INSERT INTO `playerbots_arena_team_names` (`name_id`,`name`, `type`) VALUES
(NULL, 'Out of Coverage',2),
(NULL, 'Beauty and the Beast',2),
(NULL, 'Dead or Alive',2),
(NULL, 'No Brains',2),
(NULL, 'Pieces',2),
(NULL, 'Burst',2),
(NULL, 'Essence',2),
(NULL, 'Outland Elite',2),
(NULL, 'Azure Sky',2),
(NULL, 'Zero to Hero',2),
(NULL, 'Link Curve',2),
(NULL, 'Project Alpha',2),
(NULL, 'Security',2),
(NULL, 'Skill Loading',2),
(NULL, 'Out of Rage',2),
(NULL, 'Improve',2),
(NULL, 'Worst Generation',2),
(NULL, 'Fitness Club',2),
(NULL, 'Unlucky',2),
(NULL, 'Old Style',2),
(NULL, 'Walkthrough',2),
(NULL, 'True Gladiators',2),
(NULL, 'Practice',2),
(NULL, 'Synergy',2),
(NULL, 'Echo',2),
(NULL, 'Karma',2),
(NULL, 'Exodus',2),
(NULL, 'Eternal',2),
(NULL, 'Raid Trap',2),
(NULL, 'Dambusters',2),
(NULL, 'Ethics',2),
(NULL, 'Human Zoo',2),
(NULL, 'Mausoleum',2),
(NULL, 'Against the World',2),
(NULL, 'Dilemma',2),
(NULL, 'Efficiency',2),
(NULL, 'Halcyon',2),
(NULL, 'Impact',2),
(NULL, 'Without a Trace',2),
(NULL, 'Against',2),
(NULL, 'Fluffy Doods of Doom',2),
(NULL, 'Speechless',2),
(NULL, 'Flextime',2),
(NULL, 'Proximo',2),
(NULL, 'System Down',2),
(NULL, 'Hakuna Matata',2),
(NULL, 'Freshly Baked',2),
(NULL, 'Abandoned Reason',2),
(NULL, 'Chocolate Fingers',2),
(NULL, 'Taran Icebreaker',2),
(NULL, 'Halinallet',2),
(NULL, 'Coconut Crew',2),
(NULL, 'Rockstars',2),
(NULL, 'Abandoned Hope',2),
(NULL, 'Chill',2),
(NULL, 'Superpower',2),
(NULL, 'Bearable',2),
(NULL, 'Victorious',2),
(NULL, 'Celguar and Mostlikely',2),
(NULL, 'Excellence',2),
(NULL, 'Found Your Cookies',2),
(NULL, 'For Sale',2),
(NULL, 'Pirates',2),
(NULL, 'Hide Your Cookies',2),
(NULL, 'Something New',2),
(NULL, 'Ignorance is Bliss',2),
(NULL, 'Spellbook Open',2),
(NULL, 'Big Smiting Machine',2),
(NULL, 'Proximity',2),
(NULL, 'Artefact',2),
(NULL, 'Devastation',2),
(NULL, 'Overlords',2),
(NULL, 'Facets',2),
(NULL, 'High Caliber',2),
(NULL, 'Wildhammer',2),
(NULL, 'Jumalauta',2),
(NULL, 'Over the Top',2),
(NULL, 'We Like Cookies',2),
(NULL, 'Healing Misery',2),
(NULL, 'Just Gear',2),
(NULL, 'Mystical',2),
(NULL, 'Death Note',2),
(NULL, 'Wicked Grin',2),
(NULL, 'Blitzkrieg Platoon',2),
(NULL, 'CC Inc',2),
(NULL, 'Razerium',2),
(NULL, 'Crusty Farmers',2),
(NULL, 'Unrated',2),
(NULL, 'Razor',2),
(NULL, 'Brutality',2),
(NULL, 'Balanced Combo',2),
(NULL, 'Snowy Gryphon',2),
(NULL, 'A Team',2),
(NULL, 'B Team',2),
(NULL, 'Plan B',2),
(NULL, 'Check and Mate',2),
(NULL, 'Double Trouble',2),
(NULL, 'Team Turing',2),
(NULL, 'Duplicity',2),
(NULL, 'Regret',2),
(NULL, 'Steady Hand',3),
(NULL, 'Helion',3),
(NULL, 'Twix',3),
(NULL, 'Advantage',3),
(NULL, 'Arctic Avengers',3),
(NULL, 'Evolution',3),
(NULL, 'Insanity',3),
(NULL, 'Integrity',3),
(NULL, 'Revoke',3),
(NULL, 'Stay Hydrated',3),
(NULL, 'Sum Optime',3),
(NULL, 'Crown',3),
(NULL, 'Dystopia',3),
(NULL, 'In Flagranti',3),
(NULL, 'Myst',3),
(NULL, 'Slack',3),
(NULL, 'Haunted',3),
(NULL, 'Unicorns',3),
(NULL, 'Movers',3),
(NULL, 'Mordor',3),
(NULL, 'One Lesson per Day',3),
(NULL, 'Secunda',3),
(NULL, 'Azeroth Athletes',3),
(NULL, 'Ad Hoc',3),
(NULL, 'Primus',3),
(NULL, 'Crimson Dragon',3),
(NULL, 'Syndicate',3),
(NULL, 'Blur',3),
(NULL, 'Honesty',3),
(NULL, 'Infinity',3),
(NULL, 'Ethical',3),
(NULL, 'Bloodbound',3),
(NULL, 'Zandalari Bobsled Team',3),
(NULL, 'Spiral Out',3),
(NULL, 'Melt',3),
(NULL, 'Last Attempt',3),
(NULL, 'Fear Inc',3),
(NULL, 'Three Mighty Mice',3),
(NULL, 'Murlox',3),
(NULL, 'Abandoned',3),
(NULL, 'Rinse And Repeat',3),
(NULL, 'Chillside',3),
(NULL, 'Stratego',3),
(NULL, 'Boulderfist Geeks',3),
(NULL, 'Rusty Robocop',3),
(NULL, 'Serotonine',3),
(NULL, 'Imbalanced',3),
(NULL, 'Righteous Rage',3),
(NULL, 'Infected Infinity',3),
(NULL, 'Set to Kill',3),
(NULL, 'Vandals',3),
(NULL, 'Light Embrace',3),
(NULL, 'Perfect Storm',3),
(NULL, 'Strawberry',3),
(NULL, 'Tankbusters',3),
(NULL, 'Lockout',3),
(NULL, 'Scrubs',3),
(NULL, 'Tamed',3),
(NULL, 'Knockout',3),
(NULL, 'Trollout',3),
(NULL, 'Toy Soldiers',3),
(NULL, 'Your Nightmare',3),
(NULL, 'Lack of Experience',3),
(NULL, 'Sweep the Leg',3),
(NULL, 'Captain Birdseye',3),
(NULL, 'Wasted Talent',3),
(NULL, 'Hammer Time',3),
(NULL, 'Insert Coin',3),
(NULL, 'Vixens',3),
(NULL, 'Keyboard Blackbelts',3),
(NULL, 'Excrucio',3),
(NULL, 'Recklessness',3),
(NULL, 'Envious',3),
(NULL, 'Three Musketeers',3),
(NULL, 'Trinity',3),
(NULL, 'Triplet',3),
(NULL, 'Team Tactics',3),
(NULL, 'Transformers',3),
(NULL, 'Medium',3),
(NULL, 'Dishonorable Kill',3),
(NULL, 'Metal Heads',3),
(NULL, 'Wires for Brains',3),
(NULL, 'Counterintelligence',3),
(NULL, 'Fight Club',3),
(NULL, 'Agenda',3),
(NULL, 'Sabertooth',3),
(NULL, 'Eagles',3),
(NULL, 'Thunderstruck',3),
(NULL, 'Blackout',3),
(NULL, 'Tanaris Rangers',3),
(NULL, 'Snowball',3),
(NULL, 'Vanguard',3),
(NULL, 'Lumberjacks',3),
(NULL, 'Steamroll',3),
(NULL, 'Excuse',3),
(NULL, 'Mindful',3),
(NULL, 'Brightside',3),
(NULL, 'Juggernaut',3),
(NULL, 'Solaris',3),
(NULL, 'Infamous',3),
(NULL, 'Team Fight',5),
(NULL, 'Nascent',5),
(NULL, 'Merciless',5),
(NULL, 'Verdict',5),
(NULL, 'Quintett',5),
(NULL, 'Pentagon',5),
(NULL, 'Restricted',5),
(NULL, 'Vile',5),
(NULL, 'Nemesis',5),
(NULL, 'Oasis',5),
(NULL, 'Quintessential',5),
(NULL, 'Group Therapy',5),
(NULL, 'Light Oath',5),
(NULL, 'Mythic',5),
(NULL, 'Major Pain',5),
(NULL, 'No Skill',5),
(NULL, 'Pentatonic',5),
(NULL, 'Censored',5),
(NULL, 'Ironsworn Regiment',5),
(NULL, 'Temerity',5),
(NULL, 'Pantheon',5),
(NULL, 'Vision',5),
(NULL, 'Baddies',5),
(NULL, 'Complexity Limit',5),
(NULL, 'Fenris',5),
(NULL, 'Septima',5),
(NULL, 'Wizards and Monkeys',5),
(NULL, 'Reckless Ambition',5),
(NULL, 'Solidarity',5),
(NULL, 'Spike Flail',5),
(NULL, 'Vexation',5),
(NULL, 'Hungry Wolves',5),
(NULL, 'Peel Team Six',5),
(NULL, 'Polaris',5),
(NULL, 'Scripted',5),
(NULL, 'Decapodian',5),
(NULL, 'Fierce',5),
(NULL, 'Glad to See You',5),
(NULL, 'Impression',5),
(NULL, 'Nerd Rage',5),
(NULL, 'Art of War',5),
(NULL, 'Wisdom',5),
(NULL, 'Flex',5),
(NULL, 'Boondock Pandas',5),
(NULL, 'Perfect',5),
(NULL, 'Dracorex',5),
(NULL, 'Annihilation',5),
(NULL, 'Arcanum',5),
(NULL, 'Fatalis',5),
(NULL, 'First Kill',5),
(NULL, 'Panda',5),
(NULL, 'Eradication Instincts',5),
(NULL, 'Eminence',5),
(NULL, 'Foresighted',5),
(NULL, 'Maustilicious',5),
(NULL, 'Sarang',5),
(NULL, 'Dev Team',5),
(NULL, 'Abyza',5),
(NULL, 'Troll Cat',5),
(NULL, 'Hilgrim',5),
(NULL, 'Panda Assault',5),
(NULL, 'Enter Victory',5),
(NULL, 'Sangis Cobras',5),
(NULL, 'Blood Brothers',5),
(NULL, 'Anima',5),
(NULL, 'Poison',5),
(NULL, 'Gentle Seduction',5),
(NULL, 'New Type',5),
(NULL, 'Imprudent',5),
(NULL, 'Icecrown',5),
(NULL, 'Randoms',5),
(NULL, 'Deadly',5),
(NULL, 'Shadow Vulnerability',5),
(NULL, 'Occult',5),
(NULL, 'Outplayed',5),
(NULL, 'Shadow Edge',5),
(NULL, 'Fantastic Five',5),
(NULL, 'Shatter',5),
(NULL, 'Powerhouse',5),
(NULL, 'Higitus Figitus',5),
(NULL, 'Crab Pupils',5),
(NULL, 'Millenium',5),
(NULL, 'Overall',5),
(NULL, 'Himalaya',5),
(NULL, 'Gangrenaab',5),
(NULL, 'Millenium Style',5),
(NULL, 'Impending Doom',5),
(NULL, 'Typhoon',5),
(NULL, 'A New Begining',5),
(NULL, 'Over',5),
(NULL, 'Naturiste Dance',5),
(NULL, 'Dead Breed',5),
(NULL, 'Burn Mana',5),
(NULL, 'Pestis Atra',5),
(NULL, 'Sargeras',5),
(NULL, 'Right in Two',5),
(NULL, 'Vita Brevis',5),
(NULL, 'Critical Error',5),
(NULL, 'Epica',5),
(NULL, 'Killalot',5);