From 61fcd1fadeed65118e41f1bff3d0b417e5118063 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Thu, 14 Oct 2010 22:48:12 -0300 Subject: Core/Spells: Righteous Vengeance should proc with Divine Storm, Judgements and Crusader Strike criticals, fixed by cryser99. Fixes issue 3082. Fixes issue 2760. --HG-- branch : trunk --- sql/updates/10223_world_spell_proc_event.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/10223_world_spell_proc_event.sql (limited to 'sql/updates') 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 -- cgit v1.2.3