fix(DB/Gameobject): Sniffed Values for 'Draenethyst Mine Crystal' spawns (#20205)

This commit is contained in:
sudlud
2024-10-14 23:22:54 +02:00
committed by GitHub
parent 9fe7667430
commit 591f39f792

View File

@@ -0,0 +1,21 @@
-- Update gameobject 'Draenethyst Mine Crystal' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` IN (184689))
AND (`guid` IN (25510, 25511, 25512, 25513));
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
(25510, 184689, 530, 0, 0, 1, 1, 1388.2451171875, 6547.3505859375, 11.69665908813476562, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 181, 255, 1, "", 45704, NULL),
(25511, 184689, 530, 0, 0, 1, 1, 1361.4273681640625, 6612.55615234375, -12.2869329452514648, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 181, 255, 1, "", 45942, NULL),
(25512, 184689, 530, 0, 0, 1, 1, 1343.68603515625, 6540.97900390625, 6.092723846435546875, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 181, 255, 1, "", 45942, NULL),
(25513, 184689, 530, 0, 0, 1, 1, 1351.0885009765625, 6585.18603515625, -7.47749614715576171, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 181, 255, 1, "", 45942, NULL);
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (184689))
AND (`guid` IN (286, 287, 288, 289, 290, 291, 292));
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
(286, 184689, 530, 0, 0, 1, 1, 1303.167236328125, 6605.68017578125, -7.54029703140258789, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 181, 255, 1, "", 45942, NULL),
(287, 184689, 530, 0, 0, 1, 1, 1310.228271484375, 6705.1630859375, -18.4085350036621093, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 181, 255, 1, "", 45942, NULL),
(288, 184689, 530, 0, 0, 1, 1, 1319.365478515625, 6628.2421875, -8.98430633544921875, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 181, 255, 1, "", 45942, NULL),
(289, 184689, 530, 0, 0, 1, 1, 1319.4683837890625, 6672.37890625, -19.1232185363769531, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 181, 255, 1, "", 45942, NULL),
(290, 184689, 530, 0, 0, 1, 1, 1368.6573486328125, 6687.1484375, -21.0584907531738281, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 181, 255, 1, "", 45942, NULL),
(291, 184689, 530, 0, 0, 1, 1, 1392.392333984375, 6637.54931640625, -15.6357831954956054, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 181, 255, 1, "", 45942, NULL),
(292, 184689, 530, 0, 0, 1, 1, 1395.9932861328125, 6693.228515625, -18.150156021118164, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 181, 255, 1, "", 45942, NULL);