From 52dd76137f917b9f87deb7eb1c57cb1b8a5ffb48 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Mon, 5 Jul 2021 22:05:45 +0930 Subject: [PATCH] fix(DB/Quest): Remove deprecated Arathi Basin quests (#6594) --- .../rev_1624714294954952856.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1624714294954952856.sql diff --git a/data/sql/updates/pending_db_world/rev_1624714294954952856.sql b/data/sql/updates/pending_db_world/rev_1624714294954952856.sql new file mode 100644 index 000000000..f0f45574a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1624714294954952856.sql @@ -0,0 +1,17 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624714294954952856'); + +DELETE FROM `creature_queststarter` WHERE `quest` IN (8154, 8155, 8156, 8080, 8297, 8162, 8161, 8160, 8123, 8299); +DELETE FROM `creature_questender` WHERE `quest` IN (8154, 8155, 8156, 8080, 8297, 8162, 8161, 8160, 8123, 8299); + +DELETE FROM `disables` WHERE `entry` IN (8154, 8155, 8156, 8080, 8297, 8162, 8161, 8160, 8123, 8299); +INSERT INTO `disables` (sourceType, entry, flags, comment) VALUES +(1, 8154, 0, 'Deprecated quest: Arathi Basin Resources!'), +(1, 8155, 0, 'Deprecated quest: Arathi Basin Resources!'), +(1, 8156, 0, 'Deprecated quest: Arathi Basin Resources!'), +(1, 8080, 0, 'Deprecated quest: Arathi Basin Resources!'), +(1, 8297, 0, 'Deprecated quest: Arathi Basin Resources!'), +(1, 8160, 0, 'Deprecated quest: Cut Arathor Supply Lines'), +(1, 8161, 0, 'Deprecated quest: Cut Arathor Supply Lines'), +(1, 8162, 0, 'Deprecated quest: Cut Arathor Supply Lines'), +(1, 8123, 0, 'Deprecated quest: Cut Arathor Supply Lines'), +(1, 8299, 0, 'Deprecated quest: Cut Arathor Supply Lines');