From 60ee3500a650e4a3968f68f388e2619de0d23dd8 Mon Sep 17 00:00:00 2001 From: Vox Date: Mon, 15 Feb 2021 09:53:00 -0500 Subject: [PATCH] fix(db/GameObject): Adjust XYZ of Copper Vein (#4576) --- .../updates/pending_db_world/rev_1613357478020500900.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1613357478020500900.sql diff --git a/data/sql/updates/pending_db_world/rev_1613357478020500900.sql b/data/sql/updates/pending_db_world/rev_1613357478020500900.sql new file mode 100644 index 000000000..4f2f52a85 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1613357478020500900.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613357478020500900'); + +/* Move Copper Vein GUID 4788 to avoid being spawned inside of a map object +*/ + +DELETE FROM `gameobject` WHERE (`id` = 1731) AND (`guid` IN (4788)); +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 +(4788, 1731, 1, 0, 0, 1, 1, 1125.928345, -4498.002441, 20.325047, 4.777278, 0, 0, 0.704938, 0.709268, 900, 100, 1, '', 0);