mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
8
data/sql/updates/db_world/2022_08_21_02.sql
Normal file
8
data/sql/updates/db_world/2022_08_21_02.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_08_21_01 -> 2022_08_21_02
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_obsidian_destroyer', `AiName`='' WHERE `entry`=15338;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15338 AND `source_type`=0;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=25755;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(25755,'spell_drain_mana');
|
||||
Reference in New Issue
Block a user