aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_07_22_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_22_02_world.sql b/sql/updates/world/master/2023_07_22_02_world.sql
new file mode 100644
index 00000000000..278e0fd41bc
--- /dev/null
+++ b/sql/updates/world/master/2023_07_22_02_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_custom_attr` WHERE `entry`=184689;
+INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
+(184689,0x8); -- SPELL_ATTR0_CU_SHARE_DAMAGE
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pal_shield_of_vengeance');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(184662,'spell_pal_shield_of_vengeance');