diff options
author | Killyana <morphone1@gmail.com> | 2019-01-12 17:46:52 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 15:03:44 +0100 |
commit | 6f958e38686f0784ec2c28bb5f0ffa08be2acbf7 (patch) | |
tree | 3cb69dd9235e9e73b4a414b76a5bdafb3db8080a | |
parent | 5f5f0e8eee2852dfb6d5df0cb814764c745d26d1 (diff) |
DB/GameObject: Fel Cannonball Stack
(cherry picked from commit d431ce3bb7ffcd47374a0f00bae6c3c92c359ce3)
-rw-r--r-- | sql/updates/world/master/2021_11_21_18_world_2019_01_12_09_world.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_18_world_2019_01_12_09_world.sql b/sql/updates/world/master/2021_11_21_18_world_2019_01_12_09_world.sql new file mode 100644 index 00000000000..947af553e8f --- /dev/null +++ b/sql/updates/world/master/2021_11_21_18_world_2019_01_12_09_world.sql @@ -0,0 +1,17 @@ +-- Fel Cannonball Stack +DELETE FROM `gameobject` WHERE `guid` IN (7028,7029,7035,7038,7042,7059,7062,7064,7066,7067,7068,7069,7073,7075); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7028, 185861, 530, '0', 0, 1724.264, 7378.032, 369.8983, 4.1538850, 0, 0, -0.8746195, 0.48481010, 300, 100, 1), +(7029, 185861, 530, '0', 0, 1699.965, 7339.737, 370.0056, 2.8274300, 0, 0, 0.98768810, 0.15643620, 300, 100, 1), +(7035, 185861, 530, '0', 0, 1635.7282, 7236.3793, 368.836, 3.385048, 0, 0, 0.92387870, 0.38268550, 300, 100, 1), +(7038, 185861, 530, '0', 0, 1650.052, 7206.133, 369.0356, 1.2217290, 0, 0, 0.57357600, 0.81915240, 300, 100, 1), +(7042, 185861, 530, '0', 0, 1444.903, 7303.924, 373.7010, 2.9146900, 0, 0, 0.99357130, 0.11320840, 300, 100, 1), +(7059, 185861, 530, '0', 0, 1412.624, 7361.099, 370.1049, 0.2617982, 0, 0, 0.13052560, 0.99144490, 300, 100, 1), +(7062, 185861, 530, '0', 0, 1437.102, 7289.250, 373.7963, 0.4886912, 0, 0, 0.24192140, 0.97029580, 300, 100, 1), +(7064, 185861, 530, '0', 0, 1339.803, 7300.026, 368.5673, 0.3665176, 0, 0, 0.18223480, 0.98325500, 300, 100, 1), +(7066, 185861, 530, '0', 0, 1341.605, 7217.468, 375.0737, 1.3439010, 0, 0, 0.62251380, 0.78260880, 300, 100, 1), +(7067, 185861, 530, '0', 0, 1521.983, 7309.528, 367.4526, 0.6453460, 0, 0, -0.4924231, 0.87035600, 300, 100, 1), +(7068, 185861, 530, '0', 0, 1303.507, 7190.829, 371.5774, 3.2986870, 0, 0, -0.9969168, 0.07846643, 300, 100, 1), +(7069, 185861, 530, '0', 0, 1361.807, 7161.544, 371.1580, 0.1047193, 0, 0, 0.05233574, 0.99862960, 300, 100, 1), +(7073, 185861, 530, '0', 0, 1448.179, 7207.929, 369.0707, 5.5676010, 0, 0, -0.3502073, 0.93667220, 300, 100, 1), +(7075, 185861, 530, '0', 0, 1508.000, 7209.453, 370.4677, 0.2094394, 0, 0, 0.10452840, 0.99452190, 300, 100, 1); |