diff options
author | Killyana <morphone1@gmail.com> | 2019-01-11 16:25:06 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 14:34:25 +0100 |
commit | a65c27c07a67efaf6a32c34426cdd04180b41f02 (patch) | |
tree | 98e9977d9be178150918b543a274ff71b27981f3 | |
parent | 122c89c907ffa7f32051779835b62b142c9a5293 (diff) |
DB/GameObject: Fel Crystalforge
Fix positions and add missing spawns
(cherry picked from commit 14cf9c3fba7d209f82f2588babd7c80178254017)
-rw-r--r-- | sql/updates/world/master/2021_11_21_07_world_2019_01_11_01_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_07_world_2019_01_11_01_world.sql b/sql/updates/world/master/2021_11_21_07_world_2019_01_11_01_world.sql new file mode 100644 index 00000000000..39aeb2bb894 --- /dev/null +++ b/sql/updates/world/master/2021_11_21_07_world_2019_01_11_01_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `gameobject_template` SET `ScriptName`="go_fel_crystalforge" WHERE `entry` IN (185920); +DELETE FROM `gameobject` WHERE `guid` IN (6691,6692); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6691, 185924, 530, '0', 0, 1476.589, 7244.074, 374.3083, 4.4855000, 0, 0, -0.7826071, 0.6225160, 300, 255, 1), +(6692, 185923, 530, '0', 0, 2943.139, 7064.306, 370.4980, 3.5342910, 0, 0, -0.9807854, 0.1950899, 300, 255, 1); + +UPDATE `gameobject` SET `id`=185920, `position_x`=1476.498, `position_y`=7247.337, `position_z`=374.3120, `orientation`=4.1538850, `rotation0`=0, `rotation1`=0,`rotation2`=-0.8746195, `rotation3`=0.4848101 WHERE `guid`=150113; +UPDATE `gameobject` SET `position_x`=2944.871, `position_y`=7067.285, `position_z`=370.3803, `orientation`=3.5081170, `rotation0`=0, `rotation1`=0,`rotation2`=-0.9832544, `rotation3`=0.1822380 WHERE `guid`=150112; + +UPDATE `creature` SET `position_x`=1476.431, `position_y`=7247.260, `position_z`=376.4296, `orientation`=4.15388300 WHERE `guid`=80435; +UPDATE `creature` SET `position_x`=2944.764, `position_y`=7067.285, `position_z`=372.1829, `orientation`=3.45575200 WHERE `guid`=80436; |