diff options
| author | Anubisss <none@none> | 2010-05-19 23:23:39 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2010-05-19 23:23:39 +0200 |
| commit | 877613a00e1999aaef34421304032265c2704e2b (patch) | |
| tree | f5cf2745e555f1342234bf5c5c471e27d67cd8f3 /sql/updates | |
| parent | 27bb6a96d24774c40e68616cf6fd9df8f3127232 (diff) | |
Fix talent Reaping.
Patch by onehitxzibit2.
Closes issue #1680.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8242_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8242_world_spell_proc_event.sql b/sql/updates/8242_world_spell_proc_event.sql new file mode 100644 index 00000000000..17bf0d57253 --- /dev/null +++ b/sql/updates/8242_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE spell_proc_event SET SpellFamilyMask0 = 0x00400000, SpellFamilyMask1 = 0x00010000 WHERE entry IN (49208, 56834, 56835); -- Reaping |
