diff options
| author | Killyana <morphone1@gmail.com> | 2019-01-11 16:25:06 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-01-11 16:25:06 +0100 |
| commit | 14cf9c3fba7d209f82f2588babd7c80178254017 (patch) | |
| tree | c39136a745312b137c79cf634ec9c7b409035e71 | |
| parent | a854b2a2ee4e02d0a584c7ed061cc404cb84d7d8 (diff) | |
DB/GameObject: Fel Crystalforge
Fix positions and add missing spawns
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_11_01_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_11_01_world.sql b/sql/updates/world/3.3.5/2019_01_11_01_world.sql new file mode 100644 index 00000000000..acfa2165df2 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6691, 185924, 530, 1, 1, 1476.589, 7244.074, 374.3083, 4.4855000, 0, 0, -0.7826071, 0.6225160, 300, 255, 1), +(6692, 185923, 530, 1, 1, 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; |
