From 0b30b164521058d624c8ddd5d52bab71f6a6a09f Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Thu, 5 Aug 2021 00:08:54 +0200 Subject: [PATCH] fix(DB/Quest): Made Mortality Wanes alliance only so it cant be shared with hordes (#7147) Co-authored-by: Lukas Volgger <55922592+LukasVolgger@users.noreply.github.com> --- .../sql/updates/pending_db_world/rev_1627389223377644200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627389223377644200.sql diff --git a/data/sql/updates/pending_db_world/rev_1627389223377644200.sql b/data/sql/updates/pending_db_world/rev_1627389223377644200.sql new file mode 100644 index 000000000..c291ee56d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627389223377644200.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627389223377644200'); + +-- Changed the side to be alliance only so it cant be shareable between horde +UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE (`ID` = 1142); +