mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
6
data/sql/updates/db_world/2024_07_13_02.sql
Normal file
6
data/sql/updates/db_world/2024_07_13_02.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2024_07_13_01 -> 2024_07_13_02
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (53646, 54909);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(53646, 'spell_warl_demonic_pact_aura'),
|
||||
(54909, 'spell_warl_demonic_pact_aura');
|
||||
Reference in New Issue
Block a user