mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
7
data/sql/updates/db_world/2024_11_14_04.sql
Normal file
7
data/sql/updates/db_world/2024_11_14_04.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2024_11_14_03 -> 2024_11_14_04
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_spell_reflectors';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(23132, 'spell_item_spell_reflectors'),
|
||||
(23097, 'spell_item_spell_reflectors'),
|
||||
(23131, 'spell_item_spell_reflectors');
|
||||
Reference in New Issue
Block a user