From 4f19eb9b815c5e5da75c039e0981141eb9898718 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 4 Oct 2025 02:29:34 +0200 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 'Stolen Pack' spawns (#23094) --- .../sql/updates/pending_db_world/rev_1759524261297901900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1759524261297901900.sql diff --git a/data/sql/updates/pending_db_world/rev_1759524261297901900.sql b/data/sql/updates/pending_db_world/rev_1759524261297901900.sql new file mode 100644 index 000000000..452a5e007 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1759524261297901900.sql @@ -0,0 +1,5 @@ +-- Update gameobject 'Stolen Pack' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (191726)) AND (`guid` IN (42)); +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 +(42, 191726, 571, 0, 0, 1, 1, 7312.4150390625, -1610.486572265625, 944.2940673828125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, "", 47720, NULL);