From 9e1d77c27c0d51e69911290398c02fc2d90fa778 Mon Sep 17 00:00:00 2001 From: sudlud Date: Wed, 6 Nov 2024 15:43:00 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/Gameobject):=20Sniffed=20Values=20for=20?= =?UTF-8?q?'Lauranna's=20Guide=20to=20Zangarmar=E2=80=A6=20(#20464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Gameobject): Sniffed Values for 'Lauranna's Guide to Zangarmarsh Plants' spawns --- .../updates/pending_db_world/rev_1730893568606190900.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1730893568606190900.sql diff --git a/data/sql/updates/pending_db_world/rev_1730893568606190900.sql b/data/sql/updates/pending_db_world/rev_1730893568606190900.sql new file mode 100644 index 000000000..251e3ce11 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1730893568606190900.sql @@ -0,0 +1,6 @@ +-- Update gameobject 'Lauranna's Guide to Zangarmarsh Plants' with sniffed values +-- new spawns +DELETE FROM `gameobject` WHERE (`id` IN (182066)) +AND (`guid` IN (32)); +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 +(32, 182066, 530, 0, 0, 1, 1, -216.416015625, 5441.63818359375, 22.15843963623046875, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, "", 45704, NULL);