diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-10-14 22:48:12 -0300 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-10-14 22:48:12 -0300 |
| commit | 61fcd1fadeed65118e41f1bff3d0b417e5118063 (patch) | |
| tree | 8192b667d809f96e2f7c00c8792f3469bc5e1da1 /sql/updates | |
| parent | 607bc17d05f27abd4360c931a38e3ab38cd8f145 (diff) | |
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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10223_world_spell_proc_event.sql | 4 |
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 |
