aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-02-17 21:12:37 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-21 23:30:48 +0100
commitefc4b8bd82bdd63d63f5e3915769b48cf6315fd8 (patch)
tree16e247fdba83dc920225d89f6dcdbd86e0b2e3aa
parent3a157d33ef2c1b0e3cddb111b70dd56f963f5818 (diff)
DB/GameObjects: Add missing gameobjects to Serpentshrine Cavern
(cherry picked from commit 5a1797d67de4ed9efc8183b9f211a3b6a21cb02f)
-rw-r--r--sql/updates/world/master/2021_12_21_25_world_2020_02_17_02_world.sql5
1 files changed, 5 insertions, 0 deletions
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)