aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-07-22 21:40:28 +0200
committerGitHub <noreply@github.com>2023-07-22 21:40:28 +0200
commit3be66cee2642f67c4fbe200cb3b056b8d68735dd (patch)
tree9ae8f28b4ede9be7ba5dd67d367b94fcc91eaa61 /sql
parentc2ef93fc7d72fcc0fbecafc896f5a7b032fe8fc3 (diff)
Scripts/Spells: Implement Shield of Vengeance (#29106)
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');