INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (20808, "Ratchet and Booty Bay", 350818);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (176244, "Teldrassil and Auberdine", 316251);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (176231, "Menethil Harbor and Theramore Isle", 329313);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (176310, "Menethil Harbor and Auberdine", 295579);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (177233, "Forgotton Coast and Feathermoon Stronghold", 317038);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (164871, "Orgrimmar and Undercity", 356284);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (175080, "Grom'Gol Base Camp and Orgrimmar", 303463);
INSERT INTO `transports` (`entry`, `name`, `period`)
VALUES (176495, "Grom'Gol Base Camp and Undercity", 333044);
UPDATE `gameobject_template` SET `sound0` = '241' WHERE `entry` =20808 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '302' WHERE `entry` =164871 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '285' WHERE `entry` =175080 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '292' WHERE `entry` =176231 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '293' WHERE `entry` =176244 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '295' WHERE `entry` =176310 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '301' WHERE `entry` =176495 LIMIT 1;
UPDATE `gameobject_template` SET `sound0` = '303' WHERE `entry` =177233 LIMIT 1;