mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spells: Pandaria - Add Challenge Mode teleport location data
Closes #18324 by Krudor
This commit is contained in:
13
sql/updates/world/master/2016_11_27_01_world.sql
Normal file
13
sql/updates/world/master/2016_11_27_01_world.sql
Normal 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);
|
||||
--
|
||||
Reference in New Issue
Block a user