chore(DB): import pending files

Referenced commit(s): 1cc015b51f
This commit is contained in:
AzerothCoreBot
2022-05-17 15:07:51 +00:00
parent 1cc015b51f
commit 7870f3d1b3
4 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_17_01 -> 2022_05_17_02
-- (Quest) Coward Delivery... Under 30 Minutes or it's Free - Cast "Call Alliance Deserter" on accept
UPDATE `quest_template_addon` SET `SourceSpellID` = 45975 WHERE `ID` = 11711;
-- Valiance Keep Officer set NPC and PC immunity flags

View File

@@ -1,2 +1,3 @@
-- DB update 2022_05_17_02 -> 2022_05_17_03
-- Goblin Land Mine, remove Hakkar sound on arming
UPDATE `creature_text` SET `Sound` = 0 WHERE `CreatureID` = 7527;

View File

@@ -1 +1,2 @@
-- DB update 2022_05_17_03 -> 2022_05_17_04
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry` = 14834;