fix(DB/Gameobject): Sniffed Values for 'Zul' Aman cages' spawns (#20474)

* fix(DB/Gameobject): Sniffed Values for 'Zul' Aman cages' spawns

* Update rev_1730924996458156200.sql

fix spawnMask
This commit is contained in:
sudlud
2024-11-07 15:40:01 +01:00
committed by GitHub
parent e10ef04809
commit 5901ca335c

View File

@@ -0,0 +1,26 @@
-- Update gameobject 'Zul' Aman cages' with sniffed values
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (186338, 186482, 187377, 187378, 187379, 187380))
AND (`guid` BETWEEN 1974 AND 1989);
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
-- Zul'Aman Dummy Cage
(1974, 186338, 568, 0, 0, 1, 1, -23.4402122497558593, 1333.1806640625, 48.17390823364257812, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 7200, 255, 1, "", 50375, NULL),
(1975, 186338, 568, 0, 0, 1, 1, 397.308502197265625, 1083.4554443359375, 5.417239189147949218, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 7200, 255, 1, "", 49345, NULL),
(1976, 186338, 568, 0, 0, 1, 1, 398.436737060546875, 1152.451416015625, 6.343639850616455078, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, "", 49345, NULL),
(1977, 186338, 568, 0, 0, 1, 1, 407.256195068359375, 1502.6666259765625, 81.6372222900390625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 7200, 255, 1, "", 49345, NULL),
(1978, 186338, 568, 0, 0, 1, 1, 417.833648681640625, 1499.6029052734375, 81.6331787109375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 7200, 255, 1, "", 49345, NULL),
-- Zul'Aman Dummy Cage - Open
(1979, 186482, 568, 0, 0, 1, 1, -149.089523315429687, 1349.99169921875, 48.17388916015625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 7200, 255, 0, "", 49345, NULL),
(1980, 186482, 568, 0, 0, 1, 1, -22.091470718383789, 1350.190673828125, 48.17392349243164062, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 7200, 255, 0, "", 49345, NULL),
(1981, 186482, 568, 0, 0, 1, 1, -74.6319427490234375, 1138.7030029296875, 5.202055931091308593, 0, 0, 0, 0, 1, 7200, 255, 0, "", 49345, NULL),
(1982, 186482, 568, 0, 0, 1, 1, 294.25238037109375, 1457.9625244140625, 81.50594329833984375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 7200, 255, 0, "", 49345, NULL),
(1983, 186482, 568, 0, 0, 1, 1, 341.059356689453125, 1311.293701171875, 81.5876007080078125, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 7200, 255, 0, "", 49345, NULL),
(1984, 186482, 568, 0, 0, 1, 1, 383.4884033203125, 1152.2911376953125, 6.343660831451416015, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 7200, 255, 0, "", 49345, NULL),
-- Tanzar's Cage
(1985, 187377, 568, 0, 0, 1, 1, -147.7314453125, 1333.4722900390625, 48.17388153076171875, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 7200, 255, 1, "", 49345, NULL),
-- Harkor's Cage
(1986, 187378, 568, 0, 0, 1, 1, 296.333648681640625, 1468.3734130859375, 81.50595855712890625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 7200, 255, 1, "", 49345, NULL),
-- Kraz's Cage
(1987, 187379, 568, 0, 0, 1, 1, -73.7865676879882812, 1164.5782470703125, 5.203399181365966796, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, "", 49345, NULL),
-- Ashli's Cage
(1988, 187380, 568, 0, 0, 1, 1, 383.673614501953125, 1083.18408203125, 5.75323486328125, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 7200, 255, 1, "", 49345, NULL);