From 3f4c5d0e9ad4279c81b5309ead0ce2e96a6db90c Mon Sep 17 00:00:00 2001 From: sudlud Date: Mon, 2 Feb 2026 10:43:57 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 'Broken Cart' spawns (#24587) --- .../sql/updates/pending_db_world/rev_1770019001799459700.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1770019001799459700.sql diff --git a/data/sql/updates/pending_db_world/rev_1770019001799459700.sql b/data/sql/updates/pending_db_world/rev_1770019001799459700.sql new file mode 100644 index 000000000..45d6bca57 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1770019001799459700.sql @@ -0,0 +1,5 @@ +-- Update gameobject 'Broken Cart' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (186807)) AND (`guid` IN (171)); +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 +(171, 186807, 1, 0, 0, 1, 1, 828.43792724609375, -4508.498046875, 6.702891826629638671, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, "", 45613, NULL);