mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
chore(DB/Transports): Replace transport name fields with consistent text. (#14894)
* Init * Hark! A new line! * Correct a faction. Silly predecessors.
This commit is contained in:
20
data/sql/updates/pending_db_world/transport-rename.sql
Normal file
20
data/sql/updates/pending_db_world/transport-rename.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
UPDATE `transports` SET `name` = 'Grom\'gol Base Camp, Stranglethorn Vale and Undercity, Tirisfal Glades (Zeppelin, Horde ("The Purple Princess"))' WHERE `entry` = 176495;
|
||||
UPDATE `transports` SET `name` = 'Auberdine, Darkshore and Stormwind Harbor (Boat, Alliance ("The Bravery"))' WHERE `entry` = 176310;
|
||||
UPDATE `transports` SET `name` = 'Auberdine, Darkshore and Rut\'theran Village, Teldrassil (Boat, Alliance ("The Moonspray"))' WHERE `entry` = 176244;
|
||||
UPDATE `transports` SET `name` = 'Menethil Harbor, Wetlands and Theramore Isle, Dustwallow Marsh (Boat, Alliance ("The Lady Mehley"))' WHERE `entry` = 176231;
|
||||
UPDATE `transports` SET `name` = 'Grom\'gol Base Camp, Stranglethorn Vale and Orgrimmar, Durotar (Zeppelin, Horde ("The Iron Eagle"))' WHERE `entry` = 175080;
|
||||
UPDATE `transports` SET `name` = 'Undercity, Tirisfal Glades and Orgrimmar, Durotar (Zeppelin, Horde ("The Thundercaller"))' WHERE `entry` = 164871;
|
||||
UPDATE `transports` SET `name` = 'Booty Bay, Stranglethorn Vale and Ratchet, The Barrens (Boat, Neutral ("The Maiden\'s Fancy"))' WHERE `entry` = 20808;
|
||||
UPDATE `transports` SET `name` = 'The Forgotten Coast, Feralas and Feathermoon Stronghold, Feralas (Boat, Alliance ("Feathermoon Ferry"))' WHERE `entry` = 177233;
|
||||
UPDATE `transports` SET `name` = 'Auberdine, Darkshore and Valaar\'s Berth, Azuremyst Isle (Boat, Alliance ("Elune\'s Blessing"))' WHERE `entry` = 181646;
|
||||
UPDATE `transports` SET `name` = 'Menethil Harbor, Wetlands and Valgarde, Howling Fjord (Boat, Alliance ("Northspear"))' WHERE `entry` = 181688;
|
||||
UPDATE `transports` SET `name` = 'Undercity, Tirisfal Glades and Vengeance Landing, Howling Fjord (Zeppelin, Horde ("Cloudkisser"))' WHERE `entry` = 181689;
|
||||
UPDATE `transports` SET `name` = 'Orgrimmar, Durotar and Warsong Hold, Borean Tundra (Zeppelin, Horde ("The Mighty Wind"))' WHERE `entry` = 186238;
|
||||
UPDATE `transports` SET `name` = 'Westguard Keep, Howling Fjord and Shattered Straits, Howling Fjord (Zeppelin, Alliance)' WHERE `entry` = 186371;
|
||||
UPDATE `transports` SET `name` = 'Garvan\'s Reef (Boat, Neutral ("Sister Mercy"))' WHERE `entry` = 187038;
|
||||
UPDATE `transports` SET `name` = 'Unu\'pe, Borean Tundra and Moa\'ki Harbor, Dragonblight (Turtle, Neutral ("Walker of Waves"))' WHERE `entry` = 187568;
|
||||
UPDATE `transports` SET `name` = 'Kamagua, Howling Fjord and Moa\'ki Harbor, Dragonblight (Turtle, Neutral ("Green Island"))' WHERE `entry` = 188511;
|
||||
UPDATE `transports` SET `name` = 'Valiance Keep, Borean Tundra and Stormwind Harbor (Boat, Alliance ("The Kraken"))' WHERE `entry` = 190536;
|
||||
UPDATE `transports` SET `name` = 'Icecrown (Gunship, Horde ("Orgrim\'s Hammer"))' WHERE `entry` = 192241;
|
||||
UPDATE `transports` SET `name` = 'Icecrown (Gunship, Alliance ("The Skybreaker"))' WHERE `entry` = 192242;
|
||||
UPDATE `transports` SET `name` = 'Orgrimmar, Durotar and Thunder Bluff, Mulgore (Zeppelin, Horde ("The Zephyr"))' WHERE `entry` = 190549;
|
||||
Reference in New Issue
Block a user