Files
mod-individual-progression/sql/world/base/optional_remove_transports.sql
2022-05-24 09:12:01 -06:00

6 lines
250 B
SQL

/* Removes transports added in WotLK that remove separation between the continents in early game. */
-- From Stormwind to Auberdine
DELETE FROM `transports` WHERE `guid`=2;
-- From Orgrimmar to Thunder Bluff
DELETE FROM `transports` WHERE `guid`=20;