mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
9
data/sql/updates/db_world/2022_08_01_18.sql
Normal file
9
data/sql/updates/db_world/2022_08_01_18.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2022_08_01_17 -> 2022_08_01_18
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_crystal_weakness';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(25177, 'spell_crystal_weakness'),
|
||||
(25178, 'spell_crystal_weakness'),
|
||||
(25180, 'spell_crystal_weakness'),
|
||||
(25181, 'spell_crystal_weakness'),
|
||||
(25183, 'spell_crystal_weakness');
|
||||
Reference in New Issue
Block a user