chore(DB): import pending files

Referenced commit(s): b0add0005c
This commit is contained in:
AzerothCoreBot
2022-06-18 12:49:30 +00:00
parent b0add0005c
commit 00da7139e5
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_18_08 -> 2022_06_18_09
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 11350;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 11350);

View File

@@ -1 +1,2 @@
-- DB update 2022_06_18_09 -> 2022_06_18_10
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(16384) WHERE `entry` IN (12265, 12101, 12100, 12076, 11665, 11667, 11669, 11666, 11668, 12099);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_18_10 -> 2022_06_18_11
UPDATE `quest_template` SET `LogDescription` = 'Talin Keeneye would like you to kill 12 Small Crag Boars.' WHERE `ID` = 183;
UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Orgnil Soulscar in Durotar.' WHERE `ID` = 806;