Scripts/Spells: Implemented Mind Blast procs (#29641)

* Schism
* Dark Indulgence
This commit is contained in:
Mematoru23
2024-02-05 18:44:00 +02:00
committed by GitHub
parent e42cd2ffcc
commit faf7ce0910
2 changed files with 57 additions and 0 deletions

View 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');