mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/Spells: Implemented Mind Blast procs (#29641)
* Schism * Dark Indulgence
This commit is contained in:
4
sql/updates/world/master/2024_02_05_02_world.sql
Normal file
4
sql/updates/world/master/2024_02_05_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_dark_indulgence', 'spell_pri_schism');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(8092, 'spell_pri_dark_indulgence'),
|
||||
(8092, 'spell_pri_schism');
|
||||
Reference in New Issue
Block a user