fix(DB/Creature): Sniffed Values for 'Catrina' spawns (#24840)

This commit is contained in:
sudlud
2026-02-24 01:48:22 +01:00
committed by GitHub
parent 34f1d2b39a
commit 782d4d539d

View File

@@ -0,0 +1,18 @@
-- Update creature 'Catrina' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` IN (34383)) AND (`guid` IN (240226, 240227, 240259, 240260, 240261, 240262, 240263, 240264, 240265, 240266));
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(240226, 34383, 1, 1, 1, 1, 1181.736083984375, -4463.10791015625, 21.34230422973632812, 1.221730470657348632, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240227, 34383, 0, 1, 1, 1, -9329.3876953125, 178.1302032470703125, 61.78533172607421875, 3.909537553787231445, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240259, 34383, 571, 1, 1, 1, 5852.19775390625, 763.51214599609375, 641.49072265625, 3.909537553787231445, 120, 0, 0, 0, 0, 0, "", 46248, 1, NULL),
(240260, 34383, 0, 1, 1, 1, 1803.7447509765625, 219.59722900390625, 60.44121551513671875, 1.361356854438781738, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240261, 34383, 530, 1, 1, 1, 9409.2080078125, -6841.0087890625, 16.17881965637207031, 2.513274192810058593, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240262, 34383, 1, 1, 1, 1, 10048.3330078125, 2122.397705078125, 1330.0263671875, 3.141592741012573242, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240263, 34383, 1, 1, 1, 1, -977.62677001953125, -74.53125, 19.17006301879882812, 0.244346097111701965, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240264, 34383, 530, 1, 1, 1, -4314.36474609375, -12451.16015625, 17.92534828186035156, 5.724679946899414062, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240265, 34383, 530, 1, 1, 1, -1792.2708740234375, 4921.30810546875, -21.5448799133300781, 2.58308720588684082, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
(240266, 34383, 0, 1, 1, 1, -5145.17041015625, -856.00177001953125, 508.79412841796875, 0.907571196556091308, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL);
-- enable all spawns for eventEntry 51
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 51) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` IN (34383)));
INSERT INTO `game_event_creature` (SELECT 51, `guid` FROM `creature` WHERE `id1` IN (34383));