From 2b97bf4329460fc3af64a2664a498d90230f1fa1 Mon Sep 17 00:00:00 2001 From: sudlud Date: Fri, 26 Apr 2024 01:04:36 +0200 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 'Doodad_DwarfSign_Alchemist01' spawns (#18777) --- .../updates/pending_db_world/rev_1713785804437634300.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1713785804437634300.sql diff --git a/data/sql/updates/pending_db_world/rev_1713785804437634300.sql b/data/sql/updates/pending_db_world/rev_1713785804437634300.sql new file mode 100644 index 0000000000000..aa79c72e0b278 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1713785804437634300.sql @@ -0,0 +1,7 @@ +-- Update gameobject 'Doodad_DwarfSign_Alchemist01' with sniffed values +-- this spawn was using the (incorrect) ID 34357 before +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` IN (175664, 34357)) +AND (`guid` IN (14232)); +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 +(14232, 175664, 369, 0, 0, 1, 1, 146.4382476806640625, 27.88295173645019531, -0.14269599318504333, 3.878999233245849609, 0, 0, -0.93279552459716796, 0.360406070947647094, 7200, 255, 1, "", 50250, NULL);