From bc3ef723af5d0c1bad448f1ac3e0c6bf72c78f8c Mon Sep 17 00:00:00 2001 From: sudlud Date: Sun, 18 Feb 2024 11:13:30 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 19878 'Parts Crate' (#18352) --- .../sql/updates/pending_db_world/rev_1708176682270821900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1708176682270821900.sql diff --git a/data/sql/updates/pending_db_world/rev_1708176682270821900.sql b/data/sql/updates/pending_db_world/rev_1708176682270821900.sql new file mode 100644 index 000000000..f6da5e609 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1708176682270821900.sql @@ -0,0 +1,5 @@ +-- Update gameobject 19878 'Parts Crate' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` = 19878) AND (`guid` IN (15)); +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 +(15, 19878, 1, 0, 0, 1, 1, -6232.25537109375, -3854.71875, -58.7500534057617187, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, "", 51943, NULL);