From 48537e859f435afd5e765856395d4ece99de48e8 Mon Sep 17 00:00:00 2001 From: "Jan M. D. Hansen" <53914190+jamadaha@users.noreply.github.com> Date: Mon, 11 Oct 2021 00:02:17 +0200 Subject: [PATCH] fix(DB/Gameobject): Moves a Goldthorn herb to the ground (#8104) - Closes #5934 --- .../sql/updates/pending_db_world/rev_1632681445196667900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1632681445196667900.sql diff --git a/data/sql/updates/pending_db_world/rev_1632681445196667900.sql b/data/sql/updates/pending_db_world/rev_1632681445196667900.sql new file mode 100644 index 000000000..eefa52ec9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1632681445196667900.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632681445196667900'); + +DELETE FROM `gameobject` WHERE (`id` = 2046) AND (`guid` IN (8699)); +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`) VALUES +(8699, 2046, 0, 0, 0, 1, 1, -807.73, -3595.466797, 76.099289, 2.67, 0, 0, 0, 0, 60, 100, 1, '', 0);