Scripts/Spells: Register script for Holy Mending (#29397)

This commit is contained in:
Meji
2023-10-29 11:02:36 +01:00
committed by GitHub
parent 73e0b3e77c
commit efb1de3802
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_holy_mending';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(391154, 'spell_pri_holy_mending');

View File

@@ -2815,6 +2815,7 @@ void AddSC_priest_spell_scripts()
RegisterSpellScript(spell_pri_guardian_spirit);
RegisterSpellScript(spell_pri_halo_shadow);
RegisterAreaTriggerAI(areatrigger_pri_halo);
RegisterSpellScript(spell_pri_holy_mending);
RegisterSpellScript(spell_pri_holy_words);
RegisterSpellScript(spell_pri_holy_word_salvation);
RegisterSpellScript(spell_pri_holy_word_salvation_cooldown_reduction);