diff options
-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); +-- |