mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
6 lines
250 B
SQL
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; |