From b933b7c5d6bdff84a7b0a56bbeb3bccc8095e1ef Mon Sep 17 00:00:00 2001 From: Teppic1 Date: Mon, 23 Oct 2017 23:14:38 +0200 Subject: DB/Gameobject: Add Missing bonfire in Amani Catacombs Closes #20688 (cherry picked from commit 93b1e9977c23e3e62163bb67fabad97524e5297b) --- .../world/master/2021_01_09_09_world_2017_10_23_05_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2021_01_09_09_world_2017_10_23_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_01_09_09_world_2017_10_23_05_world.sql b/sql/updates/world/master/2021_01_09_09_world_2017_10_23_05_world.sql new file mode 100644 index 00000000000..f43a64444da --- /dev/null +++ b/sql/updates/world/master/2021_01_09_09_world_2017_10_23_05_world.sql @@ -0,0 +1,8 @@ +-- +SET @OGUID:=970; +DELETE FROM `gameobject` WHERE `guid`=@OGUID; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID, 192612, 530, 3433, 3509, '0', 0, 7567.479, -7359.604, 161.8884, 3.159062, 0, 0, -0.9999619, 0.008734641, 120, 255, 1, 14545); -- 192612 +DELETE FROM `gameobject_addon` WHERE `guid`=@OGUID; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`) VALUES +(@OGUID, 0, 0, 0.9999619, -0.00872653); -- 192612 -- cgit v1.2.3