chore(DB): import pending files

Referenced commit(s): 089cebd1c7
This commit is contained in:
AzerothCoreBot
2022-06-18 12:23:14 +00:00
parent 089cebd1c7
commit 671836e509
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_16_07 -> 2022_06_18_00
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (6748, 17359);
DELETE FROM `smart_scripts` WHERE ((`entryorguid` = 6748) AND (`source_type` = 0) AND (`id` IN (0, 1))) OR (`entryorguid` = 17359) AND (`source_type` = 0) AND (`id` IN (5, 7, 8, 9));

View File

@@ -1 +1,2 @@
-- DB update 2022_06_18_00 -> 2022_06_18_01
UPDATE `quest_template_addon` SET `PrevQuestID` = 1701 WHERE `ID` IN (1705, 1708, 1710);

View File

@@ -1,2 +1,3 @@
-- DB update 2022_06_18_01 -> 2022_06_18_02
--
DELETE FROM `smart_scripts` WHERE `entryorguid`=9447 AND `source_type`=0 AND `id`=2;

View File

@@ -1 +1,2 @@
-- DB update 2022_06_18_02 -> 2022_06_18_03
UPDATE `creature_template` SET `npcflag` = 1, `gossip_menu_id` = '21208', `AIName` = 'SmartAI' WHERE (`entry` = 6669);