aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_08_02_02_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_08_02_02_world.sql b/sql/updates/world/master/2022_08_02_02_world.sql
new file mode 100644
index 00000000000..cd5d33f658f
--- /dev/null
+++ b/sql/updates/world/master/2022_08_02_02_world.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_power_of_the_dark_side_damage_bonus';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_power_of_the_dark_side_healing_bonus';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_penance_channeled';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_power_of_the_dark_side';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(47666, 'spell_pri_power_of_the_dark_side_damage_bonus'),
+(47750, 'spell_pri_power_of_the_dark_side_healing_bonus'),
+(47758, 'spell_pri_penance_channeled'),
+(47757, 'spell_pri_penance_channeled'),
+(198069, 'spell_pri_power_of_the_dark_side');