aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10223_world_spell_proc_event.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/10223_world_spell_proc_event.sql b/sql/updates/10223_world_spell_proc_event.sql
new file mode 100644
index 00000000000..1b74259d1d9
--- /dev/null
+++ b/sql/updates/10223_world_spell_proc_event.sql
@@ -0,0 +1,4 @@
+-- Crusader Strike proc Righteous Vengeance
+UPDATE `spell_proc_event` SET `SpellFamilyMask1`=163840 WHERE `entry`=53380;
+UPDATE `spell_proc_event` SET `SpellFamilyMask1`=163840 WHERE `entry`=53381;
+UPDATE `spell_proc_event` SET `SpellFamilyMask1`=163840 WHERE `entry`=53382; \ No newline at end of file