From 27bb6a96d24774c40e68616cf6fd9df8f3127232 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Wed, 19 May 2010 22:08:44 +0200 Subject: 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 --- sql/updates/8241_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8241_world_spell_proc_event.sql (limited to 'sql/updates') 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 -- cgit v1.2.3