chore(DB): import pending files

Referenced commit(s): c0c4ef393e
This commit is contained in:
AzerothCoreBot
2022-09-14 01:32:50 +00:00
parent c0c4ef393e
commit 705ddb048a

View File

@@ -0,0 +1,10 @@
-- DB update 2022_09_14_01 -> 2022_09_14_02
--
UPDATE `creature_template` SET `ScriptName`='npc_obsidian_eradicator', `AiName`='' WHERE `entry`=15262;
DELETE FROM `smart_scripts` WHERE `entryorguid`=15262 AND `source_type`=0;
DELETE FROM `spell_script_names` WHERE `spell_id`=25671;
INSERT INTO `spell_script_names` VALUES
(25671,'spell_drain_mana');
UPDATE `creature_template` SET `unit_flags2`=0 WHERE `entry`=15262;