mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
3
data/sql/updates/db_world/2024_04_20_00.sql
Normal file
3
data/sql/updates/db_world/2024_04_20_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_04_19_00 -> 2024_04_20_00
|
||||
--
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 17899 AND `Index` = 0;
|
||||
4
data/sql/updates/db_world/2024_04_20_01.sql
Normal file
4
data/sql/updates/db_world/2024_04_20_01.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2024_04_20_00 -> 2024_04_20_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 31538;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (31538, 'spell_cannibalize_heal');
|
||||
Reference in New Issue
Block a user