mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
1372 lines
172 KiB
SQL
1372 lines
172 KiB
SQL
|
|
-- ----------------------------
|
|
-- Table structure for `player_factionchange_items`
|
|
-- ----------------------------
|
|
DROP TABLE IF EXISTS `player_factionchange_items`;
|
|
CREATE TABLE `player_factionchange_items` (
|
|
`alliance_id` int(10) unsigned NOT NULL,
|
|
`alliance_comment` text NOT NULL,
|
|
`horde_id` int(10) unsigned NOT NULL,
|
|
`horde_comment` text NOT NULL,
|
|
PRIMARY KEY (`alliance_id`,`horde_id`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|
|
|
-- ----------------------------
|
|
-- Records of player_factionchange_items
|
|
-- ----------------------------
|
|
INSERT INTO `player_factionchange_items` VALUES ('15196', 'Private''s Tabard', '15197', 'Scout''s Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19032', 'Stormpike Battle Tabard', '19031', 'Frostwolf Battle Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19506', 'Silverwing Battle Tabard', '19505', 'Warsong Battle Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20132', 'Arathor Battle Tabard', '20131', 'Battle Tabard of the Defilers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23999', 'Honor Hold Tabard', '24004', 'Thrallmar Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28234', 'Medallion of the Alliance(115)', '28240', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28235', 'Medallion of the Alliance(115)', '28241', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28236', 'Medallion of the Alliance(115)', '28242', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28237', 'Medallion of the Alliance(115)', '28243', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28238', 'Medallion of the Alliance(115)', '28239', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28952', 'Grand Marshal''s Quickblade(115)', '28926', 'High Warlord''s Quickblade(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28954', 'Grand Marshal''s Shanker(115)', '28929', 'High Warlord''s Shanker(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28955', 'Grand Marshal''s Shiv(115)', '28930', 'High Warlord''s Shiv(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29136', 'Far Seer''s Helm(115)', '29135', 'Earthcaller''s Headdress(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29140', 'Cloak of the Ancient Spirits(115)', '29139', 'Ceremonial Cover(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29142', 'Kurenai Kilt(115)', '29141', 'Tempest Leggings(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29144', 'Worg Hide Quiver(109)', '29143', 'Clefthoof Hide Quiver(109)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29146', 'Band of Elemental Spirits(115)', '29145', 'Band of Ancestral Spirits(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29148', 'Blackened Leather Spaulders(115)', '29147', 'Talbuk Hide Spaulders(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29153', 'Blade of the Archmage(100)', '29155', 'Stormcaller(100)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29166', 'Hellforged Halberd(115)', '29167', 'Blackened Spear(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29169', 'Ring of Convalescence(115)', '29168', 'Ancestral Band(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30348', 'Medallion of the Alliance(115)', '30343', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30349', 'Medallion of the Alliance(115)', '30346', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30350', 'Medallion of the Alliance(115)', '30344', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30351', 'Medallion of the Alliance(115)', '30345', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30597', 'Halaani Claymore(114)', '30570', 'Arkadian Claymore(114)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30599', 'Avenging Blades(108)', '30568', 'The Sharp Cookie(108)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31774', 'Kurenai Tabard', '31773', 'Mag''har Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('37864', 'Medallion of the Alliance(128)', '37865', 'Medallion of the Horde(128)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38453', 'Shield of the Lion-hearted(166)', '38452', 'Bulwark of the Warchief(166)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38455', 'Hammer of the Alliance Vanguard(166)', '38454', 'Warsong Punisher(166)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38459', 'Orb of the Eastern Kingdoms(166)', '38458', 'Darkspear Orb(166)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38463', 'Lordaeron''s Resolve(166)', '38462', 'Warsong Stormshield(166)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38465', 'Vanguard Soldier''s Dagger(166)', '38461', 'Warsong Shanker(166)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38589', 'Medallion of the Alliance(115)', '38588', 'Medallion of the Horde(115)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('42123', 'Medallion of the Alliance(200)', '42122', 'Medallion of the Horde(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('42124', 'Medallion of the Alliance(226)', '42126', 'Medallion of the Horde(226)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44413', 'Mekgineer''s Chopper', '41508', 'Mechano-hog');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45011', 'Stormwind Banner', '45014', 'Orgrimmar Banner');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45018', 'Ironforge Banner', '45015', 'Sen''jin Banner');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45019', 'Gnomeregan Banner', '45013', 'Thunder Bluff Banner');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45020', 'Exodar Banner', '45017', 'Silvermoon City Banner');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45021', 'Darnassus Banner', '45016', 'Undercity Banner');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45074', 'Claymore of the Prophet(200)', '45205', 'Greatsword of the Sin''dorei(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45075', 'Ironforge Smasher(200)', '45203', 'Grimhorn Crusher(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45076', 'Teldrassil Protector(200)', '45204', 'Axe of the Sen''jin Protector(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45077', 'Dagger of the Rising Moon(200)', '45222', 'Spinal Destroyer(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45078', 'Dagger of Lunar Purity(200)', '45214', 'Scalpel of the Royal Apothecary(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45128', 'Silvery Sylvan Stave(200)', '45212', 'Staff of Feral Furies(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45129', 'Gnomeregan Bonechopper(200)', '45208', 'Blade of the Keening Banshee(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45130', 'Blunderbuss of Khaz Modan(200)', '45210', 'Sen''jin Beakblade Longrifle(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45131', 'Jouster''s Fury(200)', '45219', 'Jouster''s Fury(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45152', 'Pendant of Azure Dreams(200)', '45223', 'Razor''s Edge Pendant(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45153', 'Susurrating Shell Necklace(200)', '45206', 'Choker of Feral Fury(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45154', 'Necklace of Valiant Blood(200)', '45213', 'Pendant of Emerald Crusader(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45155', 'Choker of Spiral Focus(200)', '45207', 'Necklace of Stolen Skulls(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45156', 'Sash of Shattering Hearts(200)', '45209', 'Sash of Trumpted Pride(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45159', 'Treads of Nimble Evasion(200)', '45220', 'Treads of the Earnest Squire(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45160', 'Girdle of Valorous Defeat(200)', '45217', 'Clinch of Savage Fury(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45163', 'Stanchions of Unseatable Furor(200)', '45218', 'Blood-Caked Stompers(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45181', 'Wrap of the Everliving Tree(200)', '45211', 'Waistguard of Equine Fury(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45182', 'Gauntlets of Shattered Pride(200)', '45216', 'Gauntlets of Mending Touch(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45183', 'Treads of the Glorious Spirit(200)', '45221', 'Treads of Whispering Dreams(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45184', 'Cinch of Bonded Servitude(200)', '45215', 'Links of Unquenched Savagery(200)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45574', 'Stormwind Tabard', '45581', 'Orgrimmar Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45577', 'Ironforge Tabard', '45582', 'Sen''jin Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45578', 'Gnomeregan Tabard', '45584', 'Thunder Bluff Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45579', 'Darnassus Tabard', '45583', 'Undercity Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45580', 'Exodar Tabard', '45585', 'Silvermoon City Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46817', 'Silver Covenant Tabard', '46818', 'Sunreaver Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46958', 'Steel Bladebreaker(245)', '47255', 'Stygian Bladebreaker(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46959', 'Band of the Violent Temperment(245)', '47252', 'Ring of the Violent Temperament(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46960', 'Breastplate of Cruel Intent(245)', '47251', 'Cuirass of Cruel Intent(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46961', 'Boneshatter Armplates(245)', '47253', 'Boneshatter Vambraces(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46962', 'Chestplate of the Towering Monstrosity(245)', '47254', 'Hauberk of the Towering Monstrosity(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46963', 'Crystal Plated Vanguard(245)', '47260', 'Forlorn Barrier(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46964', 'Crystal Plated Vanguard(258)', '47421', 'Forlorn Barrier(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46965', 'Breastplate of Cruel Intent(258)', '47412', 'Cuirass of Cruel Intent(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46966', 'Band of the Violent Temperment(258)', '47413', 'Ring of the Violent Temperament(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46967', 'Boneshatter Armplates(258)', '47414', 'Boneshatter Vambraces(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46968', 'Chestplate of the Towering Monstrosity(258)', '47415', 'Hauberk of the Towering Monstrosity(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46969', 'Steel Bladebreaker(258)', '47416', 'Stygian Bladebreaker(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46970', 'Drape of the Untamed Predator(245)', '47257', 'Cloak of the Untamed Predator(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46971', 'Drape of the Untamed Predator(258)', '47418', 'Cloak of the Untamed Predator(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46972', 'Cord of the Tenebrous Mist(245)', '47258', 'Belt of the Tenebrous Mist(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46973', 'Cord of the Tenebrous Mist(258)', '47419', 'Belt of the Tenebrous Mist(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46974', 'Leggings of the Broken Beast(245)', '47259', 'Legwraps of the Broken Beast(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46975', 'Leggings of the Broken Beast(258)', '47420', 'Legwraps of the Broken Beast(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46976', 'Shawl of the Refreshing Winds(245)', '47256', 'Drape of the Refreshing Winds(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46977', 'Shawl of the Refreshing Winds(258)', '47417', 'Drape of the Refreshing Winds(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46979', 'Blade of Tarasque(245)', '47261', 'Barb of Tarasque(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46980', 'Blade of Tarasque(258)', '47422', 'Barb of Tarasque(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46985', 'Boots of the Courageous(245)', '47263', 'Sabatons of the Courageous(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46986', 'Boots of the Courageous(258)', '47424', 'Sabatons of the Courageous(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46988', 'Boots of the Unrelenting Storm(245)', '47262', 'Boots of the Harsh Winter(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46989', 'Boots of the Unrelenting Storm(258)', '47423', 'Boots of the Harsh Winter(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46990', 'Belt of the Ice Burrower(245)', '47265', 'Binding of the Ice Burrower(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46991', 'Belt of the Ice Burrower(258)', '47426', 'Binding of the Ice Burrower(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46992', 'Flowing Vestments of Ascent(245)', '47264', 'Flowing Robes of Ascent(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46993', 'Flowing Vestments of Ascent(258)', '47425', 'Flowing Robes of Ascent(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46994', 'Talonstrike(245)', '47267', 'Death''s Head Crossbow(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46995', 'Talonstrike(258)', '47428', 'Death''s Head Crossbow(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46996', 'Lionhead Slasher(245)', '47266', 'Blood Fury(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46997', 'Dawnbreaker Greaves(245)', '47269', 'Dawnbreaker Sabatons(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46999', 'Bloodbath Belt(245)', '47268', 'Bloodbath Girdle(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47000', 'Cuirass of Calamitous Fate(245)', '47270', 'Vest of Calamitous Fate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47001', 'Lionhead Slasher(258)', '47427', 'Blood Fury(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47002', 'Bloodbath Belt(258)', '47429', 'Bloodbath Girdle(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47004', 'Cuirass of Calamitous Fate(258)', '47431', 'Vest of Calamitous Fate(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47041', 'Solace of the Defeated(245)', '47271', 'Solace of the Fallen(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47042', 'Pride of the Eredar(245)', '47275', 'Pride of the Demon Lord(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47043', 'Charge of the Demon Lord(245)', '47272', 'Charge of the Eredar(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47051', 'Leggings of the Soothing Touch(245)', '47274', 'Pants of the Soothing Touch(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47052', 'Legguards of Feverish Dedication(245)', '47273', 'Legplates of Feverish Dedication(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47053', 'Symbol of Transgression(245)', '47276', 'Talisman of Heedless Sins(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47054', 'Band of Deplorable Violence(245)', '47327', 'Lurid Manifestation(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47055', 'Bracers of the Autumn Willow(245)', '47277', 'Bindings of the Autumn Willow(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47056', 'Bracers of Cloudy Omen(245)', '47280', 'Legplates of Feverish Dedication(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47057', 'Legplates of Failing Light(245)', '47279', 'Leggings of Failing Light(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47059', 'Solace of the Defeated(258)', '47432', 'Solace of the Fallen(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47060', 'Charge of the Demon Lord(258)', '47433', 'Charge of the Eredar(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47061', 'Legguards of Feverish Dedication(258)', '47434', 'Legplates of Feverish Dedication(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47062', 'Leggings of the Soothing Touch(258)', '47435', 'Pants of the Soothing Touch(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47063', 'Pride of the Eredar(258)', '47436', 'Pride of the Demon Lord(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47064', 'Symbol of Transgression(258)', '47437', 'Talisman of Heedless Sins(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47066', 'Bracers of the Autumn Willow(258)', '47438', 'Bindings of the Autumn Willow(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47067', 'Legplates of Failing Light(258)', '47440', 'Leggings of Failing Light(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47068', 'Bracers of Cloudy Omen(258)', '47441', 'Wristwraps of Cloudy Omen(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47069', 'Justicebringer(245)', '47285', 'Dual-blade Butcher(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47070', 'Ring of Callous Aggression(245)', '47282', 'Band of Callous Aggression(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47071', 'Treads of the Icewalker(245)', '47284', 'Icewalker Treads(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47072', 'Girdle of Bloodied Scars(245)', '47283', 'Belt of Bloodied Scars(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47073', 'Bracers of the Untold Massacre(245)', '47281', 'Bracers of the Silent Massacre(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47074', 'Bracers of the Untold Massacre(258)', '47442', 'Bracers of the Silent Massacre(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47075', 'Ring of Callous Aggression(258)', '47443', 'Band of Callous Aggression(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47076', 'Girdle of Bloodied Scars(258)', '47444', 'Belt of Bloodied Scars(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47077', 'Treads of the Icewalker(258)', '47445', 'Icewalker Treads(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47078', 'Justicebringer(258)', '47446', 'Dual-blade Butcher(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47079', 'Bastion of Purity(245)', '47287', 'Bastion of Resolve(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47080', 'Satrina''s Impeding Scarab(245)', '47290', 'Juggernaut''s Vitality(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47081', 'Cord of Biting Cold(245)', '47286', 'Belt of Biting Cold(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47082', 'Chestplate of the Frostborn Hero(245)', '47288', 'Chestplate of the Frostwolf Hero(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47083', 'Legguards of Concealed Hatred(245)', '47289', 'Leggings of Concealed Hatred(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47084', 'Cord of Biting Cold(258)', '47447', 'Belt of Biting Cold(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47085', 'Bastion of Purity(258)', '47448', 'Bastion of Resolve(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47086', 'Chestplate of the Frostborn Hero(258)', '47449', 'Chestplate of the Frostwolf Hero(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47087', 'Legguards of Concealed Hatred(258)', '47450', 'Leggings of Concealed Hatred(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47088', 'Satrina''s Impeding Scarab(258)', '47451', 'Juggernaut''s Vitality(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47089', 'Cloak of Displacement(245)', '47291', 'Shroud of Displacement(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47090', 'Boots of Tremoring Earth(245)', '47295', 'Sabatons of Tremoring Earth(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47092', 'Boots of the Mourning Widow(245)', '47293', 'Sandals of the Mourning Widow(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47093', 'Vambraces of the Broken Bond(245)', '47294', 'Bracers of the Broken Bond(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47094', 'Vestments of the Shattered Fellowship(245)', '47292', 'Robes of the Shattered Fellowship(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47095', 'Cloak of Displacement(258)', '47452', 'Shroud of Displacement(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47096', 'Vestments of the Shattered Fellowship(258)', '47453', 'Robes of the Shattered Fellowship(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47097', 'Boots of the Mourning Widow(258)', '47454', 'Sandals of the Mourning Widow(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47098', 'Vambraces of the Broken Bond(258)', '47455', 'Bracers of the Broken Bond(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47099', 'Boots of Tremoring Earth(258)', '47456', 'Sabatons of Tremoring Earth(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47104', 'Twin Spike(245)', '47300', 'Gouge of the Frigid Heart(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47105', 'The Executioner''s Malice(245)', '47297', 'The Executioner''s Vice(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47106', 'Sabatons of Ruthless Judgment(245)', '47296', 'Greaves of Ruthless Judgment(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47107', 'Belt of the Merciless Killer(245)', '47299', 'Belt of the Pitiless Killer(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47108', 'Bracers of the Shieldmaiden(245)', '47298', 'Armguards of the Shieldmaiden(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47109', 'Sabatons of Ruthless Judgment(258)', '47457', 'Greaves of Ruthless Judgment(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47110', 'The Executioner''s Malice(258)', '47458', 'The Executioner''s Vice(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47111', 'Bracers of the Shieldmaiden(258)', '47459', 'Armguards of the Shieldmaiden(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47112', 'Belt of the Merciless Killer(258)', '47460', 'Belt of the Pitiless Killer(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47113', 'Twin Spike(258)', '47461', 'Gouge of the Frigid Heart(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47114', 'Lupine Longstaff(245)', '47302', 'Twin''s Pact(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47115', 'Death''s Verdict(245)', '47303', 'Death''s Choice(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47116', 'The Arbiter''s Muse(245)', '47305', 'Legionnaire''s Gorget(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47121', 'Legguards of Ascension(245)', '47304', 'Legplates of Ascension(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47126', 'Skyweaver Robes(245)', '47301', 'Skyweaver Vestments(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47129', 'Skyweaver Robes(258)', '47462', 'Skyweaver Vestments(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47130', 'Lupine Longstaff(258)', '47463', 'Twin''s Pact(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47131', 'Death''s Verdict(258)', '47464', 'Death''s Choice(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47132', 'Legguards of Ascension(258)', '47465', 'Legplates of Ascension(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47133', 'The Arbiter''s Muse(258)', '47466', 'Legionnaire''s Gorget(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47138', 'Chalice of Searing Light(245)', '47309', 'Mystifying Charm(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47139', 'Wail of the Valkyr(245)', '47307', 'Cry of the Valkyr(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47140', 'Cord of Pale Thorns(245)', '47308', 'Belt of Pale Thorns(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47141', 'Bindings of Dark Essence(245)', '47306', 'Dark Essence Bindings(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47142', 'Breastplate of the Frozen Lake(245)', '47310', 'Chestplate of the Frozen Lake(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47143', 'Bindings of Dark Essence(258)', '47467', 'Dark Essence Bindings(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47144', 'Wail of the Val''kyr(258)', '47468', 'Cry of the Val''kyr(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47145', 'Cord of Pale Thorns(258)', '47469', 'Belt of Pale Thorns(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47146', 'Chalice of Searing Light(258)', '47470', 'Mystifying Charm(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47147', 'Breastplate of the Frozen Lake(258)', '47471', 'Chestplate of the Frozen Lake(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47148', 'Stormpike Cleaver(245)', '47314', 'Hellscream Slicer(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47149', 'Signet of the Traitor King(245)', '47315', 'Band of the Traitor King(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47150', 'Greaves of the 7th Legion(245)', '47312', 'Greaves of the Saronite Citadel(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47151', 'Bracers of Dark Determination(245)', '47313', 'Armbands of Dark Determination(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47152', 'Belt of Deathly Dominion(245)', '47311', 'Waistguard of Deathly Dominion(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47153', 'Belt of Deathly Dominion(258)', '47472', 'Waistguard of Deathly Dominion(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47154', 'Greaves of the 7th Legion(258)', '47473', 'Greaves of the Saronite Citadel(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47155', 'Bracers of Dark Determination(258)', '47474', 'Armbands of Dark Determination(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47156', 'Stormpike Cleaver(258)', '47475', 'Hellscream Slicer(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47157', 'Signet of the Traitor King(258)', '47476', 'Band of the Traitor King(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47182', 'Reign of the Unliving(245)', '47316', 'Reign of the Dead(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47183', 'Strength of the Nerub(245)', '47320', 'Might of the Nerub(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47184', 'Legguards of the Lurking Threat(245)', '47319', 'Leggings of the Lurking Threat(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47186', 'Legwraps of the Awakening(245)', '47318', 'Leggings of the Awakening(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47187', 'Leggings of the Deepening Void(245)', '47317', 'Breeches of the Deepening Void(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47188', 'Reign of the Unliving(258)', '47477', 'Reign of the Dead(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47189', 'Leggings of the Deepening Void(258)', '47478', 'Breeches of the Deepening Void(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47190', 'Legwraps of the Awakening(258)', '47479', 'Leggings of the Awakening(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47191', 'Legguards of the Lurking Threat(258)', '47480', 'Leggings of the Lurking Threat(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47192', 'Strength of the Nerub(258)', '47481', 'Might of the Nerub(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47193', 'Misery''s End(245)', '47322', 'Suffering''s End(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47194', 'Footpads of the Icy Floe(245)', '47321', 'Boots of the Icy Floe(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47195', 'Belt of the Forgotten Martyr(245)', '47323', 'Girdle of the Forgotten Martyr(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47203', 'Armbands of the Ashen Saint(245)', '47324', 'Bindings of the Ashen Saint(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47204', 'Chestguard of Flowing Elements(245)', '47325', 'Cuirass of Flowing Elements(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47205', 'Footpads of the Icy Floe(258)', '47482', 'Boots of the Icy Floe(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47206', 'Misery''s End(258)', '47483', 'Suffering''s End(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47207', 'Belt of the Forgotten Martyr(258)', '47484', 'Girdle of the Forgotten Martyr(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47208', 'Armbands of the Ashen Saint(258)', '47485', 'Bindings of the Ashen Saint(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47209', 'Chestguard of Flowing Elements(258)', '47486', 'Cuirass of Flowing Elements(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47223', 'Ring of the Darkmender(245)', '47278', 'Circle of the Darkmender(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47224', 'Ring of the Darkmender(258)', '47439', 'Circle of the Darkmender(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47225', 'Maiden''s Favor(245)', '47328', 'Maiden''s Adoration(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47233', 'Archon Glaive(245)', '47329', 'Hellion Glaive(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47234', 'Gloves of Bitter Reprisal(245)', '47330', 'Gauntlets of Bitter Reprisal(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47235', 'Gloves of the Lifeless Touch(245)', '47326', 'Handwraps of the Lifeless Touch(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47236', 'Gloves of the Lifeless Touch(258)', '47487', 'Handwraps of the Lifeless Touch(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47237', 'Band of Deplorable Violence(258)', '47489', 'Lurid Manifestation(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47238', 'Maiden''s Favor(258)', '47490', 'Maiden''s Adoration(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47239', 'Archon Glaive(258)', '47491', 'Hellion Glaive(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47240', 'Gloves of Bitter Reprisal(258)', '47492', 'Gauntlets of Bitter Reprisal(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47506', 'Silverwing Defender(258)', '47513', 'Orgrim''s Deflector(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47515', 'Decimation(258)', '47516', 'Fleshrender(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47517', 'Blade of the Unbroken Covenant(258)', '47518', 'Mortalis(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47519', 'Catastrophe(258)', '47520', 'Grievance(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47521', 'BRK-1000(258)', '47523', 'Fezzik''s Autocannon(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47524', 'Clemency(258)', '47525', 'Sufferance(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47526', 'Remorseless(258)', '47528', 'Cudgel of the Damned(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47545', 'Vereesa''s Dexterity(272)', '47546', 'Sylvanas'' Cunning(272)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47547', 'Varian''s Furor(272)', '47548', 'Garrosh''s Rage(272)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47549', 'Magni''s Resolution(272)', '47550', 'Cairne''s Endurance(272)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47552', 'Jaina''s Radiance(272)', '47551', 'Aethas'' Intensity(272)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47553', 'Bolvar''s Devotion(272)', '47554', 'Lady Liadrin''s Conviction(272)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47570', 'Saronite Swordbreakers(245)', '47571', 'Saronite Swordbreakers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47572', 'Titanium Spikeguards(245)', '47573', 'Titanium Spikeguards(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47574', 'Sunforged Bracers(245)', '47575', 'Sunforged Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47576', 'Crusader''s Dragonscale Bracers(245)', '47577', 'Crusader''s Dragonscale Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47578', 'Carnivorous Band(232)', '47854', 'Gormok''s Band(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47579', 'Black Chitin Bracers(245)', '47580', 'Black Chitin Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47581', 'Bracers of Swift Death(245)', '47582', 'Bracers of Swift Death(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47583', 'Moonshadow Armguards(245)', '47584', 'Moonshadow Armguards(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47585', 'Bejeweled Wizard''s Bracers(245)', '47586', 'Bejeweled Wizard''s Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47587', 'Royal Moonshroud Bracers(245)', '47588', 'Royal Moonshroud Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47589', 'Titanium Razorplate(245)', '47590', 'Titanium Razorplate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47591', 'Breastplate of the White Knight(245)', '47592', 'Breastplate of the White Knight(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47593', 'Sunforged Breastplate(245)', '47594', 'Sunforged Breastplate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47595', 'Crusader''s Dragonscale Breastplate(245)', '47596', 'Crusader''s Dragonscale Breastplate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47597', 'Ensorcelled Nerubian Breastplate(245)', '47598', 'Ensorcelled Nerubian Breastplate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47599', 'Knightbane Carapace(245)', '47600', 'Knightbane Carapace(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47602', 'Lunar Eclipse Chestguard(245)', '47601', 'Lunar Eclipse Chestguard(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47603', 'Merlin''s Robe(245)', '47604', 'Merlin''s Robe(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47605', 'Royal Moonshroud Robe(245)', '47606', 'Royal Moonshroud Robe(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47607', 'Collar of Ceaseless Torment(232)', '47849', 'Collar of Unending Torment(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47608', 'Acidmaw Boots(232)', '47853', 'Acidmaw Treads(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47609', 'Gauntlets of Rising Anger(232)', '47851', 'Gauntlets of Mounting Anger(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47610', 'Armbands of the Northern Stalker(232)', '47850', 'Bracers of the Northern Stalker(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47611', 'Dreadscale Armguards(232)', '47852', 'Dreadscale Bracers(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47612', 'Rod of Imprisoned Souls(232)', '47856', 'Scepter of Imprisoned Souls(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47613', 'Shoulderpads of the Glacial Wilds(232)', '47857', 'Pauldrons of the Glacial Wilds(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47614', 'Girdle of the Impaler(232)', '47859', 'Belt of the Impaler(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47615', 'Belt of the Frozen Reach(232)', '47858', 'Girdle of the Frozen Reach(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47616', 'Shoulderguards of the Spirit Walker(232)', '47860', 'Pauldrons of the Spirit Walker(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47617', 'Icehowl Cinch(232)', '47855', 'Icehowl Binding(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47618', 'Firestorm Ring(232)', '47862', 'Firestorm Band(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47619', 'Amulet of Binding Elements(232)', '47864', 'Pendant of Binding Elements(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47620', 'Leggings of the Demonic Messenger(232)', '47865', 'Legwraps of the Demonic Messenger(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47621', 'Girdle of the Farseer(232)', '47866', 'Darkspear Ritual Binding(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47622', 'Plans: Breastplate of the White Knight(85)', '47640', 'Plans: Breastplate of the White Knight(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47623', 'Plans: Saronite Swordbreakers(85)', '47641', 'Plans: Saronite Swordbreakers(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47624', 'Plans: Titanium Razorplate(85)', '47644', 'Plans: Titanium Razorplate(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47625', 'Plans: Titanium Spikeguards(85)', '47645', 'Plans: Titanium Spikeguards(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47626', 'Plans: Sunforged Breastplate', '47643', 'Plans: Sunforged Breastplate');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47627', 'Plans: Sunforged Bracers(85)', '47642', 'Plans: Sunforged Bracers(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47628', 'Pattern: Ensorcelled Nerubian Breastplate(85)', '47650', 'Pattern: Ensorcelled Nerubian Breastplate(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47629', 'Pattern: Black Chitin Bracers(85)', '47646', 'Pattern: Black Chitin Bracers(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47630', 'Pattern: Crusader''s Dragonscale Breastplate(85)', '47649', 'Pattern: Crusader''s Dragonscale Breastplate(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47631', 'Pattern: Crusader''s Dragonscale Bracers(85)', '47648', 'Pattern: Crusader''s Dragonscale Bracers(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47632', 'Pattern: Lunar Eclipse Chestguard(85)', '47652', 'Pattern: Lunar Eclipse Chestguard(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47633', 'Pattern: Moonshadow Armguards(85)', '47653', 'Pattern: Moonshadow Armguards(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47634', 'Pattern: Knightbane Carapace(85)', '47651', 'Pattern: Knightbane Carapace(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47635', 'Pattern: Bracers of Swift Death(85)', '47647', 'Pattern: Bracers of Swift Death(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47003', 'Dawnbreaker Greaves', '47430', 'Dawnbreaker Sabatons');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47655', 'Pattern: Merlin''s Robe(85)', '47638', 'Pattern: Merlin''s Robe(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47656', 'Pattern: Royal Moonshroud Bracers(85)', '47637', 'Pattern: Royal Moonshroud Bracers(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47657', 'Pattern: Royal Moonshroud Robe(85)', '47636', 'Pattern: Royal Moonshroud Robe(85)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47663', 'Felspark Bindings(232)', '47861', 'Felspark Bracers(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47669', 'Belt of the Winter Solstice(232)', '47863', 'Belt of the Bloodhoof Emissary(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47674', 'Helm of Thunderous Rampage(245)', '47675', 'Faceplate of Thunderous Rampage(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47676', 'Dirk of the Night Watch(232)', '47871', 'Orcish Deathblade(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47677', 'Faceplate of the Honorbound(245)', '47678', 'Headplate of the Honorbound(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47679', 'Endurance of the Infernal(232)', '47872', 'Fortitude of the Infernal(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47680', 'Armguards of the Nether Lord(232)', '47869', 'Armplates of the Nether Lord(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47681', 'Heaume of the Restless Watch(245)', '47682', 'Helm of the Restless Watch(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47683', 'Sentinel Scouting Greaves(232)', '47867', 'Warsong Poacher''s Greaves(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47685', 'Helm of the Brooding Dragon(245)', '47684', 'Coif of the Brooding Dragon(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47686', 'Helm of Inner Warmth(245)', '47687', 'Headguard of Inner Warmth(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47689', 'Hood of Lethal Intent(245)', '47688', 'Mask of Lethal Intent(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47690', 'Helm of Abundant Growth(245)', '47691', 'Mask of Abundant Growth(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47693', 'Hood of Fiery Aftermath(245)', '47692', 'Hood of Smoldering Aftermath(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47694', 'Helm of Clouded Sight(245)', '47695', 'Hood of Clouded Sight(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47697', 'Pauldrons of Trembling Rage(245)', '47696', 'Shoulderplates of Trembling Rage(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47698', 'Shoulderplates of Enduring Order(245)', '47699', 'Shoulderguards of Enduring Order(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47700', 'Loop of the Twin Valkyr(232)', '47888', 'Band of the Twin Val''kyr(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47702', 'Pauldrons of the Cavalier(245)', '47701', 'Shoulderplates of the Cavalier(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47703', 'Planestalker Signet(232)', '47868', 'Planestalker Band(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47704', 'Epaulets of the Devourer(245)', '47705', 'Pauldrons of the Devourer(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47707', 'Mantle of the Groundbreaker(245)', '47706', 'Shoulders of the Groundbreaker(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47708', 'Duskstalker Shoulderpads(245)', '47709', 'Duskstalker Pauldrons(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47712', 'Shoulders of the Fateful Accord(245)', '47710', 'Epaulets of the Fateful Accord(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47713', 'Mantle of Catastrophic Emanation(245)', '47714', 'Pauldrons of Catastrophic Emanation(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47715', 'Pauldrons of Revered Mortality(245)', '47716', 'Mantle of Revered Mortality(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47717', 'Faceplate of the Silver Champion(232)', '47876', 'Sunreaver Champion''s Faceplate(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47718', 'Helm of the Silver Ranger(232)', '47875', 'Sunreaver Ranger''s Helm(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47719', 'Gloves of the Silver Assassin(232)', '47878', 'Sunreaver Assassin''s Gloves(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47720', 'Pauldrons of the Silver Defender(232)', '47877', 'Sunreaver Defender''s Pauldrons(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47721', 'Sandals of the Silver Magus(232)', '47873', 'Sunreaver Magus'' Sandals(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47724', 'Blade of the Silver Disciple(232)', '47874', 'Sunreaver Disciple''s Blade(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47725', 'Victor''s Call(232)', '47881', 'Vengeance of the Forsaken(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47726', 'Talisman of Volatile Power(232)', '47879', 'Fetish of Volatile Power(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47727', 'Fervor of the Frostborn(232)', '47882', 'Eitrigg''s Oath(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47728', 'Binding Light(232)', '47880', 'Binding Stone(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47736', 'Icefall Blade(232)', '47886', 'Nemesis Blade(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47737', 'Reckoning(232)', '47884', 'Edge of Agony(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47738', 'Sabatons of the Lingering Vortex(232)', '47885', 'Greaves of the Lingering Vortex(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47739', 'Armor of Shifting Shadows(232)', '47887', 'Vest of Shifting Shadows(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47740', 'The Diplomat(232)', '47883', 'Widebarrel Flintlock(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47741', 'Baelgun''s Heavy Crossbow(232)', '47907', 'Darkmaw Crossbow(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47742', 'Chalice of Benedictus(232)', '47913', 'Lightbane Focus(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47743', 'Enlightenment(232)', '47892', 'Illumination(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47744', 'Gloves of the Azure Prophet(232)', '47893', 'Sen''jin Ritualist Gloves(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47745', 'Gloves of Looming Shadow(232)', '47889', 'Looming Shadow Wraps(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47746', 'Helm of the Snowy Grotto(232)', '47891', 'Helm of the High Mesa(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47747', 'Darkbane Pendant(232)', '47890', 'Darkbane Amulet(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47748', 'Khadgar''s Hood of Conquest', '47774', 'Sunstrider''s Hood of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47749', 'Khadgar''s Robe of Conquest', '47776', 'Sunstrider''s Robe of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47750', 'Khadgar''s Leggings of Conquest', '47775', 'Sunstrider''s Leggings of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47751', 'Khadgar''s Shoulderpads of Conquest', '47777', 'Sunstrider''s Shoulderpads of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47752', 'Khadgar''s Gauntlets of Conquest', '47773', 'Sunstrider''s Gauntlets of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47753', 'Khadgar''s Gauntlets of Triumph', '47772', 'Sunstrider''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47754', 'Khadgar''s Hood of Triumph', '47771', 'Sunstrider''s Hood of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47755', 'Khadgar''s Leggings of Triumph', '47770', 'Sunstrider''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47756', 'Khadgar''s Robe of Triumph', '47769', 'Sunstrider''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47757', 'Khadgar''s Shoulderpads of Triumph', '47768', 'Sunstrider''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47758', 'Khadgar''s Shoulderpads of Triumph', '47767', 'Sunstrider''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47759', 'Khadgar''s Robe of Triumph', '47766', 'Sunstrider''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47760', 'Khadgar''s Leggings of Triumph', '47765', 'Sunstrider''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47761', 'Khadgar''s Hood of Triumph', '47764', 'Sunstrider''s Hood of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47762', 'Khadgar''s Gauntlets of Triumph', '47763', 'Sunstrider''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47778', 'Kel''Thuzad''s Hood of Triumph', '47804', 'Gul''dan''s Hood of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47779', 'Kel''Thuzad''s Robe of Triumph', '47806', 'Gul''dan''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47780', 'Kel''Thuzad''s Leggings of Triumph', '47805', 'Gul''dan''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47781', 'Kel''Thuzad''s Shoulderpads of Triumph', '47807', 'Gul''dan''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47782', 'Kel''Thuzad''s Gloves of Triumph', '47803', 'Gul''dan''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47783', 'Kel''Thuzad''s Gloves of Conquest', '47802', 'Gul''dan''s Gloves of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47784', 'Kel''Thuzad''s Hood of Conquest', '47801', 'Gul''dan''s Hood of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47785', 'Kel''Thuzad''s Leggings of Conquest', '47800', 'Gul''dan''s Leggings of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47786', 'Kel''Thuzad''s Robe of Conquest', '47799', 'Gul''dan''s Robe of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47787', 'Kel''Thuzad''s Shoulderpads of Conquest', '47798', 'Gul''dan''s Shoulderpads of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47788', 'Kel''Thuzad''s Gloves of Triumph', '47797', 'Gul''dan''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47789', 'Kel''Thuzad''s Hood of Triumph', '47796', 'Gul''dan''s Hood of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47790', 'Kel''Thuzad''s Leggings of Triumph', '47795', 'Gul''dan''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47791', 'Kel''Thuzad''s Robe of Triumph', '47794', 'Gul''dan''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47792', 'Kel''Thuzad''s Shoulderpads of Triumph', '47793', 'Gul''dan''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47808', 'The Lion''s Maw(232)', '47898', 'Frostblade Hatchet(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47809', 'Argent Resolve(232)', '47894', 'Mace of the Earthborn Chieftain(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47810', 'Crusader''s Glory(232)', '47899', 'Ardent Guard(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47811', 'Chestguard of the Warden(232)', '47896', 'Stoneskin Chestplate(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47812', 'Vigilant Ward(232)', '47895', 'Pride of the Kor''kron(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47813', 'Helmet of the Crypt Lord(232)', '47897', 'Helm of the Crypt Lord(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47814', 'Westfall Saber(232)', '47903', 'Forsaken Bonecarver(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47815', 'Cold Convergence(232)', '47900', 'Perdition(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47816', 'The Grinder(232)', '47905', 'Blackhorn Bludgeon(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47829', 'Pauldrons of the Timeless Hunter(232)', '47901', 'Pauldrons of the Shadow Hunter(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47830', 'Legplates of the Silver Hand(232)', '47902', 'Legplates of Redeemed Blood(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47832', 'Spaulders of the Snow Bandit(232)', '47904', 'Shoulderpads of the Snow Bandit(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47834', 'Fordragon Blades(232)', '47911', 'Anguish(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47835', 'Bulwark of the Royal Guard(232)', '47910', 'Aegis of the Coliseum(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47836', 'Legplates of the Immortal Spider(232)', '47908', 'Sunwalker Legguards(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47837', 'Cinch of the Undying(232)', '47909', 'Belt of the Eternal(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47838', 'Vestments of the Sleepless(232)', '47906', 'Robes of the Sleepless(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47914', 'Velen''s Cowl of Conquest', '48068', 'Zabra''s Cowl of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47915', 'Collar of Ceaseless Torment(245)', '47988', 'Collar of Unending Torment(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47916', 'Armbands of the Northern Stalker(245)', '47989', 'Bracers of the Northern Stalker(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47917', 'Gauntlets of Rising Anger(245)', '47990', 'Gauntlets of Mounting Anger(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47918', 'Dreadscale Armguards(245)', '47991', 'Dreadscale Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47919', 'Acidmaw Boots(245)', '47992', 'Acidmaw Treads(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47920', 'Gormok''s Band(245)', '47993', 'Carnivorous Band(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47921', 'Icehowl Cinch(245)', '47994', 'Icehowl Binding(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47922', 'Rod of Imprisoned Souls(245)', '47995', 'Scepter of Imprisoned Souls(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47923', 'Shoulderpads of the Glacial Wilds(245)', '47996', 'Pauldrons of the Glacial Wilds(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47924', 'Belt of the Frozen Reach(245)', '47997', 'Girdle of the Frozen Reach(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47925', 'Girdle of the Impaler(245)', '47998', 'Belt of the Impaler(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47926', 'Shoulderguards of the Spirit Walker(245)', '47999', 'Pauldrons of the Spirit Walker(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47927', 'Felspark Bindings(245)', '48000', 'Felspark Bracers(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47928', 'Firestorm Ring(245)', '48001', 'Firestorm Band(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47929', 'Belt of the Winter Solstice(245)', '48002', 'Belt of the Bloodhoof Emissary(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47930', 'Amulet of Binding Elements(245)', '48003', 'Pendant of Binding Elements(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47931', 'Leggings of the Demonic Messenger(245)', '48004', 'Legwraps of the Demonic Messenger(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47932', 'Girdle of the Farseer(245)', '48005', 'Darkspear Ritual Binding(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47933', 'Sentinel Scouting Greaves(245)', '48006', 'Warsong Poacher''s Greaves(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47934', 'Planestalker Signet(245)', '48007', 'Planestalker Band(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47935', 'Armguards of the Nether Lord(245)', '48008', 'Armplates of the Nether Lord(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47936', 'Velen''s Robe of Conquest', '48070', 'Zabra''s Robe of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47938', 'Dirk of the Night Watch(245)', '48010', 'Orcish Deathblade(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47939', 'Endurance of the Infernal(245)', '48011', 'Fortitude of the Infernal(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47940', 'Sandals of the Silver Magus(245)', '48012', 'Sunreaver Magus'' Sandals(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47941', 'Blade of the Silver Disciple(245)', '48013', 'Sunreaver Disciple''s Blade(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47942', 'Helm of the Silver Ranger(245)', '48014', 'Sunreaver Ranger''s Helm(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47943', 'Faceplate of the Silver Champion(245)', '48015', 'Sunreaver Champion''s Faceplate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47944', 'Pauldrons of the Silver Defender(245)', '48016', 'Sunreaver Defender''s Pauldrons(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47945', 'Gloves of the Silver Assassin(245)', '48017', 'Sunreaver Assassin''s Gloves(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47946', 'Talisman of Volatile Power(245)', '48018', 'Fetish of Volatile Power(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47947', 'Binding Light(245)', '48019', 'Binding Stone(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47948', 'Victor''s Call(245)', '48020', 'Vengeance of the Forsaken(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47949', 'Fervor of the Frostborn(245)', '48021', 'Eitrigg''s Oath(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47950', 'The Diplomat(245)', '48022', 'Widebarrel Flintlock(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47951', 'Reckoning(245)', '48023', 'Edge of Agony(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47952', 'Sabatons of the Lingering Vortex(245)', '48024', 'Greaves of the Lingering Vortex(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47953', 'Icefall Blade(245)', '48025', 'Nemesis Blade(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47954', 'Armor of Shifting Shadows(245)', '48026', 'Vest of Shifting Shadows(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47955', 'Loop of the Twin Val''kyr(245)', '48027', 'Band of the Twin Val''kyr(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47956', 'Gloves of Looming Shadow(245)', '48028', 'Looming Shadow Wraps(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47957', 'Darkbane Pendant(245)', '48030', 'Darkbane Amulet(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47958', 'Chalice of Benedictus(245)', '48032', 'Lightbane Focus(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47959', 'Helm of the Snowy Grotto(245)', '48034', 'Helm of the High Mesa(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47960', 'Enlightenment(245)', '48036', 'Illumination(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47961', 'Gloves of the Azure Prophet(245)', '48038', 'Sen''jin Ritualist Gloves(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47962', 'Argent Resolve(245)', '48039', 'Mace of the Earthborn Chieftain(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47963', 'Vigilant Ward(245)', '48040', 'Pride of the Kor''kron(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47964', 'Chestguard of the Warden(245)', '48041', 'Stoneskin Chestplate(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47965', 'Headpiece of the Crypt Lord(245)', '48042', 'Helm of the Crypt Lord(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47966', 'The Lion''s Maw(245)', '48043', 'Frostblade Hatchet(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47967', 'Crusader''s Glory(245)', '48044', 'Ardent Guard(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47968', 'Cold Convergence(245)', '48045', 'Perdition(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47969', 'Pauldrons of the Timeless Hunter(245)', '48046', 'Pauldrons of the Shadow Hunter(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47970', 'Legplates of the Silver Hand(245)', '48047', 'Legplates of the Redeemed Blood Knight(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47971', 'Westfall Saber(245)', '48048', 'Forsaken Bonecarver(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47972', 'Spaulders of the Snow Bandit(245)', '48049', 'Shoulderpads of the Snow Bandit(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47973', 'The Grinder(245)', '48050', 'Blackhorn Bludgeon(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47974', 'Vestments of the Sleepless(245)', '48051', 'Robes of the Sleepless(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47975', 'Baelgun''s Heavy Crossbow(245)', '48052', 'Darkmaw Crossbow(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47976', 'Legplates of the Immortal Spider(245)', '48053', 'Sunwalker Legguards(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47977', 'Cinch of the Undying(245)', '48054', 'Belt of the Eternal(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47978', 'Bulwark of the Royal Guard(245)', '48055', 'Aegis of the Coliseum(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47979', 'Fordragon Blades(245)', '48056', 'Anguish(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47980', 'Velen''s Leggings of Conquest', '48069', 'Zabra''s Leggings of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47981', 'Velen''s Shoulderpads of Conquest', '48071', 'Zabra''s Shoulderpads of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47982', 'Velen''s Gloves of Conquest', '48067', 'Zabra''s Gloves of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47983', 'Velen''s Gloves of Triumph', '48066', 'Zabra''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47984', 'Velen''s Cowl of Triumph', '48065', 'Zabra''s Cowl of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47985', 'Velen''s Leggings of Triumph', '48064', 'Zabra''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47986', 'Velen''s Robe of Triumph', '48063', 'Zabra''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47987', 'Velen''s Shoulderpads of Triumph', '48062', 'Zabra''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48029', 'Velen''s Shoulderpads of Triumph', '48061', 'Zabra''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48031', 'Velen''s Robe of Triumph', '48060', 'Zabra''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48033', 'Velen''s Leggings of Triumph', '48059', 'Zabra''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48035', 'Velen''s Cowl of Triumph', '48058', 'Zabra''s Cowl of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48037', 'Velen''s Gloves of Triumph', '48057', 'Zabra''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48102', 'Malfurion''s Headpiece of Conquest', '48154', 'Runetotem''s Headpiece of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48129', 'Malfurion''s Robe of Conquest', '48156', 'Runetotem''s Robe of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48130', 'Malfurion''s Leggings of Conquest', '48155', 'Runetotem''s Leggings of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48131', 'Malfurion''s Spaulders of Conquest', '48157', 'Runetotem''s Spaulders of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48132', 'Malfurion''s Handguards of Conquest', '48153', 'Runetotem''s Handguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48133', 'Malfurion''s Handguards of Triumph', '48152', 'Runetotem''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48134', 'Malfurion''s Headpiece of Triumph', '48151', 'Runetotem''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48135', 'Malfurion''s Leggings of Triumph', '48150', 'Runetotem''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48136', 'Malfurion''s Robe of Triumph', '48149', 'Runetotem''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48137', 'Malfurion''s Spaulders of Triumph', '48148', 'Runetotem''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48138', 'Malfurion''s Spaulders of Triumph', '48147', 'Runetotem''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48139', 'Malfurion''s Robe of Triumph', '48146', 'Runetotem''s Robe of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48140', 'Malfurion''s Leggings of Triumph', '48145', 'Runetotem''s Leggings of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48141', 'Malfurion''s Headpiece of Triumph', '48144', 'Runetotem''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48142', 'Malfurion''s Handguards of Triumph', '48143', 'Runetotem''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48158', 'Malfurion''s Cover of Conquest', '48184', 'Runetotem''s Cover of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48159', 'Malfurion''s Vestments of Conquest', '48186', 'Runetotem''s Vestments of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48160', 'Malfurion''s Trousers of Conquest', '48185', 'Runetotem''s Trousers of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48161', 'Malfurion''s Mantle of Conquest', '48187', 'Runetotem''s Mantle of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48162', 'Malfurion''s Gloves of Conquest', '48183', 'Runetotem''s Gloves of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48163', 'Malfurion''s Gloves of Triumph', '48182', 'Runetotem''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48164', 'Malfurion''s Cover of Triumph', '48181', 'Runetotem''s Cover of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48165', 'Malfurion''s Trousers of Triumph', '48180', 'Runetotem''s Trousers of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48166', 'Malfurion''s Vestments of Triumph', '48179', 'Runetotem''s Vestments of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48167', 'Malfurion''s Mantle of Triumph', '48178', 'Runetotem''s Mantle of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48168', 'Malfurion''s Mantle of Triumph', '48177', 'Runetotem''s Mantle of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48169', 'Malfurion''s Vestments of Triumph', '48176', 'Runetotem''s Vestments of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48170', 'Malfurion''s Trousers of Triumph', '48175', 'Runetotem''s Trousers of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48171', 'Malfurion''s Cover of Triumph', '48174', 'Runetotem''s Cover of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48172', 'Malfurion''s Gloves of Triumph', '48173', 'Runetotem''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48203', 'Malfurion''s Handgrips of Triumph', '48202', 'Runetotem''s Handgrips of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48204', 'Malfurion''s Headguard of Triumph', '48201', 'Runetotem''s Headguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48205', 'Malfurion''s Legguards of Triumph', '48200', 'Runetotem''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48206', 'Malfurion''s Raiments of Triumph', '48199', 'Runetotem''s Raiments of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48207', 'Malfurion''s Shoulderpads of Triumph', '48198', 'Runetotem''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48208', 'Malfurion''s Shoulderpads of Triumph', '48197', 'Runetotem''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48209', 'Malfurion''s Raiments of Triumph', '48196', 'Runetotem''s Raiments of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48210', 'Malfurion''s Legguards of Triumph', '48195', 'Runetotem''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48211', 'Malfurion''s Headguard of Triumph', '48194', 'Runetotem''s Headguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48212', 'Malfurion''s Handgrips of Triumph', '48193', 'Runetotem''s Handgrips of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48213', 'Malfurion''s Handgrips of Conquest', '48192', 'Runetotem''s Handgrips of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48214', 'Malfurion''s Headguard of Conquest', '48188', 'Runetotem''s Headguard of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48215', 'Malfurion''s Legguards of Conquest', '48190', 'Runetotem''s Legguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48216', 'Malfurion''s Raiments of Conquest', '48189', 'Runetotem''s Raiments of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48217', 'Malfurion''s Shoulderpads of Conquest', '48191', 'Runetotem''s Shoulderpads of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48218', 'VanCleef''s Helmet of Conquest', '48245', 'Garona''s Helmet of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48219', 'VanCleef''s Breastplate of Conquest', '48243', 'Garona''s Breastplate of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48220', 'VanCleef''s Legplates of Conquest', '48246', 'Garona''s Legplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48221', 'VanCleef''s Pauldrons of Conquest', '48247', 'Garona''s Pauldrons of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48222', 'VanCleef''s Gauntlets of Conquest', '48244', 'Garona''s Gauntlets of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48223', 'VanCleef''s Breastplate of Triumph', '48242', 'Garona''s Breastplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48224', 'VanCleef''s Gauntlets of Triumph', '48241', 'Garona''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48225', 'VanCleef''s Helmet of Triumph', '48240', 'Garona''s Helmet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48226', 'VanCleef''s Legplates of Triumph', '48239', 'Garona''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48227', 'VanCleef''s Pauldrons of Triumph', '48238', 'Garona''s Pauldrons of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48228', 'VanCleef''s Pauldrons of Triumph', '48237', 'Garona''s Pauldrons of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48229', 'VanCleef''s Legplates of Triumph', '48236', 'Garona''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48230', 'VanCleef''s Helmet of Triumph', '48235', 'Garona''s Helmet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48231', 'VanCleef''s Gauntlets of Triumph', '48234', 'Garona''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48232', 'VanCleef''s Breastplate of Triumph', '48233', 'Garona''s Breastplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48250', 'Windrunner''s Headpiece of Conquest', '48277', 'Windrunner''s Headpiece of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48251', 'Windrunner''s Tunic of Conquest', '48275', 'Windrunner''s Tunic of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48252', 'Windrunner''s Legguards of Conquest', '48278', 'Windrunner''s Legguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48253', 'Windrunner''s Spaulders of Conquest', '48279', 'Windrunner''s Spaulders of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48254', 'Windrunner''s Handguards of Conquest', '48276', 'Windrunner''s Handguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48255', 'Windrunner''s Tunic of Triumph', '48274', 'Windrunner''s Tunic of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48256', 'Windrunner''s Handguards of Triumph', '48273', 'Windrunner''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48257', 'Windrunner''s Headpiece of Triumph', '48272', 'Windrunner''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48258', 'Windrunner''s Legguards of Triumph', '48271', 'Windrunner''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48259', 'Windrunner''s Spaulders of Triumph', '48270', 'Windrunner''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48260', 'Windrunner''s Spaulders of Triumph', '48269', 'Windrunner''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48261', 'Windrunner''s Legguards of Triumph', '48268', 'Windrunner''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48262', 'Windrunner''s Headpiece of Triumph', '48267', 'Windrunner''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48263', 'Windrunner''s Handguards of Triumph', '48266', 'Windrunner''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48264', 'Windrunner''s Tunic of Triumph', '48265', 'Windrunner''s Tunic of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48280', 'Nobundo''s Headpiece of Conquest', '48297', 'Thrall''s Headpiece of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48281', 'Nobundo''s Tunic of Conquest', '48295', 'Thrall''s Tunic of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48282', 'Nobundo''s Legguards of Conquest', '48298', 'Thrall''s Legguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48283', 'Nobundo''s Spaulders of Conquest', '48299', 'Thrall''s Spaulders of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48284', 'Nobundo''s Handguards of Conquest', '48296', 'Thrall''s Handguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48285', 'Nobundo''s Tunic of Triumph', '48300', 'Thrall''s Tunic of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48286', 'Nobundo''s Handguards of Triumph', '48301', 'Thrall''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48287', 'Nobundo''s Headpiece of Triumph', '48302', 'Thrall''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48288', 'Nobundo''s Legguards of Triumph', '48303', 'Thrall''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48289', 'Nobundo''s Spaulders of Triumph', '48304', 'Thrall''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48290', 'Nobundo''s Spaulders of Triumph', '48309', 'Thrall''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48291', 'Nobundo''s Legguards of Triumph', '48308', 'Thrall''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48292', 'Nobundo''s Headpiece of Triumph', '48307', 'Thrall''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48293', 'Nobundo''s Handguards of Triumph', '48306', 'Thrall''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48294', 'Nobundo''s Tunic of Triumph', '48305', 'Thrall''s Tunic of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48310', 'Nobundo''s Hauberk of Conquest', '48336', 'Thrall''s Hauberk of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48312', 'Nobundo''s Gloves of Conquest', '48337', 'Thrall''s Gloves of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48313', 'Nobundo''s Helm of Conquest', '48338', 'Thrall''s Helm of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48314', 'Nobundo''s Kilt of Conquest', '48339', 'Thrall''s Kilt of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48315', 'Nobundo''s Shoulderpads of Conquest', '48340', 'Thrall''s Shoulderpads of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48316', 'Nobundo''s Hauberk of Triumph', '48335', 'Thrall''s Hauberk of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48317', 'Nobundo''s Gloves of Triumph', '48334', 'Thrall''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48318', 'Nobundo''s Helm of Triumph', '48333', 'Thrall''s Helm of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48319', 'Nobundo''s Kilt of Triumph', '48332', 'Thrall''s Kilt of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48320', 'Nobundo''s Shoulderpads of Triumph', '48331', 'Thrall''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48321', 'Nobundo''s Shoulderpads of Triumph', '48330', 'Thrall''s Shoulderpads of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48322', 'Nobundo''s Kilt of Triumph', '48329', 'Thrall''s Kilt of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48323', 'Nobundo''s Helm of Triumph', '48328', 'Thrall''s Helm of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48324', 'Nobundo''s Gloves of Triumph', '48327', 'Thrall''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48325', 'Nobundo''s Hauberk of Triumph', '48326', 'Thrall''s Hauberk of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48341', 'Nobundo''s Chestguard of Conquest', '48366', 'Thrall''s Chestguard of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48342', 'Nobundo''s Grips of Conquest', '48367', 'Thrall''s Grips of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48343', 'Nobundo''s Faceguard of Conquest', '48368', 'Thrall''s Faceguard of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48344', 'Nobundo''s War-Kilt of Conquest', '48369', 'Thrall''s War-Kilt of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48345', 'Nobundo''s Shoulderguards of Conquest', '48370', 'Thrall''s Shoulderguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48346', 'Nobundo''s Chestguard of Triumph', '48365', 'Thrall''s Chestguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48347', 'Nobundo''s Grips of Triumph', '48364', 'Thrall''s Grips of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48348', 'Nobundo''s Faceguard of Triumph', '48363', 'Thrall''s Faceguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48349', 'Nobundo''s War-Kilt of Triumph', '48362', 'Thrall''s War-Kilt of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48350', 'Nobundo''s Shoulderguards of Triumph', '48361', 'Thrall''s Shoulderguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48351', 'Nobundo''s Shoulderguards of Triumph', '48360', 'Thrall''s Shoulderguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48352', 'Nobundo''s War-Kilt of Triumph', '48359', 'Thrall''s War-Kilt of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48353', 'Nobundo''s Faceguard of Triumph', '48358', 'Thrall''s Faceguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48354', 'Nobundo''s Grips of Triumph', '48357', 'Thrall''s Grips of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48355', 'Nobundo''s Chestguard of Triumph', '48356', 'Thrall''s Chestguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44503', 'Schematic: Mekgineers Chopper', '44502', 'Schematic: Mechano-Hog');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2120', 'Thin Cloth Pants', '194', 'Tattered Cloth Pants');
|
|
INSERT INTO `player_factionchange_items` VALUES ('1201', 'Dull Heater Shield', '2376', 'Worn Heater Shield');
|
|
INSERT INTO `player_factionchange_items` VALUES ('1307', 'Gold Pickup Schedule', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('1962', 'Glowing Shadowhide Pendant', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('1972', 'Westfall Deed', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2381', 'Tarnished Chain Leggings', '2388', 'Rusted Chain Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2794', 'An Old History Book', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '2839', 'A Letter to Yvette');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2874', 'An Unsent Letter', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '3317', 'A Talking Head');
|
|
INSERT INTO `player_factionchange_items` VALUES ('3668', 'Assassin''s Contract', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '30431', 'Thunderlord Clan Artifact');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30443', 'Recipe: Transmute Primal Fire to Earth', '22917', 'Recipe: Transmute Primal Fire to Earth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30444', 'Pattern: Reinforced Mining Bag', '29664', 'Pattern: Reinforced Mining Bag');
|
|
INSERT INTO `player_factionchange_items` VALUES ('3706', 'Ensorcelled Parchment', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48371', 'Wrynn''s Helmet of Conquest', '48388', 'Hellscream''s Helmet of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48372', 'Wrynn''s Battleplate of Conquest', '48386', 'Hellscream''s Battleplate of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48373', 'Wrynn''s Legplates of Conquest', '48389', 'Hellscream''s Legplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48374', 'Wrynn''s Shoulderplates of Conquest', '48390', 'Hellscream''s Shoulderplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48375', 'Wrynn''s Gauntlets of Conquest', '48387', 'Hellscream''s Gauntlets of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48376', 'Wrynn''s Battleplate of Triumph', '48391', 'Hellscream''s Battleplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48377', 'Wrynn''s Gauntlets of Triumph', '48392', 'Hellscream''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48378', 'Wrynn''s Helmet of Triumph', '48393', 'Hellscream''s Helmet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48379', 'Wrynn''s Legplates of Triumph', '48394', 'Hellscream''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48380', 'Wrynn''s Shoulderplates of Triumph', '48395', 'Hellscream''s Shoulderplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48381', 'Wrynn''s Shoulderplates of Triumph', '48400', 'Hellscream''s Shoulderplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48382', 'Wrynn''s Legplates of Triumph', '48399', 'Hellscream''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48383', 'Wrynn''s Helmet of Triumph', '48398', 'Hellscream''s Helmet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48384', 'Wrynn''s Gauntlets of Triumph', '48397', 'Hellscream''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48385', 'Wrynn''s Battleplate of Triumph', '48396', 'Hellscream''s Battleplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48429', 'Wrynn''s Greathelm of Conquest', '48458', 'Hellscream''s Greathelm of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48430', 'Wrynn''s Greathelm of Triumph', '48463', 'Hellscream''s Greathelm of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48433', 'Wrynn''s Greathelm of Triumph', '48468', 'Hellscream''s Greathelm of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48436', 'Wrynn''s Breastplate of Conquest', '48456', 'Hellscream''s Breastplate of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48445', 'Wrynn''s Legguards of Conquest', '48459', 'Hellscream''s Legguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48446', 'Wrynn''s Legguards of Triumph', '48464', 'Hellscream''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48447', 'Wrynn''s Legguards of Triumph', '48469', 'Hellscream''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48448', 'Wrynn''s Pauldrons of Conquest', '48460', 'Hellscream''s Pauldrons of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48449', 'Wrynn''s Handguards of Conquest', '48457', 'Hellscream''s Handguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48450', 'Wrynn''s Breastplate of Triumph', '48461', 'Hellscream''s Breastplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48451', 'Wrynn''s Breastplate of Triumph', '48466', 'Hellscream''s Breastplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48452', 'Wrynn''s Handguards of Triumph', '48462', 'Hellscream''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48453', 'Wrynn''s Handguards of Triumph', '48467', 'Hellscream''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48454', 'Wrynn''s Pauldrons of Triumph', '48465', 'Hellscream''s Pauldrons of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48455', 'Wrynn''s Pauldrons of Triumph', '48470', 'Hellscream''s Pauldrons of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48472', 'Thassarian''s Helmet of Conquest', '48503', 'Koltira''s Helmet of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48474', 'Thassarian''s Battleplate of Conquest', '48501', 'Koltira''s Battleplate of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48476', 'Thassarian''s Legplates of Conquest', '48504', 'Koltira''s Legplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48478', 'Thassarian''s Shoulderplates of Conquest', '48505', 'Koltira''s Shoulderplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48480', 'Thassarian''s Gauntlets of Conquest', '48502', 'Koltira''s Gauntlets of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48481', 'Thassarian''s Battleplate of Triumph', '48500', 'Koltira''s Battleplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48482', 'Thassarian''s Gauntlets of Triumph', '48499', 'Koltira''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48483', 'Thassarian''s Helmet of Triumph', '48498', 'Koltira''s Helmet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48484', 'Thassarian''s Legplates of Triumph', '48497', 'Koltira''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48485', 'Thassarian''s Shoulderplates of Triumph', '48496', 'Koltira''s Shoulderplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48486', 'Thassarian''s Shoulderplates of Triumph', '48495', 'Koltira''s Shoulderplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48487', 'Thassarian''s Legplates of Triumph', '48494', 'Koltira''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48488', 'Thassarian''s Helmet of Triumph', '48493', 'Koltira''s Helmet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48489', 'Thassarian''s Gauntlets of Triumph', '48492', 'Koltira''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48490', 'Thassarian''s Battleplate of Triumph', '48491', 'Koltira''s Battleplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48529', 'Thassarian''s Faceguard of Conquest', '48560', 'Koltira''s Faceguard of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48531', 'Thassarian''s Chestguard of Conquest', '48558', 'Koltira''s Chestguard of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48533', 'Thassarian''s Legguards of Conquest', '48561', 'Koltira''s Legguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48535', 'Thassarian''s Pauldrons of Conquest', '48562', 'Koltira''s Pauldrons of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48537', 'Thassarian''s Handguards of Conquest', '48559', 'Koltira''s Handguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48538', 'Thassarian''s Chestguard of Triumph', '48557', 'Koltira''s Chestguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48539', 'Thassarian''s Handguards of Triumph', '48556', 'Koltira''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48540', 'Thassarian''s Faceguard of Triumph', '48555', 'Koltira''s Faceguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48541', 'Thassarian''s Legguards of Triumph', '48554', 'Koltira''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48542', 'Thassarian''s Pauldrons of Triumph', '48553', 'Koltira''s Pauldrons of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48543', 'Thassarian''s Pauldrons of Triumph', '48552', 'Koltira''s Pauldrons of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48544', 'Thassarian''s Legguards of Triumph', '48551', 'Koltira''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48545', 'Thassarian''s Faceguard of Triumph', '48550', 'Koltira''s Faceguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48546', 'Thassarian''s Handguards of Triumph', '48549', 'Koltira''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48547', 'Thassarian''s Chestguard of Triumph', '48548', 'Koltira''s Chestguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48564', 'Turalyon''s Headpiece of Conquest', '48597', 'Liadrin''s Headpiece of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48566', 'Turalyon''s Tunic of Conquest', '48599', 'Liadrin''s Tunic of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48568', 'Turalyon''s Greaves of Conquest', '48596', 'Liadrin''s Greaves of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48572', 'Turalyon''s Spaulders of Conquest', '48595', 'Liadrin''s Spaulders of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48574', 'Turalyon''s Gloves of Conquest', '48598', 'Liadrin''s Gloves of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48575', 'Turalyon''s Tunic of Triumph', '48594', 'Liadrin''s Tunic of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48576', 'Turalyon''s Gloves of Triumph', '48593', 'Liadrin''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48577', 'Turalyon''s Headpiece of Triumph', '48592', 'Liadrin''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48578', 'Turalyon''s Greaves of Triumph', '48591', 'Liadrin''s Greaves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48579', 'Turalyon''s Spaulders of Triumph', '48590', 'Liadrin''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48580', 'Turalyon''s Spaulders of Triumph', '48585', 'Liadrin''s Spaulders of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48581', 'Turalyon''s Greaves of Triumph', '48586', 'Liadrin''s Greaves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48582', 'Turalyon''s Headpiece of Triumph', '48587', 'Liadrin''s Headpiece of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48583', 'Turalyon''s Gloves of Triumph', '48588', 'Liadrin''s Gloves of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48584', 'Turalyon''s Tunic of Triumph', '48589', 'Liadrin''s Tunic of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48602', 'Turalyon''s Battleplate of Conquest', '48631', 'Liadrin''s Battleplate of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48603', 'Turalyon''s Gauntlets of Conquest', '48630', 'Liadrin''s Gauntlets of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48604', 'Turalyon''s Helm of Conquest', '48629', 'Liadrin''s Helm of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48605', 'Turalyon''s Legplates of Conquest', '48628', 'Liadrin''s Legplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48606', 'Turalyon''s Shoulderplates of Conquest', '48627', 'Liadrin''s Shoulderplates of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48607', 'Turalyon''s Battleplate of Triumph', '48626', 'Liadrin''s Battleplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48608', 'Turalyon''s Gauntlets of Triumph', '48625', 'Liadrin''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48609', 'Turalyon''s Helm of Triumph', '48624', 'Liadrin''s Helm of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48610', 'Turalyon''s Legplates of Triumph', '48623', 'Liadrin''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48611', 'Turalyon''s Shoulderplates of Triumph', '48622', 'Liadrin''s Shoulderplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48612', 'Turalyon''s Shoulderplates of Triumph', '48621', 'Liadrin''s Shoulderplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48613', 'Turalyon''s Legplates of Triumph', '48620', 'Liadrin''s Legplates of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48614', 'Turalyon''s Helm of Triumph', '48619', 'Liadrin''s Helm of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48615', 'Turalyon''s Gauntlets of Triumph', '48618', 'Liadrin''s Gauntlets of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48616', 'Turalyon''s Battleplate of Triumph', '48617', 'Liadrin''s Battleplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48632', 'Turalyon''s Breastplate of Conquest', '48652', 'Liadrin''s Breastplate of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48633', 'Turalyon''s Handguards of Conquest', '48653', 'Liadrin''s Handguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48634', 'Turalyon''s Faceguard of Conquest', '48654', 'Liadrin''s Faceguard of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48635', 'Turalyon''s Legguards of Conquest', '48655', 'Liadrin''s Legguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48636', 'Turalyon''s Shoulderguards of Conquest', '48656', 'Liadrin''s Shoulderguards of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48637', 'Turalyon''s Shoulderguards of Triumph', '48661', 'Liadrin''s Shoulderguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48638', 'Turalyon''s Legguards of Triumph', '48660', 'Liadrin''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48639', 'Turalyon''s Faceguard of Triumph', '48659', 'Liadrin''s Faceguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48640', 'Turalyon''s Handguards of Triumph', '48658', 'Liadrin''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48641', 'Turalyon''s Breastplate of Triumph', '48657', 'Liadrin''s Breastplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48642', 'Turalyon''s Breastplate of Triumph', '48651', 'Liadrin''s Breastplate of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48643', 'Turalyon''s Handguards of Triumph', '48650', 'Liadrin''s Handguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48644', 'Turalyon''s Faceguard of Triumph', '48649', 'Liadrin''s Faceguard of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48645', 'Turalyon''s Legguards of Triumph', '48648', 'Liadrin''s Legguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48646', 'Turalyon''s Shoulderguards of Triumph', '48647', 'Liadrin''s Shoulderguards of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48671', 'Drape of Bitter Incantation(258)', '48666', 'Drape of the Sunreavers(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48672', 'Shawl of Fervent Crusader(258)', '48667', 'Shawl of the Devout Crusader(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48673', 'Cloak of the Silver Covenant(258)', '48668', 'Cloak of Serrated Blades(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48674', 'Cloak of the Victorious Combatant(258)', '48669', 'Cloak of the Triumphant Combatant(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48675', 'Cloak of the Unmoving Guardian(258)', '48670', 'Cloak of the Unflinching Guardian(258)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48708', 'Spellstorm Blade(245)', '48701', 'Spellharvest(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48709', 'Heartcrusher(245)', '48693', 'Heartsmasher(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48710', 'Paragon''s Breadth(245)', '48705', 'Attrition(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48711', 'Rhok''shalla, the Shadow''s Bane(245)', '48697', 'Frenzystrike Longbow(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48712', 'The Spinebreaker(245)', '48703', 'The Facebreaker(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48713', 'Lothar''s Edge(245)', '48695', 'Mor''kosh, the Bloodreaver(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48714', 'Honor of the Fallen(245)', '48699', 'Blood and Glory(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('49052', 'Tabard of Conquest(A)', '49054', 'Tabard of Conquest(H)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('49231', 'Boots of the Grieving Soul(232)', '49232', 'Sandals of the Grieving Soul(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('49234', 'Boots of the Grieving Soul(245)', '49233', 'Sandals of the Grieving Soul(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('49235', 'Boots of Tortured Space(232)', '49236', 'Sabatons of Tortured Space(232)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('49238', 'Boots of Tortured Space(245)', '49237', 'Sabatons of Tortured Space(245)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('51377', 'Medallion of the Alliance(264)', '51378', 'Medallion of the Horde(264)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44843', 'Blue Dragonhawk Mount(70)', '44842', 'Red Dragonhawk Mount(70)');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47654', 'Pattern: Bejeweled Wizards Bracers', '47639', 'Pattern: Bejeweled Wizards Bracers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48076', 'Velen''s Mantle of Conquest', '48101', 'Zabra''s Mantle of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48075', 'Velen''s Raiments of Conquest', '48100', 'Zabra''s Raiments of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48074', 'Velen''s Pants of Conquest', '48099', 'Zabra''s Pants of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48072', 'Velen''s Handwraps of Conquest', '48097', 'Zabra''s Handwraps of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48073', 'Velen''s Circlet of Conquest', '48098', 'Zabra''s Circlet of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47711', 'Girdle of the Nether Champion', '47870', 'Belt of the Nether Championt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44235', 'Reins of the Traveler''s Tundra Mammoth', '44234', 'Reins of the Traveler''s Tundra Mammoth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('43958', 'Reins of the Ice Mammoth', '44080', 'Reins of the Ice Mammoth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('43961', 'Reins of the Grand Ice Mammoth', '44086', 'Reins of the Grand Ice Mammoth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44225', 'Reins of the Armored Brown Bear', '44226', 'Reins of the Armored Brown Bear');
|
|
INSERT INTO `player_factionchange_items` VALUES ('43956', 'Reins of the Black War Mammoth', '44077', 'Reins of the Black War Mammoth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29743', 'Purple Elekk', '29222', 'Purple Hawkstrider');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29744', 'Gray Elekk', '28927', 'Red Hawkstrider');
|
|
INSERT INTO `player_factionchange_items` VALUES ('15198', 'Knight''s Colors', '15199', 'Stone Guard''s Herald');
|
|
INSERT INTO `player_factionchange_items` VALUES ('47937', 'Girdle of the Nether Champion', '48009', 'Belt of the Nether Champion');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44223', 'Black War Bear', '44224', 'Black War Bear');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30497', 'Sentinel''s Mail Leggings', '22676', 'Outrider''s Mail Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22753', 'Sentinel''s Lamellar Legguards', '30498', 'Outrider''s Lamellar Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30598', 'Don Amancio''s Heart', '30571', 'Don Rodrigo''s Heart');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30756', 'Illidari-Bane Shard', '30579', 'Illidari-Bane Shard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('30622', 'Flamewrought Key', '30637', 'Flamewrought Key');
|
|
INSERT INTO `player_factionchange_items` VALUES ('4433', 'Waterlogged Envelope', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31239', 'Primed Key Mold', '31241', 'Primed Key Mold');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '4851', 'Dirt-stained Map');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '4854', 'Demon Scarred Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '4881', 'Aged Envelope');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '4903', 'Eye of Burning Shadow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '4926', 'Chen''s Empty Keg');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24180', 'Design: Dawnstone Crab', '31358', 'Design: Dawnstone Crab');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23142', 'Design: Regal Deep Peridot', '31359', 'Design: Enduring Deep Peridot');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29719', 'Pattern: Cobrahide Leg Armor', '31361', 'Pattern: Cobrahide Leg Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29722', 'Pattern: Nethercobra Leg Armor', '31362', 'Pattern: Nethercobra Leg Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31363', 'Gorgrom''s Favor', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '5099', 'Hoof of Lakota''mani');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '5102', 'Owatanka''s Tailspike');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '5103', 'Washte Pawne''s Feather');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '5138', 'Harvester''s Head');
|
|
INSERT INTO `player_factionchange_items` VALUES ('5179', 'Moss-twined Heart', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31589', 'Grand Marshal''s Kodohide Gloves', '31584', 'High Warlord''s Kodohide Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31590', 'Grand Marshal''s Kodohide Helm', '31585', 'High Warlord''s Kodohide Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31591', 'Grand Marshal''s Kodohide Legguards', '31586', 'High Warlord''s Kodohide Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31592', 'Grand Marshal''s Kodohide Spaulders', '31587', 'High Warlord''s Kodohide Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31593', 'Grand Marshal''s Kodohide Tunic', '31588', 'High Warlord''s Kodohide Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31620', 'Grand Marshal''s Mooncloth Mitts', '31621', 'High Warlord''s Mooncloth Mitts');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31622', 'Grand Marshal''s Mooncloth Cowl', '31626', 'High Warlord''s Mooncloth Cowl');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31623', 'Grand Marshal''s Mooncloth Legguards', '31627', 'High Warlord''s Mooncloth Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31624', 'Grand Marshal''s Mooncloth Shoulderpads', '31628', 'High Warlord''s Mooncloth Shoulderpads');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31625', 'Grand Marshal''s Mooncloth Vestments', '31629', 'High Warlord''s Mooncloth Vestments');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31630', 'Grand Marshal''s Ornamented Chestplate', '31635', 'High Warlord''s Ornamented Chestplate');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31631', 'Grand Marshal''s Ornamented Gloves', '31636', 'High Warlord''s Ornamented Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31632', 'Grand Marshal''s Ornamented Headguard', '31637', 'High Warlord''s Ornamented Headguard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31633', 'Grand Marshal''s Ornamented Leggings', '31638', 'High Warlord''s Ornamented Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31634', 'Grand Marshal''s Ornamented Spaulders', '31639', 'High Warlord''s Ornamented Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31640', 'Grand Marshal''s Ringmail Chestguard', '31646', 'High Warlord''s Ringmail Chestguard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31641', 'Grand Marshal''s Ringmail Gloves', '31647', 'High Warlord''s Ringmail Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31642', 'Grand Marshal''s Ringmail Headpiece', '31648', 'High Warlord''s Ringmail Headpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31643', 'Grand Marshal''s Ringmail Legguards', '31649', 'High Warlord''s Ringmail Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('31644', 'Grand Marshal''s Ringmail Shoulders', '31650', 'High Warlord''s Ringmail Shoulderpads');
|
|
INSERT INTO `player_factionchange_items` VALUES ('5352', 'Book: The Powers Below', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('5791', 'Henrig Lonebrow''s Journal', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '5877', 'Cracked Silithid Carapace');
|
|
INSERT INTO `player_factionchange_items` VALUES ('6172', 'Lost Supplies', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('32385', 'Magtheridon''s Head', '32386', 'Magtheridon''s Head');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33028', 'Barleybrew Light', '34018', 'Long Stride Brew');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33029', 'Barleybrew Dark', '34019', 'Path of Brew');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33030', 'Barleybrew Clear', '34017', 'Small Step Brew');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33047', 'Belbi''s Eyesight Enhancing Romance Goggles', '34008', 'Blix''s Eyesight Enhancing Romance Goggles');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33114', 'Sealed Letter', '33115', 'Sealed Letter');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33150', 'Formula: Enchant Cloak - Subtlety', '33151', 'Formula: Enchant Cloak - Subtlety');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33289', 'Gjalerbron Attack Plans', '33347', 'Gjalerbron Attack Plans');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33314', 'Vrykul Scroll of Ascension', '33345', 'Vrykul Scroll of Ascension');
|
|
INSERT INTO `player_factionchange_items` VALUES ('33961', 'Scourge Device', '33962', 'Scourge Device');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '34091', 'Mezhen''s Writings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('34173', 'Pattern: Drums of Speed', '34172', 'Pattern: Drums of Speed');
|
|
INSERT INTO `player_factionchange_items` VALUES ('34175', 'Pattern: Drums of Restoration', '34174', 'Pattern: Drums of Restoration');
|
|
INSERT INTO `player_factionchange_items` VALUES ('34218', 'Ruined Pattern', '34201', 'Pattern: Netherscale Ammo Pouch');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '7666', 'Shattered Necklace');
|
|
INSERT INTO `player_factionchange_items` VALUES ('34469', 'Strange Engine Part', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '34777', 'Ith''rix''s Hardened Carapace');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '34815', 'Vial of Fresh Blood');
|
|
INSERT INTO `player_factionchange_items` VALUES ('34984', 'The Ultrasonic Screwdriver', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35116', 'The Ultrasonic Screwdriver', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '8524', 'Model 4711-FTZ Power Source');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35464', 'Dreadweave Robe', '35332', 'Dreadweave Robe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35467', 'Mooncloth Vestments', '35337', 'Mooncloth Vestments');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35466', 'Satin Hood', '35339', 'Satin Hood');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35465', 'Evoker''s Silk Amice', '35343', 'Evoker''s Silk Amice');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35469', 'Dragonhide Robe', '35360', 'Dragonhide Robe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35470', 'Kodohide Spaulders', '35364', 'Kodohide Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35468', 'Opportunist''s Leather Gloves', '35366', 'Opportunist''s Leather Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35471', 'Wyrmhide Gloves', '35371', 'Wyrmhide Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35475', 'Stalker''s Chain Gauntlets', '35377', 'Stalker''s Chain Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35474', 'Seer''s Linked Helm', '35383', 'Seer''s Linked Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35472', 'Seer''s Mail Armor', '35386', 'Seer''s Mail Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35473', 'Seer''s Ringmail Gloves', '35392', 'Seer''s Ringmail Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35476', 'Crusader''s Ornamented Spaulders', '35406', 'Crusader''s Ornamented Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35478', 'Savage Plate Helm', '35409', 'Savage Plate Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35477', 'Crusader''s Scaled Gauntlets', '35413', 'Crusader''s Scaled Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('35568', 'Flame of Silvermoon', '35569', 'Flame of the Exodar');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '9370', 'Gordunni Scroll');
|
|
INSERT INTO `player_factionchange_items` VALUES ('10000', 'Margol''s Horn', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('36742', 'Goramosh''s Strange Device', '36746', 'Goramosh''s Strange Device');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '36744', 'Flesh-bound Tome');
|
|
INSERT INTO `player_factionchange_items` VALUES ('36756', 'Captain Malin''s Letter', '36780', 'Lieutenant Ta''zinni''s Letter');
|
|
INSERT INTO `player_factionchange_items` VALUES ('36855', 'Emblazoned Battle Horn', '36856', 'Emblazoned Battle Horn');
|
|
INSERT INTO `player_factionchange_items` VALUES ('36940', 'Mikhail''s Journal', '37830', 'Mikhail''s Journal');
|
|
INSERT INTO `player_factionchange_items` VALUES ('36958', 'The Favor of Zangus', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '10621', 'Runed Scroll');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '37432', 'Torturer''s Rod');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '37599', '\"Brew of the Month\" Club Membership Form');
|
|
INSERT INTO `player_factionchange_items` VALUES ('11463', 'Undelivered Parcel', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38280', 'Direbrew''s Dire Brew', '38281', 'Direbrew''s Dire Brew');
|
|
INSERT INTO `player_factionchange_items` VALUES ('11668', 'Flute of Xavaric', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38457', 'Sawed-Off Hand Cannon', '38456', 'Sin''dorei Recurve Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('38464', 'Gnomish Magician''s Quill', '38460', 'Charged Wand of the Cleft');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '12558', 'Blue-feathered Necklace');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '12563', 'Warlord Goretooth''s Command');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '12564', 'Assassination Note');
|
|
INSERT INTO `player_factionchange_items` VALUES ('12584', 'Grand Marshal''s Longsword', '16345', 'High Warlord''s Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('12780', 'General Drakkisath''s Command', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('13288', 'Pattern: Raptor Hide Belt', '13287', 'Pattern: Raptor Hide Harness');
|
|
INSERT INTO `player_factionchange_items` VALUES ('14646', 'Goldshire Gift Voucher', '14649', 'Razor Hill Gift Voucher');
|
|
INSERT INTO `player_factionchange_items` VALUES ('14647', 'Kharanos Gift Voucher', '14650', 'Bloodhoof Village Gift Voucher');
|
|
INSERT INTO `player_factionchange_items` VALUES ('14648', 'Dolanaar Gift Voucher', '14651', 'Brill Gift Voucher');
|
|
INSERT INTO `player_factionchange_items` VALUES ('39476', 'Fresh Goblin Brewfest Hops', '39477', 'Fresh Dwarven Brewfest Hops');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18442', 'Master Sergeant''s Insignia', '15200', 'Senior Sergeant''s Insignia');
|
|
INSERT INTO `player_factionchange_items` VALUES ('40476', 'Insignia of the Alliance', '40477', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '16304', 'Shadumbra''s Head');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '16305', 'Sharptalon''s Claw');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18443', 'Master Sergeant''s Insignia', '16335', 'Senior Sergeant''s Insignia');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18441', 'Sergeant''s Cape', '16341', 'Sergeant''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16342', 'Sergeant''s Cape', '18461', 'Sergeant''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '16408', 'Befouled Water Globe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16437', 'Marshal''s Silk Footwraps', '16539', 'General''s Silk Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16440', 'Marshal''s Silk Gloves', '16540', 'General''s Silk Handguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16441', 'Field Marshal''s Coronet', '16533', 'Warlord''s Silk Cowl');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16442', 'Marshal''s Silk Leggings', '16534', 'General''s Silk Trousers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16443', 'Field Marshal''s Silk Vestments', '16535', 'Warlord''s Silk Raiment');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16444', 'Field Marshal''s Silk Spaulders', '16536', 'Warlord''s Silk Amice');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16446', 'Marshal''s Leather Footguards', '16558', 'General''s Leather Treads');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16448', 'Marshal''s Dragonhide Gauntlets', '16555', 'General''s Dragonhide Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16449', 'Field Marshal''s Dragonhide Spaulders', '16551', 'Warlord''s Dragonhide Epaulets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16450', 'Marshal''s Dragonhide Legguards', '16552', 'General''s Dragonhide Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16451', 'Field Marshal''s Dragonhide Helmet', '16550', 'Warlord''s Dragonhide Helmet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16452', 'Field Marshal''s Dragonhide Breastplate', '16549', 'Warlord''s Dragonhide Hauberk');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16453', 'Field Marshal''s Leather Chestpiece', '16563', 'Warlord''s Leather Breastplate');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16454', 'Marshal''s Leather Handgrips', '16560', 'General''s Leather Mitts');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16455', 'Field Marshal''s Leather Mask', '16561', 'Warlord''s Leather Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16456', 'Marshal''s Leather Leggings', '16564', 'General''s Leather Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16457', 'Field Marshal''s Leather Epaulets', '16562', 'Warlord''s Leather Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16459', 'Marshal''s Dragonhide Boots', '16554', 'General''s Dragonhide Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16462', 'Marshal''s Chain Boots', '16569', 'General''s Chain Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16463', 'Marshal''s Chain Grips', '16571', 'General''s Chain Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16465', 'Field Marshal''s Chain Helm', '16566', 'Warlord''s Chain Helmet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16466', 'Field Marshal''s Chain Breastplate', '16565', 'Warlord''s Chain Chestpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16467', 'Marshal''s Chain Legguards', '16567', 'General''s Chain Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16468', 'Field Marshal''s Chain Spaulders', '16568', 'Warlord''s Chain Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16471', 'Marshal''s Lamellar Gloves', '29613', 'General''s Lamellar Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16472', 'Marshal''s Lamellar Boots', '29612', 'General''s Lamellar Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16473', 'Field Marshal''s Lamellar Chestplate', '29615', 'Warlord''s Lamellar Chestplate');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16474', 'Field Marshal''s Lamellar Faceguard', '29616', 'Warlord''s Lamellar Faceguard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16475', 'Marshal''s Lamellar Legplates', '29614', 'General''s Lamellar Legplates');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16476', 'Field Marshal''s Lamellar Pauldrons', '29617', 'Warlord''s Lamellar Pauldrons');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16477', 'Field Marshal''s Plate Armor', '16541', 'Warlord''s Plate Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16478', 'Field Marshal''s Plate Helm', '16542', 'Warlord''s Plate Headpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16479', 'Marshal''s Plate Legguards', '16543', 'General''s Plate Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16480', 'Field Marshal''s Plate Shoulderguards', '16544', 'Warlord''s Plate Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16483', 'Marshal''s Plate Boots', '16545', 'General''s Plate Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('16484', 'Marshal''s Plate Gauntlets', '16548', 'General''s Plate Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18456', 'Sergeant Major''s Silk Cuffs', '16486', 'First Sergeant''s Silk Cuffs');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18452', 'Sergeant Major''s Leather Armsplints', '16497', 'First Sergeant''s Leather Armguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18448', 'Sergeant Major''s Chain Armguards', '16532', 'First Sergeant''s Mail Wristguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29606', 'Marshal''s Mail Boots', '16573', 'General''s Mail Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29607', 'Marshal''s Mail Gauntlets', '16574', 'General''s Mail Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29609', 'Field Marshal''s Mail Armor', '16577', 'Warlord''s Mail Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29610', 'Field Marshal''s Mail Helm', '16578', 'Warlord''s Mail Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29608', 'Marshal''s Mail Leggings', '16579', 'General''s Mail Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29611', 'Field Marshal''s Mail Spaulders', '16580', 'Warlord''s Mail Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '16782', 'Strange Water Globe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '16790', 'Damp Note');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '17008', 'Small Scroll');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17186', 'Small Targe', '17185', 'Round Buckler');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17578', 'Field Marshal''s Coronal', '17591', 'Warlord''s Dreadweave Hood');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17579', 'Marshal''s Dreadweave Leggings', '17593', 'General''s Dreadweave Pants');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17580', 'Field Marshal''s Dreadweave Shoulders', '17590', 'Warlord''s Dreadweave Mantle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17581', 'Field Marshal''s Dreadweave Robe', '17592', 'Warlord''s Dreadweave Robe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17583', 'Marshal''s Dreadweave Boots', '17586', 'General''s Dreadweave Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17584', 'Marshal''s Dreadweave Gloves', '17588', 'General''s Dreadweave Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17602', 'Field Marshal''s Headdress', '17623', 'Warlord''s Satin Cowl');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17603', 'Marshal''s Satin Pants', '17625', 'General''s Satin Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17604', 'Field Marshal''s Satin Mantle', '17622', 'Warlord''s Satin Mantle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17605', 'Field Marshal''s Satin Vestments', '17624', 'Warlord''s Satin Robes');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17607', 'Marshal''s Satin Sandals', '17618', 'General''s Satin Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17608', 'Marshal''s Satin Gloves', '17620', 'General''s Satin Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17691', 'Stormpike Insignia Rank 1', '17690', 'Frostwolf Insignia Rank 1');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17900', 'Stormpike Insignia Rank 2', '17905', 'Frostwolf Insignia Rank 2');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17901', 'Stormpike Insignia Rank 3', '17906', 'Frostwolf Insignia Rank 3');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17902', 'Stormpike Insignia Rank 4', '17907', 'Frostwolf Insignia Rank 4');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17903', 'Stormpike Insignia Rank 5', '17908', 'Frostwolf Insignia Rank 5');
|
|
INSERT INTO `player_factionchange_items` VALUES ('17904', 'Stormpike Insignia Rank 6', '17909', 'Frostwolf Insignia Rank 6');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18423', 'Head of Onyxia', '18422', 'Head of Onyxia');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18440', 'Sergeant''s Cape', '18427', 'Sergeant''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18444', 'Master Sergeant''s Insignia', '18428', 'Senior Sergeant''s Insignia');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18445', 'Sergeant Major''s Plate Wristguards', '18429', 'First Sergeant''s Plate Bracers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18447', 'Sergeant Major''s Plate Wristguards', '18430', 'First Sergeant''s Plate Bracers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18449', 'Sergeant Major''s Chain Armguards', '18432', 'First Sergeant''s Mail Wristguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18454', 'Sergeant Major''s Dragonhide Armsplints', '18434', 'First Sergeant''s Dragonhide Armguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18453', 'Sergeant Major''s Leather Armsplints', '18435', 'First Sergeant''s Leather Armguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18455', 'Sergeant Major''s Dragonhide Armsplints', '18436', 'First Sergeant''s Dragonhide Armguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18457', 'Sergeant Major''s Silk Cuffs', '18437', 'First Sergeant''s Silk Cuffs');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18606', 'Alliance Battle Standard', '18607', 'Horde Battle Standard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18664', 'A Treatise on Military Ranks', '18675', 'Military Ranks of the Horde & Alliance');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18825', 'Grand Marshal''s Aegis', '18826', 'High Warlord''s Shield Wall');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18827', 'Grand Marshal''s Handaxe', '18828', 'High Warlord''s Cleaver');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18830', 'Grand Marshal''s Sunderer', '18831', 'High Warlord''s Battle Axe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18833', 'Grand Marshal''s Bullseye', '18835', 'High Warlord''s Recurve');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18854', 'Insignia of the Alliance', '18834', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18836', 'Grand Marshal''s Repeater', '18837', 'High Warlord''s Crossbow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18838', 'Grand Marshal''s Dirk', '18840', 'High Warlord''s Razor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18843', 'Grand Marshal''s Right Hand Blade', '18844', 'High Warlord''s Right Claw');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29593', 'Insignia of the Alliance', '18845', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18856', 'Insignia of the Alliance', '18846', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18847', 'Grand Marshal''s Left Hand Blade', '18848', 'High Warlord''s Razor Claw');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18857', 'Insignia of the Alliance', '18849', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18859', 'Insignia of the Alliance', '18850', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18862', 'Insignia of the Alliance', '18851', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18858', 'Insignia of the Alliance', '18852', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18863', 'Insignia of the Alliance', '18853', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18855', 'Grand Marshal''s Hand Cannon', '18860', 'High Warlord''s Street Sweeper');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18864', 'Insignia of the Alliance', '29592', 'Insignia of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18865', 'Grand Marshal''s Punisher', '18866', 'High Warlord''s Bludgeon');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18867', 'Grand Marshal''s Battle Hammer', '18868', 'High Warlord''s Pulverizer');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18869', 'Grand Marshal''s Glaive', '18871', 'High Warlord''s Pig Sticker');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18873', 'Grand Marshal''s Stave', '18874', 'High Warlord''s War Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18876', 'Grand Marshal''s Claymore', '18877', 'High Warlord''s Greatsword');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18969', 'Pristine Yeti Hide', '18972', 'Perfect Yeti Hide');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19003', 'Head of Nefarian', '19002', 'Head of Nefarian');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19045', 'Stormpike Battle Standard', '19046', 'Frostwolf Battle Standard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19084', 'Stormpike Soldier''s Cloak', '19083', 'Frostwolf Legionnaire''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19086', 'Stormpike Sage''s Cloak', '19085', 'Frostwolf Advisor''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19091', 'Stormpike Plate Girdle', '19087', 'Frostwolf Plate Belt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19092', 'Stormpike Mail Girdle', '19088', 'Frostwolf Mail Belt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19093', 'Stormpike Leather Girdle', '19089', 'Frostwolf Leather Belt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19094', 'Stormpike Cloth Girdle', '19090', 'Frostwolf Cloth Belt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19097', 'Stormpike Soldier''s Pendant', '19095', 'Frostwolf Legionnaire''s Pendant');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19098', 'Stormpike Sage''s Pendant', '19096', 'Frostwolf Advisor''s Pendant');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19100', 'Electrified Dagger', '19099', 'Glacial Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19102', 'Crackling Staff', '19101', 'Whiteout Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19104', 'Stormstrike Hammer', '19103', 'Frostbite');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19514', 'Protector''s Band', '19510', 'Legionnaire''s Band');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19516', 'Protector''s Band', '19511', 'Legionnaire''s Band');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19515', 'Protector''s Band', '19512', 'Legionnaire''s Band');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19517', 'Protector''s Band', '19513', 'Legionnaire''s Band');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19522', 'Lorekeeper''s Ring', '19518', 'Advisor''s Ring');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19523', 'Lorekeeper''s Ring', '19519', 'Advisor''s Ring');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19524', 'Lorekeeper''s Ring', '19520', 'Advisor''s Ring');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19525', 'Lorekeeper''s Ring', '19521', 'Advisor''s Ring');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19530', 'Caretaker''s Cape', '19526', 'Battle Healer''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19531', 'Caretaker''s Cape', '19527', 'Battle Healer''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19532', 'Caretaker''s Cape', '19528', 'Battle Healer''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19533', 'Caretaker''s Cape', '19529', 'Battle Healer''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19538', 'Sentinel''s Medallion', '19534', 'Scout''s Medallion');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19539', 'Sentinel''s Medallion', '19535', 'Scout''s Medallion');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19540', 'Sentinel''s Medallion', '19536', 'Scout''s Medallion');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19541', 'Sentinel''s Medallion', '19537', 'Scout''s Medallion');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19546', 'Sentinel''s Blade', '19542', 'Scout''s Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19547', 'Sentinel''s Blade', '19543', 'Scout''s Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19548', 'Sentinel''s Blade', '19544', 'Scout''s Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19549', 'Sentinel''s Blade', '19545', 'Scout''s Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19554', 'Protector''s Sword', '19550', 'Legionnaire''s Sword');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19555', 'Protector''s Sword', '19551', 'Legionnaire''s Sword');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19556', 'Protector''s Sword', '19552', 'Legionnaire''s Sword');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19557', 'Protector''s Sword', '19553', 'Legionnaire''s Sword');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19562', 'Outrunner''s Bow', '19558', 'Outrider''s Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19563', 'Outrunner''s Bow', '19559', 'Outrider''s Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19564', 'Outrunner''s Bow', '19560', 'Outrider''s Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19565', 'Outrunner''s Bow', '19561', 'Outrider''s Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19570', 'Lorekeeper''s Staff', '19566', 'Advisor''s Gnarled Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19571', 'Lorekeeper''s Staff', '19567', 'Advisor''s Gnarled Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19572', 'Lorekeeper''s Staff', '19568', 'Advisor''s Gnarled Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('19573', 'Lorekeeper''s Staff', '19569', 'Advisor''s Gnarled Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20041', 'Highlander''s Plate Girdle', '20204', 'Defiler''s Plate Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20042', 'Highlander''s Lamellar Girdle', '20177', 'Defiler''s Lamellar Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20043', 'Highlander''s Chain Girdle', '20150', 'Defiler''s Chain Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20044', 'Highlander''s Mail Girdle', '20195', 'Defiler''s Mail Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20045', 'Highlander''s Leather Girdle', '20171', 'Defiler''s Lizardhide Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20046', 'Highlander''s Lizardhide Girdle', '20190', 'Defiler''s Leather Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20047', 'Highlander''s Cloth Girdle', '20163', 'Defiler''s Cloth Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20048', 'Highlander''s Plate Greaves', '20208', 'Defiler''s Plate Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20049', 'Highlander''s Lamellar Greaves', '20181', 'Defiler''s Lamellar Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20050', 'Highlander''s Chain Greaves', '20154', 'Defiler''s Chain Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20051', 'Highlander''s Mail Greaves', '20199', 'Defiler''s Mail Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20052', 'Highlander''s Leather Boots', '20167', 'Defiler''s Lizardhide Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20053', 'Highlander''s Lizardhide Boots', '20186', 'Defiler''s Leather Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20054', 'Highlander''s Cloth Boots', '20159', 'Defiler''s Cloth Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20055', 'Highlander''s Chain Pauldrons', '20158', 'Defiler''s Chain Pauldrons');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20056', 'Highlander''s Mail Pauldrons', '20203', 'Defiler''s Mail Pauldrons');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20057', 'Highlander''s Plate Spaulders', '20212', 'Defiler''s Plate Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20058', 'Highlander''s Lamellar Spaulders', '20184', 'Defiler''s Lamellar Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20059', 'Highlander''s Leather Shoulders', '20175', 'Defiler''s Lizardhide Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20060', 'Highlander''s Lizardhide Shoulders', '20194', 'Defiler''s Leather Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20061', 'Highlander''s Epaulets', '20176', 'Defiler''s Epaulets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20073', 'Cloak of the Honor Guard', '20068', 'Deathguard''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20069', 'Ironbark Staff', '20220', 'Ironbark Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20070', 'Sageclaw', '20214', 'Mindfang');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20071', 'Talisman of Arathor', '20072', 'Defiler''s Talisman');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20088', 'Highlander''s Chain Girdle', '20151', 'Defiler''s Chain Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20089', 'Highlander''s Chain Girdle', '20153', 'Defiler''s Chain Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20090', 'Highlander''s Padded Girdle', '20152', 'Defiler''s Chain Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20091', 'Highlander''s Chain Greaves', '20155', 'Defiler''s Chain Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20092', 'Highlander''s Chain Greaves', '20156', 'Defiler''s Chain Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20093', 'Highlander''s Padded Greaves', '20157', 'Defiler''s Chain Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20094', 'Highlander''s Cloth Boots', '20160', 'Defiler''s Cloth Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20095', 'Highlander''s Cloth Boots', '20161', 'Defiler''s Cloth Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20096', 'Highlander''s Cloth Boots', '20162', 'Defiler''s Cloth Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20097', 'Highlander''s Cloth Girdle', '20165', 'Defiler''s Cloth Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20098', 'Highlander''s Cloth Girdle', '20166', 'Defiler''s Cloth Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20099', 'Highlander''s Cloth Girdle', '20164', 'Defiler''s Cloth Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20100', 'Highlander''s Lizardhide Boots', '20170', 'Defiler''s Lizardhide Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20101', 'Highlander''s Lizardhide Boots', '20168', 'Defiler''s Lizardhide Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20102', 'Highlander''s Lizardhide Boots', '20169', 'Defiler''s Lizardhide Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20103', 'Highlander''s Lizardhide Girdle', '20174', 'Defiler''s Lizardhide Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20104', 'Highlander''s Lizardhide Girdle', '20173', 'Defiler''s Lizardhide Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20105', 'Highlander''s Lizardhide Girdle', '20172', 'Defiler''s Lizardhide Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20106', 'Highlander''s Lamellar Girdle', '20179', 'Defiler''s Lamellar Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20107', 'Highlander''s Lamellar Girdle', '20180', 'Defiler''s Lamellar Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20108', 'Highlander''s Lamellar Girdle', '20178', 'Defiler''s Lamellar Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20109', 'Highlander''s Lamellar Greaves', '20185', 'Defiler''s Lamellar Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20110', 'Highlander''s Lamellar Greaves', '20183', 'Defiler''s Lamellar Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20111', 'Highlander''s Lamellar Greaves', '20182', 'Defiler''s Lamellar Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20112', 'Highlander''s Leather Boots', '20189', 'Defiler''s Leather Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20113', 'Highlander''s Leather Boots', '20187', 'Defiler''s Leather Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20114', 'Highlander''s Leather Boots', '20188', 'Defiler''s Leather Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20115', 'Highlander''s Leather Girdle', '20193', 'Defiler''s Leather Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20116', 'Highlander''s Leather Girdle', '20192', 'Defiler''s Leather Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20117', 'Highlander''s Leather Girdle', '20191', 'Defiler''s Leather Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20118', 'Highlander''s Mail Girdle', '20196', 'Defiler''s Mail Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20119', 'Highlander''s Mail Girdle', '20198', 'Defiler''s Mail Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20120', 'Highlander''s Mail Girdle', '20197', 'Defiler''s Padded Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20121', 'Highlander''s Mail Greaves', '20202', 'Defiler''s Mail Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20122', 'Highlander''s Mail Greaves', '20200', 'Defiler''s Mail Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20123', 'Highlander''s Mail Greaves', '20201', 'Defiler''s Mail Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20124', 'Highlander''s Plate Girdle', '20205', 'Defiler''s Plate Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20125', 'Highlander''s Plate Girdle', '20206', 'Defiler''s Plate Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20126', 'Highlander''s Mail Girdle', '20207', 'Defiler''s Mail Girdle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20127', 'Highlander''s Plate Greaves', '20211', 'Defiler''s Plate Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20128', 'Highlander''s Plate Greaves', '20209', 'Defiler''s Plate Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20129', 'Highlander''s Mail Greaves', '20210', 'Defiler''s Mail Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20225', 'Highlander''s Enriched Ration', '20222', 'Defiler''s Enriched Ration');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20226', 'Highlander''s Field Ration', '20223', 'Defiler''s Field Ration');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20227', 'Highlander''s Iron Ration', '20224', 'Defiler''s Iron Ration');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20237', 'Highlander''s Mageweave Bandage', '20232', 'Defiler''s Mageweave Bandage');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20243', 'Highlander''s Runecloth Bandage', '20234', 'Defiler''s Runecloth Bandage');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20244', 'Highlander''s Silk Bandage', '20235', 'Defiler''s Silk Bandage');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20434', 'Lorekeeper''s Staff', '20425', 'Advisor''s Gnarled Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20431', 'Lorekeeper''s Ring', '20426', 'Advisor''s Ring');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20428', 'Caretaker''s Cape', '20427', 'Battle Healer''s Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20439', 'Protector''s Band', '20429', 'Legionnaire''s Band');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20440', 'Protector''s Sword', '20430', 'Legionnaire''s Sword');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20438', 'Outrunner''s Bow', '20437', 'Outrider''s Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20443', 'Sentinel''s Blade', '20441', 'Scout''s Blade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20444', 'Sentinel''s Medallion', '20442', 'Scout''s Medallion');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '20483', 'Tainted Arcane Sliver');
|
|
INSERT INTO `player_factionchange_items` VALUES ('20807', 'Logistics Task Briefing I', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22888', 'Azure Watch Gift Voucher', '20938', 'Falconwing Square Gift Voucher');
|
|
INSERT INTO `player_factionchange_items` VALUES ('21117', 'Talisman of Arathor', '21115', 'Defiler''s Talisman');
|
|
INSERT INTO `player_factionchange_items` VALUES ('21118', 'Talisman of Arathor', '21116', 'Defiler''s Talisman');
|
|
INSERT INTO `player_factionchange_items` VALUES ('21119', 'Talisman of Arathor', '21120', 'Defiler''s Talisman');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44701', 'Arcanum of the Savage Gladiator', '44702', 'Arcanum of the Savage Gladiator');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44937', 'Plans: Titanium Plating', '44938', 'Plans: Titanium Plating');
|
|
INSERT INTO `player_factionchange_items` VALUES ('44998', 'Argent Squire', '45022', 'Argent Gruntling');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '21776', 'Captain Kelisendra''s Lost Rutters');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45671', 'Gnomeregan Doublet', '45664', 'Silvermoon Doublet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45666', 'Ironforge Doublet', '45673', 'Thunder Bluff Doublet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45667', 'Stormwind Doublet', '45674', 'Undercity Doublet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45668', 'Exodar Doublet', '45669', 'Sen''jin Doublet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45670', 'Darnassus Doublet', '45672', 'Orgrimmar Doublet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45714', 'Darnassus Commendation Badge', '45723', 'Undercity Commendation Badge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45715', 'Exodar Commendation Badge', '45721', 'Silvermoon Commendation Badge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45716', 'Gnomeregan Commendation Badge', '45722', 'Thunder Bluff Commendation Badge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45717', 'Ironforge Commendation Badge', '45720', 'Sen''jin Commendation Badge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45718', 'Stormwind Commendation Badge', '45719', 'Orgrimmar Commendation Badge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22531', 'Formula: Enchant Bracer - Superior Healing', '24000', 'Formula: Enchant Bracer - Superior Healing');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22547', 'Formula: Enchant Chest - Exceptional Stats', '24003', 'Formula: Enchant Chest - Exceptional Stats');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '22597', 'The Lady''s Necklace');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46069', 'Alliance Lance', '46070', 'Horde Lance');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22672', 'Sentinel''s Plate Legguards', '22651', 'Outrider''s Plate Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22748', 'Sentinel''s Chain Leggings', '22673', 'Outrider''s Chain Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22749', 'Sentinel''s Leather Pants', '22740', 'Outrider''s Leather Pants');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22750', 'Sentinel''s Lizardhide Pants', '22741', 'Outrider''s Lizardhide Pants');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22752', 'Sentinel''s Silk Leggings', '22747', 'Outrider''s Silk Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23278', 'Knight-Lieutenant''s Chain Greaves', '22843', 'Blood Guard''s Chain Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23281', 'Knight-Lieutenant''s Dragonhide Treads', '22852', 'Blood Guard''s Dragonhide Treads');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23283', 'Knight-Lieutenant''s Dreadweave Walkers', '22855', 'Blood Guard''s Dreadweave Walkers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23285', 'Knight-Lieutenant''s Leather Walkers', '22856', 'Blood Guard''s Leather Walkers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29594', 'Knight-Lieutenant''s Mail Greaves', '22857', 'Blood Guard''s Mail Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23287', 'Knight-Lieutenant''s Plate Greaves', '22858', 'Blood Guard''s Plate Greaves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23289', 'Knight-Lieutenant''s Satin Walkers', '22859', 'Blood Guard''s Satin Walkers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23291', 'Knight-Lieutenant''s Silk Walkers', '22860', 'Blood Guard''s Silk Walkers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23279', 'Knight-Lieutenant''s Chain Vices', '22862', 'Blood Guard''s Chain Vices');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23280', 'Knight-Lieutenant''s Dragonhide Grips', '22863', 'Blood Guard''s Dragonhide Grips');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23284', 'Knight-Lieutenant''s Leather Grips', '22864', 'Blood Guard''s Leather Grips');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23282', 'Knight-Lieutenant''s Dreadweave Handwraps', '22865', 'Blood Guard''s Dreadweave Handwraps');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29595', 'Knight-Lieutenant''s Mail Vices', '22867', 'Blood Guard''s Mail Vices');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23286', 'Knight-Lieutenant''s Plate Gauntlets', '22868', 'Blood Guard''s Plate Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23288', 'Knight-Lieutenant''s Satin Handwraps', '22869', 'Blood Guard''s Satin Handwraps');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23290', 'Knight-Lieutenant''s Silk Handwraps', '22870', 'Blood Guard''s Silk Handwraps');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23300', 'Knight-Captain''s Plate Hauberk', '22872', 'Legionnaire''s Plate Hauberk');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23301', 'Knight-Captain''s Plate Leggings', '22873', 'Legionnaire''s Plate Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23292', 'Knight-Captain''s Chain Hauberk', '22874', 'Legionnaire''s Chain Hauberk');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23293', 'Knight-Captain''s Chain Legguards', '22875', 'Legionnaire''s Chain Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29596', 'Knight-Captain''s Mail Hauberk', '22876', 'Legionnaire''s Mail Hauberk');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23294', 'Knight-Captain''s Dragonhide Chestpiece', '22877', 'Legionnaire''s Dragonhide Chestpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23295', 'Knight-Captain''s Dragonhide Leggings', '22878', 'Legionnaire''s Dragonhide Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23298', 'Knight-Captain''s Leather Chestpiece', '22879', 'Legionnaire''s Leather Chestpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23299', 'Knight-Captain''s Leather Legguards', '22880', 'Legionnaire''s Leather Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23296', 'Knight-Captain''s Dreadweave Legguards', '22881', 'Legionnaire''s Dreadweave Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23302', 'Knight-Captain''s Satin Legguards', '22882', 'Legionnaire''s Satin Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23304', 'Knight-Captain''s Silk Legguards', '22883', 'Legionnaire''s Silk Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23297', 'Knight-Captain''s Dreadweave Tunic', '22884', 'Legionnaire''s Dreadweave Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23303', 'Knight-Captain''s Satin Tunic', '22885', 'Legionnaire''s Satin Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23305', 'Knight-Captain''s Silk Tunic', '22886', 'Legionnaire''s Silk Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29597', 'Knight-Captain''s Mail Legguards', '22887', 'Legionnaire''s Mail Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('22905', 'Recipe: Elixir of Major Agility', '24001', 'Recipe: Elixir of Major Agility');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '46362', 'Venomhide Hatchling');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23179', 'Flame of Orgrimmar', '23182', 'Flame of Stormwind');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23180', 'Flame of Thunder Bluff', '23184', 'Flame of Darnassus');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23181', 'Flame of the Undercity', '23183', 'Flame of Ironforge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '23228', 'Old Whitebark''s Pendant');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23315', 'Lieutenant Commander''s Plate Shoulders', '23243', 'Champion''s Plate Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23314', 'Lieutenant Commander''s Plate Helmet', '23244', 'Champion''s Plate Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '23249', 'Amani Invasion Plans');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23306', 'Lieutenant Commander''s Chain Helm', '23251', 'Champion''s Chain Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23307', 'Lieutenant Commander''s Chain Shoulders', '23252', 'Champion''s Chain Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23308', 'Lieutenant Commander''s Dragonhide Headguard', '23253', 'Champion''s Dragonhide Headguard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23309', 'Lieutenant Commander''s Dragonhide Shoulders', '23254', 'Champion''s Dragonhide Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23310', 'Lieutenant Commander''s Dreadweave Cowl', '23255', 'Champion''s Dreadweave Cowl');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23311', 'Lieutenant Commander''s Dreadweave Spaulders', '23256', 'Champion''s Dreadweave Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23312', 'Lieutenant Commander''s Leather Helm', '23257', 'Champion''s Leather Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23313', 'Lieutenant Commander''s Leather Shoulders', '23258', 'Champion''s Leather Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29598', 'Lieutenant Commander''s Mail Headguard', '23259', 'Champion''s Mail Headguard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29599', 'Lieutenant Commander''s Mail Pauldrons', '23260', 'Champion''s Mail Pauldrons');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23316', 'Lieutenant Commander''s Satin Hood', '23261', 'Champion''s Satin Hood');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23317', 'Lieutenant Commander''s Satin Mantle', '23262', 'Champion''s Satin Mantle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23318', 'Lieutenant Commander''s Silk Cowl', '23263', 'Champion''s Silk Cowl');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23319', 'Lieutenant Commander''s Silk Mantle', '23264', 'Champion''s Silk Mantle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23272', 'Knight-Captain''s Lamellar Breastplate', '29602', 'Legionnaire''s Lamellar Breastplate');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23273', 'Knight-Captain''s Lamellar Leggings', '29603', 'Legionnaire''s Lamellar Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23274', 'Knight-Lieutenant''s Lamellar Gauntlets', '29600', 'Blood Guard''s Lamellar Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23275', 'Knight-Lieutenant''s Lamellar Sabatons', '29601', 'Blood Guard''s Lamellar Sabatons');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23276', 'Lieutenant Commander''s Lamellar Headguard', '29604', 'Champion''s Lamellar Headguard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23277', 'Lieutenant Commander''s Lamellar Shoulders', '29605', 'Champion''s Lamellar Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46820', 'Shimmering Wyrmling', '46821', 'Shimmering Wyrmling');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46875', 'Riding Training Pamphlet', '2589', 'Linen Cloth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46876', 'Riding Training Pamphlet', '2589', 'Linen Cloth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46877', 'Riding Training Pamphlet', '2589', 'Linen Cloth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46878', 'Riding Training Pamphlet', '2589', 'Linen Cloth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('46879', 'Riding Training Pamphlet', '2589', 'Linen Cloth');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23451', 'Grand Marshal''s Mageblade', '23466', 'High Warlord''s Spellblade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23452', 'Grand Marshal''s Tome of Power', '23468', 'High Warlord''s Tome of Destruction');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23453', 'Grand Marshal''s Tome of Restoration', '23469', 'High Warlord''s Tome of Mending');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23454', 'Grand Marshal''s Warhammer', '23464', 'High Warlord''s Battle Mace');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23455', 'Grand Marshal''s Demolisher', '23465', 'High Warlord''s Destroyer');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23456', 'Grand Marshal''s Swiftblade', '23467', 'High Warlord''s Quickblade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '46880', 'Riding Training Pamphlet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '46881', 'Riding Training Pamphlet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '46882', 'Riding Training Pamphlet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '46883', 'Riding Training Pamphlet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('2589', 'Linen Cloth', '46884', 'Riding Training Pamphlet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23619', 'Plans: Felsteel Shield Spike', '24002', 'Plans: Felsteel Shield Spike');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23678', 'Faintly Glowing Crystal', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23759', 'Rune Covered Tablet', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23837', 'Weathered Treasure Map', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23850', 'Gurf''s Dignity', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23870', 'Red Crystal Pendant', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23890', 'Ominous Letter', '23892', 'Ominous Letter');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23900', 'Tzerak''s Armor Plate', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('23910', 'Blood Elf Communication', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24007', 'Footman''s Waterskin', '24006', 'Grunt''s Waterskin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24008', 'Dried Mushroom Rations', '24009', 'Dried Fruit Rations');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24132', 'A Letter from the Admiral', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24344', 'Tabard of the Hand', '5976', 'Guild Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24414', 'Blood Elf Plans', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24483', 'Withered Basidium', '45978', 'Solid Gold Coin');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24520', 'Honor Hold Favor', '24522', 'Thrallmar Favor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('25829', 'Talisman of the Alliance', '24551', 'Talisman of the Horde');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24559', 'Murkblood Invasion Plans', '24558', 'Murkblood Invasion Plans');
|
|
INSERT INTO `player_factionchange_items` VALUES ('24579', 'Mark of Honor Hold', '24581', 'Mark of Thrallmar');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48077', 'Velen''s Handwraps of Triumph', '48096', 'Zabra''s Handwraps of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48078', 'Velen''s Circlet of Triumph', '48095', 'Zabra''s Circlet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48079', 'Velen''s Pants of Triumph', '48094', 'Zabra''s Pants of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48080', 'Velen''s Raiments of Triumph', '48093', 'Zabra''s Raiments of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48081', 'Velen''s Mantle of Triumph', '48092', 'Zabra''s Mantle of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48082', 'Velen''s Mantle of Triumph', '48091', 'Zabra''s Mantle of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48083', 'Velen''s Raiments of Triumph', '48090', 'Zabra''s Raiments of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48084', 'Velen''s Pants of Triumph', '48089', 'Zabra''s Pants of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48085', 'Velen''s Circlet of Triumph', '48088', 'Zabra''s Circlet of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('48086', 'Velen''s Handwraps of Triumph', '48087', 'Zabra''s Handwraps of Triumph');
|
|
INSERT INTO `player_factionchange_items` VALUES ('5976', 'Guild Tabard', '25549', 'Blood Knight Tabard');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29213', 'Pattern: Felstalker Belt', '25738', 'Pattern: Felstalker Belt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29214', 'Pattern: Felstalker Bracers', '25739', 'Pattern: Felstalker Bracers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29215', 'Pattern: Felstalker Breastplate', '25740', 'Pattern: Felstalker Breastplate');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29217', 'Pattern: Netherfury Belt', '25741', 'Pattern: Netherfury Belt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29219', 'Pattern: Netherfury Leggings', '25742', 'Pattern: Netherfury Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29218', 'Pattern: Netherfury Boots', '25743', 'Pattern: Netherfury Boots');
|
|
INSERT INTO `player_factionchange_items` VALUES ('25825', 'Footman''s Longsword', '25823', 'Grunt''s Waraxe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('25826', 'Sage''s Band', '25824', 'Farseer''s Band');
|
|
INSERT INTO `player_factionchange_items` VALUES ('25870', 'Recipe: Transmute Skyfire Diamond', '29232', 'Recipe: Transmute Skyfire Diamond');
|
|
INSERT INTO `player_factionchange_items` VALUES ('50372', 'Arcanum of the Savage Gladiator', '50373', 'Arcanum of the Savage Gladiator');
|
|
INSERT INTO `player_factionchange_items` VALUES ('50379', 'Battered Hilt', '50380', 'Battered Hilt');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27812', 'Brilliant Blood Garnet', '27777', 'Stark Blood Garnet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27809', 'Jagged Deep Peridot', '27785', 'Notched Deep Peridot');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27820', 'Jagged Deep Peridot', '27786', 'Barbed Deep Peridot');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27833', 'Band of the Victor', '27830', 'Circlet of the Victor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27834', 'Circlet of the Victor', '27832', 'Band of the Victor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27921', 'Mark of Conquest', '27920', 'Mark of Conquest');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27922', 'Mark of Defiance', '27924', 'Mark of Defiance');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27927', 'Mark of Vindication', '27926', 'Mark of Vindication');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27929', 'Terminal Edge', '27928', 'Terminal Edge');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27931', 'Splintermark', '27930', 'Splintermark');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27942', 'Incendic Rod', '27939', 'Incendic Rod');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27984', 'Totem of Impact', '27947', 'Totem of Impact');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27983', 'Libram of Zeal', '27949', 'Libram of Zeal');
|
|
INSERT INTO `player_factionchange_items` VALUES ('27990', 'Idol of Savagery', '27989', 'Idol of Savagery');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28943', 'Grand Marshal''s Warblade', '28293', 'High Warlord''s Claymore');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28361', 'Delicate Blood Garnet', '28360', 'Mighty Blood Garnet');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28379', 'Sergeant''s Heavy Cape', '28377', 'Sergeant''s Heavy Cloak');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28380', 'Sergeant''s Heavy Cloak', '28378', 'Sergeant''s Heavy Cape');
|
|
INSERT INTO `player_factionchange_items` VALUES ('45978', 'Solid Gold Coin', '28552', 'A Mysterious Tome');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28613', 'Grand Marshal''s Chain Armor', '28805', 'High Warlord''s Chain Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28614', 'Grand Marshal''s Chain Gauntlets', '28806', 'High Warlord''s Chain Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28615', 'Grand Marshal''s Chain Helm', '28807', 'High Warlord''s Chain Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28616', 'Grand Marshal''s Chain Leggings', '28808', 'High Warlord''s Chain Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28617', 'Grand Marshal''s Chain Spaulders', '28809', 'High Warlord''s Chain Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28618', 'Grand Marshal''s Dragonhide Gloves', '28811', 'High Warlord''s Dragonhide Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28619', 'Grand Marshal''s Dragonhide Helm', '28812', 'High Warlord''s Dragonhide Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28620', 'Grand Marshal''s Dragonhide Legguards', '28813', 'High Warlord''s Dragonhide Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28622', 'Grand Marshal''s Dragonhide Spaulders', '28814', 'High Warlord''s Dragonhide Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28623', 'Grand Marshal''s Dragonhide Tunic', '28815', 'High Warlord''s Dragonhide Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28624', 'Grand Marshal''s Dreadweave Gloves', '28817', 'High Warlord''s Dreadweave Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28625', 'Grand Marshal''s Dreadweave Hood', '28818', 'High Warlord''s Dreadweave Hood');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28626', 'Grand Marshal''s Dreadweave Leggings', '28819', 'High Warlord''s Dreadweave Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28627', 'Grand Marshal''s Dreadweave Mantle', '28820', 'High Warlord''s Dreadweave Mantle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28628', 'Grand Marshal''s Dreadweave Robe', '28821', 'High Warlord''s Dreadweave Robe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28679', 'Grand Marshal''s Lamellar Chestpiece', '28831', 'High Warlord''s Lamellar Chestpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28680', 'Grand Marshal''s Lamellar Gauntlets', '28832', 'High Warlord''s Lamellar Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28681', 'Grand Marshal''s Lamellar Helm', '28833', 'High Warlord''s Lamellar Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28683', 'Grand Marshal''s Lamellar Shoulders', '28835', 'High Warlord''s Lamellar Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28684', 'Grand Marshal''s Leather Gloves', '28836', 'High Warlord''s Leather Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28685', 'Grand Marshal''s Leather Helm', '28837', 'High Warlord''s Leather Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28686', 'Grand Marshal''s Leather Legguards', '28838', 'High Warlord''s Leather Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28687', 'Grand Marshal''s Leather Spaulders', '28839', 'High Warlord''s Leather Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28688', 'Grand Marshal''s Leather Tunic', '28840', 'High Warlord''s Leather Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28689', 'Grand Marshal''s Linked Armor', '28841', 'High Warlord''s Linked Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28690', 'Grand Marshal''s Linked Gauntlets', '28842', 'High Warlord''s Linked Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28691', 'Grand Marshal''s Linked Helm', '28843', 'High Warlord''s Linked Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28692', 'Grand Marshal''s Linked Leggings', '28844', 'High Warlord''s Linked Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28693', 'Grand Marshal''s Linked Spaulders', '28845', 'High Warlord''s Linked Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28694', 'Grand Marshal''s Mail Armor', '28846', 'High Warlord''s Mail Armor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28695', 'Grand Marshal''s Mail Gauntlets', '28847', 'High Warlord''s Mail Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28696', 'Grand Marshal''s Mail Helm', '28848', 'High Warlord''s Mail Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28697', 'Grand Marshal''s Mail Leggings', '28849', 'High Warlord''s Mail Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28698', 'Grand Marshal''s Mail Spaulders', '28850', 'High Warlord''s Mail Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28699', 'Grand Marshal''s Plate Chestpiece', '28851', 'High Warlord''s Plate Chestpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28700', 'Grand Marshal''s Plate Gauntlets', '28852', 'High Warlord''s Plate Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28701', 'Grand Marshal''s Plate Helm', '28853', 'High Warlord''s Plate Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28702', 'Grand Marshal''s Plate Legguards', '28854', 'High Warlord''s Plate Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28703', 'Grand Marshal''s Plate Shoulders', '28855', 'High Warlord''s Plate Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28704', 'Grand Marshal''s Satin Gloves', '28856', 'High Warlord''s Satin Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28705', 'Grand Marshal''s Satin Hood', '28857', 'High Warlord''s Satin Hood');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28706', 'Grand Marshal''s Satin Leggings', '28858', 'High Warlord''s Satin Leggings');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28707', 'Grand Marshal''s Satin Mantle', '28859', 'High Warlord''s Satin Mantle');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28708', 'Grand Marshal''s Satin Robe', '28860', 'High Warlord''s Satin Robe');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28709', 'Grand Marshal''s Scaled Chestpiece', '28861', 'High Warlord''s Scaled Chestpiece');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28710', 'Grand Marshal''s Scaled Gauntlets', '28862', 'High Warlord''s Scaled Gauntlets');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28711', 'Grand Marshal''s Scaled Helm', '28863', 'High Warlord''s Scaled Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28712', 'Grand Marshal''s Scaled Legguards', '28864', 'High Warlord''s Scaled Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28713', 'Grand Marshal''s Scaled Shoulders', '28865', 'High Warlord''s Scaled Shoulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28714', 'Grand Marshal''s Silk Amice', '28866', 'High Warlord''s Silk Amice');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28715', 'Grand Marshal''s Silk Cowl', '28867', 'High Warlord''s Silk Cowl');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28716', 'Grand Marshal''s Silk Handguards', '28868', 'High Warlord''s Silk Handguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28717', 'Grand Marshal''s Silk Raiment', '28869', 'High Warlord''s Silk Raiment');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28718', 'Grand Marshal''s Silk Trousers', '28870', 'High Warlord''s Silk Trousers');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28719', 'Grand Marshal''s Wyrmhide Gloves', '28871', 'High Warlord''s Wyrmhide Gloves');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28720', 'Grand Marshal''s Wyrmhide Helm', '28872', 'High Warlord''s Wyrmhide Helm');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28721', 'Grand Marshal''s Wyrmhide Legguards', '28873', 'High Warlord''s Wyrmhide Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28722', 'Grand Marshal''s Wyrmhide Spaulders', '28874', 'High Warlord''s Wyrmhide Spaulders');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28723', 'Grand Marshal''s Wyrmhide Tunic', '28875', 'High Warlord''s Wyrmhide Tunic');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28724', 'Grand Marshal''s Lamellar Legguards', '28834', 'High Warlord''s Lamellar Legguards');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28942', 'Grand Marshal''s Bonegrinder', '28917', 'High Warlord''s Bonegrinder');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28945', 'Grand Marshal''s Decapitator', '28918', 'High Warlord''s Decapitator');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28948', 'Grand Marshal''s Maul', '28919', 'High Warlord''s Maul');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28944', 'Grand Marshal''s Cleaver', '28920', 'High Warlord''s Cleaver');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28946', 'Grand Marshal''s Hacker', '28921', 'High Warlord''s Hacker');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28947', 'Grand Marshal''s Fleshslicer', '28922', 'High Warlord''s Left Ripper');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28949', 'Grand Marshal''s Painsaw', '28923', 'High Warlord''s Painsaw');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28950', 'Grand Marshal''s Bonecracker', '28924', 'High Warlord''s Bonecracker');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28951', 'Grand Marshal''s Pummeler', '28925', 'High Warlord''s Pummeler');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28953', 'Grand Marshal''s Ripper', '28928', 'High Warlord''s Right Ripper');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28957', 'Grand Marshal''s Spellblade', '28931', 'High Warlord''s Spellblade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28960', 'Grand Marshal''s Heavy Crossbow', '28933', 'High Warlord''s Heavy Crossbow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28959', 'Grand Marshal''s War Staff', '28935', 'High Warlord''s War Staff');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28956', 'Grand Marshal''s Slicer', '28937', 'High Warlord''s Slicer');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28941', 'Grand Marshal''s Battletome', '28938', 'High Warlord''s Battletome');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28940', 'Grand Marshal''s Barricade', '28939', 'High Warlord''s Barricade');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29138', 'Arechron''s Gift', '29137', 'Hellscream''s Will');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29151', 'Veteran''s Musket', '29152', 'Marksman''s Bow');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29156', 'Honor''s Call', '29165', 'Warbringer');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29189', 'Arcanum of Renewal', '29190', 'Arcanum of Renewal');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29196', 'Arcanum of Fire Warding', '29197', 'Arcanum of Fire Warding');
|
|
INSERT INTO `player_factionchange_items` VALUES ('29588', 'Burning Legion Missive', '29590', 'Burning Legion Missive');
|
|
INSERT INTO `player_factionchange_items` VALUES ('53097', 'Gnomeregan Drape', '54617', 'Darkspear Shroud');
|
|
INSERT INTO `player_factionchange_items` VALUES ('54651', 'Gnomeregan Pride', '54653', 'Darkspear Pride');
|
|
INSERT INTO `player_factionchange_items` VALUES ('28481', 'Brown Elekk', '29221', 'Black Hawkstrider');
|
|
INSERT INTO `player_factionchange_items` VALUES ('8595', 'Blue Mechanostrider', '29220', 'Blue Hawkstrider');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18772', 'Swift Green Mechanostrider', '18794', 'Great Brown Kodo');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18773', 'Swift White Mechanostrider', '18795', 'Great Gray Kodo');
|
|
INSERT INTO `player_factionchange_items` VALUES ('18774', 'Swift Yellow Mechanostrider', '18793', 'Great White Kodo');
|
|
|
|
INSERT INTO `player_factionchange_items` VALUES ('13328', 'Black Ram', '8586', 'Whistle of the Mottled Red Raptor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('13329', 'Frost Ram', '13317', 'Whistle of the Ivory Raptor');
|
|
INSERT INTO `player_factionchange_items` VALUES ('13327', 'Icy Blue Mechanostrider Mod A', '15292', 'Green Kodo');
|
|
INSERT INTO `player_factionchange_items` VALUES ('13326', 'White Mechanostrider Mod B', '15293', 'Teal Kodo');
|
|
INSERT INTO `player_factionchange_items` VALUES ('12354', 'Palomino Bridle', '12330', 'Horn of the Red Wolf');
|
|
INSERT INTO `player_factionchange_items` VALUES ('12353', 'White Stallion Bridle', '12351', 'Horn of the Arctic Wolf');
|
|
|
|
INSERT INTO `player_factionchange_items` VALUES ('26043', 'Oshu''gun Crystal Powder Sample', '26042', 'Oshu''gun Crystal Powder Sample');
|