mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
5 lines
149 B
SQL
5 lines
149 B
SQL
-- From Stormwind to Auberdine
|
|
DELETE FROM `transports` WHERE `guid`=2;
|
|
|
|
-- From Orgrimmar to Thunder Bluff
|
|
DELETE FROM `transports` WHERE `guid`=20; |