From 02876083e4822ede4eb59c09358687656cbc889a Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:26:45 -0300 Subject: [PATCH] fix(DB/Gameobject): Add heroic version of Cache of the Legion (#16524) Create rev_1686619097901055400.sql --- .../updates/pending_db_world/rev_1686619097901055400.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1686619097901055400.sql diff --git a/data/sql/updates/pending_db_world/rev_1686619097901055400.sql b/data/sql/updates/pending_db_world/rev_1686619097901055400.sql new file mode 100644 index 000000000..e643c23df --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1686619097901055400.sql @@ -0,0 +1,6 @@ +-- +UPDATE `gameobject` SET `spawnMask` = `spawnMask`&~2 WHERE `guid`=9890 AND `id` = 184465; + +DELETE FROM `gameobject` WHERE `guid` = 9891 AND `id` = 184849; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(9891, 184849, 554, 3849, 3849, 2, 222.543, 70.6106, -0.00479339, 4.67748, -0.719339, 0.694659, 7200, 255, 1, 46924);