diff options
author | AriDEV <aridev666@gmail.com> | 2015-01-10 04:09:09 +0000 |
---|---|---|
committer | Nayd <dnpd.dd@gmail.com> | 2015-01-10 04:09:09 +0000 |
commit | aafceb2a932a1d1618adb107e6d163734bc1814c (patch) | |
tree | 174481c65cca8a11615483bb20420c0f0cf40b6e | |
parent | 8db73ccfd5771f946e77c2d2ab241fd74ad37d45 (diff) |
DB/Instances: Add areatrigger teleports for MoP instances entrances and exits
Closes #13873
-rw-r--r-- | sql/updates/world/2015_01_10_04_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_10_04_world.sql b/sql/updates/world/2015_01_10_04_world.sql new file mode 100644 index 00000000000..769dcefdd0c --- /dev/null +++ b/sql/updates/world/2015_01_10_04_world.sql @@ -0,0 +1,16 @@ +DELETE FROM `areatrigger_teleport` WHERE `ID` IN (8134, 7705, 7694, 7726, 8315, 7854, 8135, 7755, 7699, 7725, 8312, 7687); +INSERT INTO `areatrigger_teleport` (ID, `PortLocID`, `Name`) VALUES +-- ENTER INSTANCES +(8134, 4265, 'Mogu''shan Palace - Entrance Teleport Target'), +(7705, 4049, 'Stormstout Brewery - Entrance Target'), +(7694, 4026, 'Shadowpan Hideout - Entrance Target (Shado-Pan Monastery)'), +(7726, 4053, 'Gate of the Setting Sun - Entrance Target'), +(8315, 4269, 'Siege of Niuzao Temple - Entrance Teleport Target'), +(7854, 4024, 'Jade Temple - Entrance Target (Temple of the Jade Serpent)'), +-- EXIT INSTANCES +(8135, 4266, 'Mogu''shan Palace - Exit Teleport Target'), +(7755, 4064, 'Stormstout Brewery - Exit Target'), +(7699, 4025, 'Shadowpan Hideout - Exit Target (Shado-Pan Monastery)'), +(7725, 4054, 'Gate of the Setting Sun - Exit Target'), +(8312, 4352, 'Mantid Siege - Exit Target (Siege of Niuzao Temple)'), +(7687, 4023, 'Jade Temple - Exit Target (Temple of the Jade Serpent)'); |