From 7830ff5b2864429af12e26a35675bd281dc8ce47 Mon Sep 17 00:00:00 2001 From: "Jan M. D. Hansen" <53914190+jamadaha@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:02:16 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/GO):=20prevents=20four=20objects=20from?= =?UTF-8?q?=20spawning=20in=20the=20Stormwind=20Moon=E2=80=A6=20(#6998)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/rev_1626477510980683700.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626477510980683700.sql diff --git a/data/sql/updates/pending_db_world/rev_1626477510980683700.sql b/data/sql/updates/pending_db_world/rev_1626477510980683700.sql new file mode 100644 index 000000000..a8d274aee --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626477510980683700.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626477510980683700'); + +-- Removes the four objects +DELETE FROM `gameobject` WHERE `id` = 177272 AND `guid` IN (42907, 42908, 42909, 42910);