Scripts/Spells: Fix Holy Word: Chastise incapacitate/stun (#31455)

This commit is contained in:
Cristian Vintila
2026-01-01 19:50:51 +02:00
committed by GitHub
parent ef97fb4ea7
commit d905ac7d82
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_holy_word_chastise');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(88625, 'spell_pri_holy_word_chastise');