chore(DB): import pending files

Referenced commit(s): 23c3b184c1
This commit is contained in:
AzerothCoreBot
2022-09-19 00:49:51 +00:00
parent 23c3b184c1
commit 8b3219ea82

View File

@@ -0,0 +1,11 @@
-- DB update 2022_09_17_01 -> 2022_09_19_00
--
UPDATE `creature_template` SET `unit_flags2`=0, `AiName`='', `ScriptName`='npc_obsidian_nullifier' WHERE `entry`=15312;
DELETE FROM `smart_scripts` WHERE `entryorguid`=15312 AND `source_type`=0;
DELETE FROM `spell_script_names` WHERE `spell_id` IN (25671,26552);
INSERT INTO `spell_script_names` VALUES
(25671,'spell_drain_mana'),
(26552,'spell_nullify');
UPDATE `creature_formations` SET `groupAI`=`groupAI`|0x008 WHERE `memberguid` BETWEEN 88022 AND 88029;