mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
6
data/sql/updates/db_world/2024_11_14_01.sql
Normal file
6
data/sql/updates/db_world/2024_11_14_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2024_11_14_00 -> 2024_11_14_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy_periodic' AND `spell_id` = 46284;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(46284, 'spell_entropius_negative_energy_periodic');
|
||||
Reference in New Issue
Block a user