From efc4b8bd82bdd63d63f5e3915769b48cf6315fd8 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 17 Feb 2020 21:12:37 +0100 Subject: DB/GameObjects: Add missing gameobjects to Serpentshrine Cavern (cherry picked from commit 5a1797d67de4ed9efc8183b9f211a3b6a21cb02f) --- sql/updates/world/master/2021_12_21_25_world_2020_02_17_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_12_21_25_world_2020_02_17_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_21_25_world_2020_02_17_02_world.sql b/sql/updates/world/master/2021_12_21_25_world_2020_02_17_02_world.sql new file mode 100644 index 00000000000..9e7c9a3543d --- /dev/null +++ b/sql/updates/world/master/2021_12_21_25_world_2020_02_17_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (9375,9378); +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 +(9375, 185116, 548, 3607, 0, '4', 0, 348.987, -684.119, -12.39, 0.004, 0, 0, -0.00199676, -0.999998, 300, 0, 1, 15595), -- 184571 (Area: 0 - Difficulty: 0) +(9378, 184956, 548, 3607, 0, '4', 0, 38.6884, -418.089, -19.8813, 5.53269, 0, 0, -1, 0, 10, 0, 1, 15595); -- 184571 (Area: 0 - Difficulty: 0) -- cgit v1.2.3