diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-02-14 00:14:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 00:14:59 +0100 |
| commit | 580e1e5d85e4526d975281bb465c07b7b02a736b (patch) | |
| tree | af56f75b165279f30b9bc6dbdcf402a93c2d1a89 /sql/updates | |
| parent | 61e96a7e148330a4abedc5a710e93bdae512f1f6 (diff) | |
Scripts/Spells: Fix priest talent Power Word: Solace (#27732)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_02_13_03_world_priest_power_word_solace.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_13_03_world_priest_power_word_solace.sql b/sql/updates/world/master/2022_02_13_03_world_priest_power_word_solace.sql new file mode 100644 index 00000000000..3475e4c88fa --- /dev/null +++ b/sql/updates/world/master/2022_02_13_03_world_priest_power_word_solace.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pri_power_word_solace'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(129250, 'spell_pri_power_word_solace'); |
