From dd967a9d5e1df918d75c94dafe5565eaccc4baec Mon Sep 17 00:00:00 2001 From: syssneck <68868567+syssneck@users.noreply.github.com> Date: Mon, 11 Oct 2021 00:05:36 +0200 Subject: [PATCH] fix(DB/Object): Repositioning a Copper Vein (#8188) * fix(DB/Creature): Decreases the respawntime for Garrick Padfoot * Delete rev_1630089240125826910.sql * fix(DB/GO): Repositioning a Copper Vein --- data/sql/updates/pending_db_world/rev_1633073530324719639.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633073530324719639.sql diff --git a/data/sql/updates/pending_db_world/rev_1633073530324719639.sql b/data/sql/updates/pending_db_world/rev_1633073530324719639.sql new file mode 100644 index 000000000..d788586a5 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633073530324719639.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633073530324719639'); + +-- Slightly changes the position of a Copper Ore that was unreachable +UPDATE `gameobject` SET `position_x` = -5632, `position_y` = -1752, `position_z` = 357.2 WHERE `id` = 1731 AND `guid` = 73532;