mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
6
data/sql/updates/db_world/2024_07_06_11.sql
Normal file
6
data/sql/updates/db_world/2024_07_06_11.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2024_07_06_10 -> 2024_07_06_11
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 31944;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (31944, 'spell_doomfire');
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 31944;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (31944, 4194304);
|
||||
Reference in New Issue
Block a user