mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
5
data/sql/updates/db_world/2023_01_07_07.sql
Normal file
5
data/sql/updates/db_world/2023_01_07_07.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_01_07_06 -> 2023_01_07_07
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=37678 AND `ScriptName`='spell_item_elixir_of_shadows';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(37678, 'spell_item_elixir_of_shadows');
|
||||
Reference in New Issue
Block a user