mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
6
data/sql/updates/db_world/2023_06_24_03.sql
Normal file
6
data/sql/updates/db_world/2023_06_24_03.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_06_24_02 -> 2023_06_24_03
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_capacitus_polarity_charge_aura';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(39088, 'spell_capacitus_polarity_charge_aura'),
|
||||
(39091, 'spell_capacitus_polarity_charge_aura');
|
||||
Reference in New Issue
Block a user