DB/Spells: Pandaria - Add Challenge Mode teleport location data

Closes #18324 by Krudor
This commit is contained in:
Aokromes
2016-11-27 08:15:13 +01:00
committed by GitHub
parent 08ab48ea5b
commit 90070d59ea

View File

@@ -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);
--