diff options
| author | Cristian Vintila <127750549+cristianvnt@users.noreply.github.com> | 2026-01-01 19:50:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 18:50:51 +0100 |
| commit | d905ac7d8215e58d83ef652c3a9a205a4830f8b9 (patch) | |
| tree | 97571deba00db1336c777fea2878b434ff879fec /sql/updates | |
| parent | ef97fb4ea74d6c804fe6342bca54cba225a46e61 (diff) | |
Scripts/Spells: Fix Holy Word: Chastise incapacitate/stun (#31455)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2026_01_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2026_01_01_world.sql b/sql/updates/world/master/2026_01_01_world.sql new file mode 100644 index 00000000000..a27f060f85c --- /dev/null +++ b/sql/updates/world/master/2026_01_01_world.sql @@ -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'); |
