mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Optional AQ Questline Rep tweak
This commit is contained in:
6
sql/world/base/optional_remove_transports.sql
Normal file
6
sql/world/base/optional_remove_transports.sql
Normal 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;
|
||||
Reference in New Issue
Block a user