diff options
author | Mematoru <127750549+Mematoru23@users.noreply.github.com> | 2024-04-08 01:41:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 00:41:03 +0200 |
commit | 8daa3f735d84bf1ee44cab467b2bf736d14b38c3 (patch) | |
tree | 754c90468112c251819c2132d0ba99f34df9b4d8 /sql | |
parent | 2c91742ad1f10c2a39a15c8192bdc6a35090f32a (diff) |
Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885)
Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_04_08_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_04_08_00_world.sql b/sql/updates/world/master/2024_04_08_00_world.sql new file mode 100644 index 00000000000..6be26574246 --- /dev/null +++ b/sql/updates/world/master/2024_04_08_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_unfurling_darkness'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(34914, 'spell_pri_unfurling_darkness'); |