From a2785badd14b6ba5951cfbdc5fd89b1a1042e64c Mon Sep 17 00:00:00 2001 From: sudlud Date: Thu, 9 Oct 2025 14:16:10 +0200 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 'Frostglow' spawns (#23099) --- .../sql/updates/pending_db_world/rev_1759576487953177900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1759576487953177900.sql diff --git a/data/sql/updates/pending_db_world/rev_1759576487953177900.sql b/data/sql/updates/pending_db_world/rev_1759576487953177900.sql new file mode 100644 index 000000000..4bc554380 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1759576487953177900.sql @@ -0,0 +1,5 @@ +-- Update gameobject 'Frostglow' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (192077)) AND (`guid` IN (46)); +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 +(46, 192077, 571, 0, 0, 1, 8, 7214.13720703125, -2652.241455078125, 820.3399658203125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, "", 46248, NULL);