mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
5
data/sql/updates/db_world/2024_11_14_00.sql
Normal file
5
data/sql/updates/db_world/2024_11_14_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_11_13_04 -> 2024_11_14_00
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_electrial_storm' AND `spell_id` = 43648;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(43648, 'spell_electrial_storm');
|
||||
Reference in New Issue
Block a user