fix(DB/Gameobject): Add heroic version of Cache of the Legion (#16524)

Create rev_1686619097901055400.sql
This commit is contained in:
Gultask
2023-06-17 11:26:45 -03:00
committed by GitHub
parent e515dfaa58
commit 02876083e4

View File

@@ -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);