From a997d791e789e3d1d688f9b4737782806121b5e7 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:53:01 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Conditions):=20Archmage=20Leryda=20ring?= =?UTF-8?q?=20retrieve=20gossip=20should=20requi=E2=80=A6=20(#17385)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Conditions): Archmage Leryda ring retrieve gossip should require having the quest rewarded instead of taken --- data/sql/updates/pending_db_world/rev_1695958565247447300.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1695958565247447300.sql diff --git a/data/sql/updates/pending_db_world/rev_1695958565247447300.sql b/data/sql/updates/pending_db_world/rev_1695958565247447300.sql new file mode 100644 index 000000000..f0a5f7908 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1695958565247447300.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionTypeOrReference` = 8 WHERE `SourceGroup` = 8441 AND `ConditionTypeOrReference` = 9;