From 390451a779d515c0ef444b3b78ea7d048b3db644 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Tue, 6 Sep 2022 15:15:30 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Gossips):=20Corrected=20gossips=20shown?= =?UTF-8?q?=20for=20Arygos,=20Caele=E2=80=A6=20(#12962)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Temple of AhnQiraj): Corrected gossips shown for Arygos, Caelestrasz and Merithra of the Dream. Fixes #12916 --- .../rev_1662279887766338500.sql | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1662279887766338500.sql diff --git a/data/sql/updates/pending_db_world/rev_1662279887766338500.sql b/data/sql/updates/pending_db_world/rev_1662279887766338500.sql new file mode 100644 index 000000000..ac7f2e1f4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1662279887766338500.sql @@ -0,0 +1,23 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuId`=6793 AND `TextId`=8080; +INSERT INTO `gossip_menu` VALUES +(6793,8080); + +DELETE FROM `gossip_menu` WHERE `MenuId`=6794 AND `TextId`=8078; +INSERT INTO `gossip_menu` VALUES +(6794,8078); + +DELETE FROM `gossip_menu` WHERE `MenuId`=6795 AND `TextId`=8079; +INSERT INTO `gossip_menu` VALUES +(6795,8079); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (6793,6794,6795); +INSERT INTO `conditions` VALUES +(14,6793,8080,0,0,29,0,15727,250,0,0,0,0,'','Show gossip if Cthun is alive'), +(14,6793,8111,0,0,29,0,15727,250,1,0,0,0,'','Show gossip if Cthun is dead'), + +(14,6794,8078,0,0,29,0,15727,250,0,0,0,0,'','Show gossip if Cthun is alive'), +(14,6794,8112,0,0,29,0,15727,250,1,0,0,0,'','Show gossip if Cthun is dead'), + +(14,6795,8079,0,0,29,0,15727,250,0,0,0,0,'','Show gossip if Cthun is alive'), +(14,6795,8113,0,0,29,0,15727,250,1,0,0,0,'','Show gossip if Cthun is dead');