diff options
| author | Anubisss <none@none> | 2010-05-19 22:08:44 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2010-05-19 22:08:44 +0200 |
| commit | 27bb6a96d24774c40e68616cf6fd9df8f3127232 (patch) | |
| tree | e65cde8fe2c8551cb572a3e41c6f114ab10b9267 /sql/updates | |
| parent | a5840e9286de8e610b3e4f01438e1e7117b6de3a (diff) | |
Fix the bug that talent Seal Fate gives 5 combo points(instead of 3) if mainhand _and_ offhand crits with spell Mutilate.
Idea by Alez2005, thanks for it.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8241_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8241_world_spell_proc_event.sql b/sql/updates/8241_world_spell_proc_event.sql new file mode 100644 index 00000000000..9508dfc7f51 --- /dev/null +++ b/sql/updates/8241_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE spell_proc_event SET Cooldown = 1 WHERE entry IN (14186, 14190, 14193, 14194, 14195); -- Seal Fate |
