chore(DB): import pending files

Referenced commit(s): 390451a779
This commit is contained in:
AzerothCoreBot
2022-09-06 13:17:51 +00:00
parent 390451a779
commit 146317dc85
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
-- DB update 2022_09_03_04 -> 2022_09_06_00
--
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');

View File

@@ -0,0 +1,3 @@
-- DB update 2022_09_06_00 -> 2022_09_06_01
--
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE `id` IN (8543, 8546);