From 9db4442d9086786891c386730e3cc033b14ea34c Mon Sep 17 00:00:00 2001 From: sudlud Date: Fri, 23 Jan 2026 13:33:19 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 'Gravestone' spawns (part 2) (#24499) --- .../pending_db_world/rev_1769150670631290100.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1769150670631290100.sql diff --git a/data/sql/updates/pending_db_world/rev_1769150670631290100.sql b/data/sql/updates/pending_db_world/rev_1769150670631290100.sql new file mode 100644 index 000000000..76550ad99 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1769150670631290100.sql @@ -0,0 +1,10 @@ +-- Update gameobject 'Gravestone' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` IN (193986)) AND (`guid` IN (77187)); +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 +(77187, 193986, 571, 0, 0, 1, 1, 7917.5458984375, -2461.020751953125, 1135.9365234375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, "", 45942, NULL); + +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (192261)) AND (`guid` IN (48)); +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 +(48, 192261, 571, 0, 0, 1, 1, 7088.26123046875, -1432.3819580078125, 921.5340576171875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, "", 52237, NULL);