diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2014-11-19 21:36:54 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2014-11-19 21:36:54 -0500 |
commit | ca5824799f2f8767984d2a2095d638bbd62970ac (patch) | |
tree | ae03dc29ab40a761febd9fc3d5ca8f68c50aa37f | |
parent | 4764c3ea7735d238c7606dd68ea95dab2d1fcb47 (diff) |
DB/Misc: Updated the change faction reputations up to 6.0.3.19057
-rw-r--r-- | sql/updates/world/2014_11_19_01_world.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_19_01_world.sql b/sql/updates/world/2014_11_19_01_world.sql new file mode 100644 index 00000000000..3019db4045f --- /dev/null +++ b/sql/updates/world/2014_11_19_01_world.sql @@ -0,0 +1,15 @@ +DELETE FROM `player_factionchange_reputations` WHERE `alliance_id` IN (1134, 1174, 1242, 1353, 1376, 1387, 1419, 1682, 1691, 1710, 1731, 1733, 1738); +INSERT INTO `player_factionchange_reputations` (`alliance_id`, `horde_id`) VALUES +(1134, 1133), -- Gilneas <-> Bilgewater Cartel +(1174, 1172), -- Wildhammer Clan <-> Dragonmaw Clan +(1242, 1228), -- Pearlfin Jinyu <-> Forest Hozen +(1353, 1352), -- Tushui Pandaren <-> Huojin Pandaren +(1376, 1375), -- Operation: Shieldwall <-> Dominance Offensive +(1387, 1388), -- Kirin Tor Offensive <-> Sunreaver Onslaught +(1419, 1374), -- Bizmo's Brawlpub (Season 1) <-> Brawl'gar Arena (Season 1) +(1682, 1681), -- Wrynn's Vanguard <-> Vol'jin's Spear +(1691, 1690), -- Bizmo's Brawlpub <-> Brawl'gar Arena +(1710, 1708), -- Sha'tari Defense <-> Laughing Skull Orcs +(1731, 1445), -- Council of Exarchs <-> Frostwolf Orcs +(1733, 1739), -- Delvar Ironfist <-> Vivianne +(1738, 1740); -- Defender Illona <-> Aeda Brightdawn |