Optional AQ Questline Rep tweak

This commit is contained in:
郑佩茹
2022-05-24 09:12:01 -06:00
parent 8038013f64
commit fb4069885b
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* 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;