diff options
| author | Anubisss <none@none> | 2010-05-19 19:17:49 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2010-05-19 19:17:49 +0200 |
| commit | a04809437bdc0f5ae0865fdc6b1b43f542cdfae7 (patch) | |
| tree | d357e83a59686669d6269fb92a3c78b7c78a27f2 /sql/updates | |
| parent | a5c7efa0eee1bd61cfdd91b039ef03455b5727da (diff) | |
Fix the bug that offhand's crit of spell Mutilate don't proc spell Seal Fate.
Fixes issue #218.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8239_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8239_world_spell_proc_event.sql b/sql/updates/8239_world_spell_proc_event.sql new file mode 100644 index 00000000000..3ac8f145f87 --- /dev/null +++ b/sql/updates/8239_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE spell_proc_event SET SpellFamilyMask1 = 0x00000006 WHERE entry IN (14186, 14190, 14193, 14194, 14195); -- Seal Fate |
