diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-11-27 08:15:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-27 08:15:13 +0100 |
| commit | 90070d59ea806be4d555097591db7ec7c24b2b75 (patch) | |
| tree | 39e8b6c6fb85ba1a81e82454df0e40db36fc1400 | |
| parent | 08ab48ea5bf01cb35fbb5b105e51bc1a128704d6 (diff) | |
DB/Spells: Pandaria - Add Challenge Mode teleport location data
Closes #18324 by Krudor
| -rw-r--r-- | sql/updates/world/master/2016_11_27_01_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_11_27_01_world.sql b/sql/updates/world/master/2016_11_27_01_world.sql new file mode 100644 index 00000000000..5dc8c70dbcd --- /dev/null +++ b/sql/updates/world/master/2016_11_27_01_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `spell_target_position` WHERE `ID` IN(131204,131205,131206,131222,131225,131228,131229,131231,131232); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES +(131204, 0, 870, 948.634, -2430.95, 168.599, 22996), +(131205, 0, 870, -631.466, 1281.78, 135.938, 22996), +(131206, 0, 870, 3565.99, 2548.99, 768.24, 22996), +(131222, 0, 870, 1376.91, 454.29, 478.967, 18414), +(131225, 0, 870, 648.836, 2074.4, 370.144, 22996), +(131228, 0, 870, 1344.45, 5000.42, 117.339, 22996), +(131229, 0, 0, 2898.84, -808.51, 160.333, 22996), +(131231, 0, 0, 2886.3, -813.745, 160.333, 18414), +(131232, 0, 0, 1229.3, -2599.22, 88.7904, 22996); +-- |
