mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
15
data/sql/updates/db_world/2024_07_19_01.sql
Normal file
15
data/sql/updates/db_world/2024_07_19_01.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- DB update 2024_07_19_00 -> 2024_07_19_01
|
||||
--
|
||||
DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 23109);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(23109, 0, 40325, 0),
|
||||
(23109, 2, 40157, 0),
|
||||
(23109, 3, 40175, 0),
|
||||
(23109, 4, 40314, 0),
|
||||
(23109, 6, 40322, 0);
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_vengeful_spirit' WHERE (`entry` = 23109);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 41999 AND `ScriptName` = 'spell_teron_gorefiend_shadow_of_death_remove';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(41999, 'spell_teron_gorefiend_shadow_of_death_remove');
|
||||
Reference in New Issue
Block a user