mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
10
data/sql/updates/db_world/2022_09_14_02.sql
Normal file
10
data/sql/updates/db_world/2022_09_14_02.sql
Normal 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;
|
||||
Reference in New Issue
Block a user