diff options
| author | Cristian Vintila <127750549+cristianvnt@users.noreply.github.com> | 2025-12-22 01:41:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-22 00:41:39 +0100 |
| commit | a4bbb6197002d76d084ced8a0f6fa79ff7bcc922 (patch) | |
| tree | c0832d1531d10b47ae9626ddd933bbde1435b69a /sql | |
| parent | d22dae08aafaeb8021438dd283fdee110f18d9b2 (diff) | |
Scripts/Spells: Implement priest talent Expiation (#31448)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_12_21_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_12_21_01_world.sql b/sql/updates/world/master/2025_12_21_01_world.sql new file mode 100644 index 00000000000..820158770a0 --- /dev/null +++ b/sql/updates/world/master/2025_12_21_01_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_expiation'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(8092, 'spell_pri_expiation'), +(32379, 'spell_pri_expiation'); |
