mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
409 lines
11 KiB
SQL
409 lines
11 KiB
SQL
DROP TABLE IF EXISTS `playerbots_guild_names`;
|
|
CREATE TABLE `playerbots_guild_names` (
|
|
`name_id` INT(11) NOT NULL AUTO_INCREMENT UNIQUE,
|
|
`name` varchar(24) NOT NULL UNIQUE,
|
|
PRIMARY KEY (`name_id`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Playerbot guild names';
|
|
|
|
INSERT INTO `playerbots_guild_names` VALUES
|
|
(NULL, 'Black Guard'),
|
|
(NULL, 'White Guard'),
|
|
(NULL, 'Amber Guard'),
|
|
(NULL, 'Elite Guard'),
|
|
(NULL, 'Honor Guard'),
|
|
(NULL, 'Border Guard'),
|
|
(NULL, 'Unusual Guardians'),
|
|
(NULL, 'Backstreet Guardians'),
|
|
(NULL, 'Guardians of Honor'),
|
|
(NULL, 'Animal Kingdom'),
|
|
(NULL, 'Abyssal Kingdom'),
|
|
(NULL, 'Adventurer Kingdom'),
|
|
(NULL, 'Greenfield Kingdom'),
|
|
(NULL, 'Army of Azeroth'),
|
|
(NULL, 'Army of Destitute Minds'),
|
|
(NULL, 'Army of Three Horses'),
|
|
(NULL, 'Army of Clones'),
|
|
(NULL, 'Final Army'),
|
|
(NULL, 'Hinterland Army'),
|
|
(NULL, 'Avatars of Warsong'),
|
|
(NULL, 'Arathi Avengers'),
|
|
(NULL, 'Alterac Honor Guard'),
|
|
(NULL, 'Arathi Veterans'),
|
|
(NULL, 'Bad Sentinels'),
|
|
(NULL, 'Black Sentinels'),
|
|
(NULL, 'Basic Order'),
|
|
(NULL, 'Natural Order'),
|
|
(NULL, 'Righteous Order'),
|
|
(NULL, 'Blue Order'),
|
|
(NULL, 'Order of the Sea'),
|
|
(NULL, 'Order of Honor'),
|
|
(NULL, 'Order of Dusk'),
|
|
(NULL, 'Order of Gold'),
|
|
(NULL, 'Order of Warsong'),
|
|
(NULL, 'Order of Arathi'),
|
|
(NULL, 'Order of Alterac'),
|
|
(NULL, 'Order of Valor'),
|
|
(NULL, 'Blackwater Committee'),
|
|
(NULL, 'Alterac Committee'),
|
|
(NULL, 'Border Knights'),
|
|
(NULL, 'Death Knights'),
|
|
(NULL, 'Dorcha Knights'),
|
|
(NULL, 'Heart Knights'),
|
|
(NULL, 'Reckless Knights'),
|
|
(NULL, 'Shadow Knights'),
|
|
(NULL, 'Knights of Darkspear'),
|
|
(NULL, 'Knights of the Sovereign'),
|
|
(NULL, 'Knights of the Storm'),
|
|
(NULL, 'Knights of Fury'),
|
|
(NULL, 'Knights of Honor'),
|
|
(NULL, 'Brotherhood of Twilight'),
|
|
(NULL, 'Brotherhood of Truth'),
|
|
(NULL, 'Sacrificial Brotherhood'),
|
|
(NULL, 'Blackrock Brotherhood'),
|
|
(NULL, 'Cake Crusaders'),
|
|
(NULL, 'Dark Crusaders'),
|
|
(NULL, 'Bloody Crusaders'),
|
|
(NULL, 'Crusaders of the Light'),
|
|
(NULL, 'Redwood Companions'),
|
|
(NULL, 'Companions of Honor'),
|
|
(NULL, 'Companions of Alterac'),
|
|
(NULL, 'Sanguine Council'),
|
|
(NULL, 'Secret Council'),
|
|
(NULL, 'Council of Azeroth'),
|
|
(NULL, 'Dragon Cult'),
|
|
(NULL, 'Cult of the Raging Raid'),
|
|
(NULL, 'Defenders of Sanity'),
|
|
(NULL, 'Defenders of Chaos'),
|
|
(NULL, 'Steadfast Defenders'),
|
|
(NULL, 'Dynasty of the Free'),
|
|
(NULL, 'Dynasty of Winterwood'),
|
|
(NULL, 'Emerald Dynasty'),
|
|
(NULL, 'Endless Dynasty'),
|
|
(NULL, 'Elite Clan'),
|
|
(NULL, 'Fallen Clan'),
|
|
(NULL, 'Nightmare Clan'),
|
|
(NULL, 'Raven Clan'),
|
|
(NULL, 'Secret Clan'),
|
|
(NULL, 'Blackwatch Clan'),
|
|
(NULL, 'Cat Clan'),
|
|
(NULL, 'Crimson Clan'),
|
|
(NULL, 'Wintermane Clan'),
|
|
(NULL, 'Elite Legion'),
|
|
(NULL, 'Silent Legion'),
|
|
(NULL, 'War Legion'),
|
|
(NULL, 'Legion of United Souls'),
|
|
(NULL, 'Legion of the Dark'),
|
|
(NULL, 'Legion of Doom'),
|
|
(NULL, 'Legion of Death'),
|
|
(NULL, 'Lethal Legionnaires'),
|
|
(NULL, 'Elite Vanguard'),
|
|
(NULL, 'Darkside Vanguard'),
|
|
(NULL, 'Black Vanguard'),
|
|
(NULL, 'Vanguard of the Left'),
|
|
(NULL, 'Vanguard of the Right'),
|
|
(NULL, 'Vanguard Redeemers'),
|
|
(NULL, 'Safety Division'),
|
|
(NULL, 'Westward Division'),
|
|
(NULL, 'Trueblood Division'),
|
|
(NULL, 'Last Warriors'),
|
|
(NULL, 'Midnight Warriors'),
|
|
(NULL, 'Helpless Warriors'),
|
|
(NULL, 'Watchful Warriors'),
|
|
(NULL, 'Warriors of the Tundra'),
|
|
(NULL, 'Warriors of Light'),
|
|
(NULL, 'Mercenaries of Death'),
|
|
(NULL, 'Backwater Mercenaries'),
|
|
(NULL, 'Blades of the Hive'),
|
|
(NULL, 'Blades of Caer Eel'),
|
|
(NULL, 'Age of Blood'),
|
|
(NULL, 'Within Reason'),
|
|
(NULL, 'Allegiance of the Vile'),
|
|
(NULL, 'Anarchy'),
|
|
(NULL, 'Anchors of the Nominal'),
|
|
(NULL, 'Ancients of Part Times'),
|
|
(NULL, 'Angry Party'),
|
|
(NULL, 'Apocalyptic Lament'),
|
|
(NULL, 'Architects of the Green'),
|
|
(NULL, 'Arrows of Midnight'),
|
|
(NULL, 'Artisans of Azeroth'),
|
|
(NULL, 'Axis of the Night'),
|
|
(NULL, 'Azeroth Souls'),
|
|
(NULL, 'Banana Republic'),
|
|
(NULL, 'Band of Thieves'),
|
|
(NULL, 'Band of the Dawn'),
|
|
(NULL, 'Blessed Lair'),
|
|
(NULL, 'Iron Blizzard'),
|
|
(NULL, 'Blood Consortium'),
|
|
(NULL, 'Blood Intrigue'),
|
|
(NULL, 'Booty Cry'),
|
|
(NULL, 'Braveheart Heaven'),
|
|
(NULL, 'Bruised Pain'),
|
|
(NULL, 'Burning Control'),
|
|
(NULL, 'Burning Oblivion'),
|
|
(NULL, 'Call of the Netherworld'),
|
|
(NULL, 'Carebears of Thunder'),
|
|
(NULL, 'Carpe Diem'),
|
|
(NULL, 'Children of Order'),
|
|
(NULL, 'Children of Chaos'),
|
|
(NULL, 'Circle of Giants'),
|
|
(NULL, 'Coalition of Prodigies'),
|
|
(NULL, 'Blackwall Collective'),
|
|
(NULL, 'Conclave of the Triad'),
|
|
(NULL, 'Cradle Scourge'),
|
|
(NULL, 'Crimson Angels'),
|
|
(NULL, 'Crimson Saints'),
|
|
(NULL, 'Cryptic Serenity'),
|
|
(NULL, 'Dalaran Fair'),
|
|
(NULL, 'Damage Inc'),
|
|
(NULL, 'Dark Azeroth'),
|
|
(NULL, 'Dark Damage'),
|
|
(NULL, 'Dark Resistance'),
|
|
(NULL, 'Dark Mercenaries'),
|
|
(NULL, 'Dead Brains'),
|
|
(NULL, 'Death Collaboration'),
|
|
(NULL, 'Decree of the Stars'),
|
|
(NULL, 'Dies Irae'),
|
|
(NULL, 'Disciples of the Night'),
|
|
(NULL, 'Disciples of the Light'),
|
|
(NULL, 'Doomsday Youth'),
|
|
(NULL, 'Dragon Armada'),
|
|
(NULL, 'Dragonhawk Revolution'),
|
|
(NULL, 'Black Dragons'),
|
|
(NULL, 'Drunken Thunder'),
|
|
(NULL, 'Drunks of Matoskan'),
|
|
(NULL, 'Eastern Asylum'),
|
|
(NULL, 'Echo Sanctus'),
|
|
(NULL, 'Echoes of the Muphin'),
|
|
(NULL, 'Echoes of the Sky'),
|
|
(NULL, 'Effreno Vici'),
|
|
(NULL, 'Emerald Dawn'),
|
|
(NULL, 'Endless Defense'),
|
|
(NULL, 'Eternal Dawn'),
|
|
(NULL, 'Evictors of the Returned'),
|
|
(NULL, 'Exalted Effect'),
|
|
(NULL, 'Seekers'),
|
|
(NULL, 'Flames of Antarian Chaos'),
|
|
(NULL, 'Wrath of the Forest'),
|
|
(NULL, 'Forgotten Within'),
|
|
(NULL, 'Symbiosis'),
|
|
(NULL, 'Frozen Oblivion'),
|
|
(NULL, 'Gashlycrumb Rollers'),
|
|
(NULL, 'Glass Meridian'),
|
|
(NULL, 'Golden Generation'),
|
|
(NULL, 'Gold Catchers'),
|
|
(NULL, 'Golden Legends'),
|
|
(NULL, 'Golden Souls'),
|
|
(NULL, 'Good Azeroth'),
|
|
(NULL, 'Grammaton Collective'),
|
|
(NULL, 'Great Circle'),
|
|
(NULL, 'Haggle Brigade'),
|
|
(NULL, 'Hands of Iron'),
|
|
(NULL, 'Immortal Honor'),
|
|
(NULL, 'Insiders'),
|
|
(NULL, 'Iscariot Ginas'),
|
|
(NULL, 'Killer Force'),
|
|
(NULL, 'Kindred Yardies'),
|
|
(NULL, 'Legacy of the Ninth Era'),
|
|
(NULL, 'Legendary Sons'),
|
|
(NULL, 'Light of the Dark Spire'),
|
|
(NULL, 'Jade Renegades'),
|
|
(NULL, 'Liquid Gold'),
|
|
(NULL, 'Lone Side'),
|
|
(NULL, 'Lords of Fallen Blood'),
|
|
(NULL, 'Lost Squad'),
|
|
(NULL, 'Mad Daggers'),
|
|
(NULL, 'Malice Fatale'),
|
|
(NULL, 'Mandate of Jade'),
|
|
(NULL, 'Midnight Norrathians'),
|
|
(NULL, 'Midnight Slayers'),
|
|
(NULL, 'Minions of the Shadow'),
|
|
(NULL, 'Mithril Destiny'),
|
|
(NULL, 'Monarchs of the Day'),
|
|
(NULL, 'Money Call'),
|
|
(NULL, 'Moonwood Redeye'),
|
|
(NULL, 'Narrow Patrol'),
|
|
(NULL, 'Night Pack'),
|
|
(NULL, 'Nocturne of the Dead'),
|
|
(NULL, 'Obsidian Fellowship'),
|
|
(NULL, 'Old Case'),
|
|
(NULL, 'True Valor'),
|
|
(NULL, 'Opus Veritas'),
|
|
(NULL, 'Path of the Brain'),
|
|
(NULL, 'Peddlers of the Hidden'),
|
|
(NULL, 'Phantoms of the Wicked'),
|
|
(NULL, 'Phoenix Keepers'),
|
|
(NULL, 'Pillowcase Cats'),
|
|
(NULL, 'Pius Tribe'),
|
|
(NULL, 'Power of Blood'),
|
|
(NULL, 'Protectors of Truth'),
|
|
(NULL, 'Pure Aequitas'),
|
|
(NULL, 'Rage of the Flame'),
|
|
(NULL, 'Raiders of the Deep'),
|
|
(NULL, 'Ram Runners'),
|
|
(NULL, 'Rangers of Vengeance'),
|
|
(NULL, 'Rangers of Interitus'),
|
|
(NULL, 'Reapers of Shadow'),
|
|
(NULL, 'Red Death'),
|
|
(NULL, 'Restoration of the Mind'),
|
|
(NULL, 'Ruins of Dark Azeroth'),
|
|
(NULL, 'Rulers of the Night'),
|
|
(NULL, 'Sacred Society'),
|
|
(NULL, 'Sapphic Exiles'),
|
|
(NULL, 'Seraph Legends'),
|
|
(NULL, 'Shadow Assassins'),
|
|
(NULL, 'Shadow Ghosts'),
|
|
(NULL, 'Shattered Legacy'),
|
|
(NULL, 'Silent Night'),
|
|
(NULL, 'Silver Fools'),
|
|
(NULL, 'Silversky Sun'),
|
|
(NULL, 'Slayers of the Primals'),
|
|
(NULL, 'Sleepy Steel'),
|
|
(NULL, 'Soldiers of Azeroth'),
|
|
(NULL, 'Soldiers of Virtue'),
|
|
(NULL, 'Sons of Lambent Virtue'),
|
|
(NULL, 'Sons of Truth'),
|
|
(NULL, 'Soul Wish'),
|
|
(NULL, 'Squires of the Tribe'),
|
|
(NULL, 'Stagnant Jesters'),
|
|
(NULL, 'Stronghold Angels'),
|
|
(NULL, 'Sturgeon Empire'),
|
|
(NULL, 'Sweet Bear'),
|
|
(NULL, 'Sword of Lost Evil'),
|
|
(NULL, 'Tainted Bunnies'),
|
|
(NULL, 'Talon of the Eclectic'),
|
|
(NULL, 'Standing United'),
|
|
(NULL, 'Terra Totem'),
|
|
(NULL, 'Terra Victus'),
|
|
(NULL, 'Afterlife'),
|
|
(NULL, 'Aggression'),
|
|
(NULL, 'Ancona Fire'),
|
|
(NULL, 'Apocalypse'),
|
|
(NULL, 'Avalon'),
|
|
(NULL, 'Azure Gang'),
|
|
(NULL, 'Black Hand Haven'),
|
|
(NULL, 'Blood Red Violence'),
|
|
(NULL, 'Azeroth Blues'),
|
|
(NULL, 'Grimfang'),
|
|
(NULL, 'Blue Thunder'),
|
|
(NULL, 'Arcane Bonds'),
|
|
(NULL, 'Brimstone'),
|
|
(NULL, 'Broken Chaos'),
|
|
(NULL, 'Brood of the Unknown'),
|
|
(NULL, 'Circle of Shadow'),
|
|
(NULL, 'Clean Combinations'),
|
|
(NULL, 'Covenant of Light'),
|
|
(NULL, 'Daggers of the Vile'),
|
|
(NULL, 'Dark Pain'),
|
|
(NULL, 'Darkfall'),
|
|
(NULL, 'Darkside of Initium'),
|
|
(NULL, 'Daytripper'),
|
|
(NULL, 'Defiant'),
|
|
(NULL, 'Overwhelming Force'),
|
|
(NULL, 'Dreadlords'),
|
|
(NULL, 'Dublainn Crown'),
|
|
(NULL, 'Durban Protectors'),
|
|
(NULL, 'Emissaries'),
|
|
(NULL, 'Eternal Chaos'),
|
|
(NULL, 'Eternus'),
|
|
(NULL, 'Exile'),
|
|
(NULL, 'Expendable Shadow'),
|
|
(NULL, 'Family of Misfits'),
|
|
(NULL, 'Final Tears'),
|
|
(NULL, 'Gates of Blood'),
|
|
(NULL, 'Gold Fighters'),
|
|
(NULL, 'Greyhawks'),
|
|
(NULL, 'Hotpocket'),
|
|
(NULL, 'Illuminati'),
|
|
(NULL, 'Immortal League'),
|
|
(NULL, 'Independent'),
|
|
(NULL, 'Cobra'),
|
|
(NULL, 'Leaders of Life'),
|
|
(NULL, 'Blinding Light'),
|
|
(NULL, 'Little Hunters'),
|
|
(NULL, 'Mithril Justice'),
|
|
(NULL, 'Morgantis'),
|
|
(NULL, 'Mulletmen'),
|
|
(NULL, 'Nightfall'),
|
|
(NULL, 'Overlords'),
|
|
(NULL, 'Protectors'),
|
|
(NULL, 'Pyreborne'),
|
|
(NULL, 'Resurrection'),
|
|
(NULL, 'Ring of Honor'),
|
|
(NULL, 'Royal Militia'),
|
|
(NULL, 'Sanity'),
|
|
(NULL, 'Shadow Gate'),
|
|
(NULL, 'Shadow Misfits'),
|
|
(NULL, 'Shadowborn'),
|
|
(NULL, 'Silent Grunts'),
|
|
(NULL, 'Sorrow'),
|
|
(NULL, 'Souls of Azeroth'),
|
|
(NULL, 'Red Stronghold'),
|
|
(NULL, 'Green Stronghold'),
|
|
(NULL, 'Trusted Handlers'),
|
|
(NULL, 'Noble Thieves'),
|
|
(NULL, 'Thorium Claw'),
|
|
(NULL, 'Thunderslayers'),
|
|
(NULL, 'Trusted Minions'),
|
|
(NULL, 'Twilight Rangers'),
|
|
(NULL, 'Ultimates'),
|
|
(NULL, 'Unsung Efficiency'),
|
|
(NULL, 'Violent Chaos'),
|
|
(NULL, 'Virus Eternal'),
|
|
(NULL, 'Chroniclers'),
|
|
(NULL, 'Windsword Nightmare'),
|
|
(NULL, 'Theramore Azeroth'),
|
|
(NULL, 'Titans of the Blood Sun'),
|
|
(NULL, 'Torvus Dragons'),
|
|
(NULL, 'Tower of the Little'),
|
|
(NULL, 'White Tower'),
|
|
(NULL, 'Ultimatum'),
|
|
(NULL, 'Unforgiven Destiny'),
|
|
(NULL, 'Valiant Raiders'),
|
|
(NULL, 'Verata Blackflame'),
|
|
(NULL, 'Vicious Renegades'),
|
|
(NULL, 'Warlords of Azeroth'),
|
|
(NULL, 'Warsong Insanity'),
|
|
(NULL, 'Wayward Agenda'),
|
|
(NULL, 'Web of Forgotten Warfare'),
|
|
(NULL, 'Wild Fire'),
|
|
(NULL, 'Will of the Forgotten'),
|
|
(NULL, 'Witchhunters'),
|
|
(NULL, 'Violet Dawn'),
|
|
(NULL, 'Advanced Intelligence'),
|
|
(NULL, 'Argentum'),
|
|
(NULL, 'Tomb Raiders'),
|
|
(NULL, 'Strategists'),
|
|
(NULL, 'Winterwind'),
|
|
(NULL, 'Persona Grata'),
|
|
(NULL, 'Peacekeepers'),
|
|
(NULL, 'Watchdogs'),
|
|
(NULL, 'Grey Party'),
|
|
(NULL, 'Dungeon Divers'),
|
|
(NULL, 'Golden Gate'),
|
|
(NULL, 'Lost Armada'),
|
|
(NULL, 'Strike Commando'),
|
|
(NULL, 'Silverstar'),
|
|
(NULL, 'Streamlined Minds'),
|
|
(NULL, 'Merchant Consortium'),
|
|
(NULL, 'Fantasia'),
|
|
(NULL, 'Clockwork Battallion'),
|
|
(NULL, 'Cerulean Union'),
|
|
(NULL, 'Free Flight'),
|
|
(NULL, 'Rearguard'),
|
|
(NULL, 'High Society'),
|
|
(NULL, 'Honest Robbery'),
|
|
(NULL, 'Silverstorm'),
|
|
(NULL, 'Dreadnaught'),
|
|
(NULL, 'Murloc Militia'),
|
|
(NULL, 'Sapphire Peak'),
|
|
(NULL, 'Cloud Nine'),
|
|
(NULL, 'Debt Collectors'),
|
|
(NULL, 'In Vino Veritas'),
|
|
(NULL, 'Elder Council'),
|
|
(NULL, 'Exodia'),
|
|
(NULL, 'Method'),
|
|
(NULL, 'Adventurer Union'),
|
|
(NULL, 'Breakneck Raiders'),
|
|
(NULL, 'Dungeoneers'),
|
|
(NULL, 'Confused Confederation');
|