From e93d3ffd273b8abca56889638c49ce0470e2eb29 Mon Sep 17 00:00:00 2001 From: sudlud Date: Wed, 1 Oct 2025 09:33:13 +0200 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for '186957' spawns (#22953) --- .../sql/updates/pending_db_world/rev_1758137104606834700.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1758137104606834700.sql diff --git a/data/sql/updates/pending_db_world/rev_1758137104606834700.sql b/data/sql/updates/pending_db_world/rev_1758137104606834700.sql new file mode 100644 index 000000000..439da7809 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1758137104606834700.sql @@ -0,0 +1,5 @@ +-- Update gameobject '186957' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` IN (186957)) AND (`guid` IN (65654)); +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 +(65654, 186957, 571, 0, 0, 1, 1, 514.50347900390625, -5936.9287109375, 313.857574462890625, 3.141527414321899414, -0.02631568908691406, 0.036975860595703125, 0.998969078063964843, 0.001006617560051381, 120, 255, 0, "", 48632, NULL);