summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/sql/updates/pending_db_world/rev_1613357478020500900.sql8
1 files changed, 8 insertions, 0 deletions
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 0000000000..4f2f52a85f
--- /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);