From 1db0cbc33952c50fc3115d124124b241a21afea3 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Thu, 17 Dec 2009 07:08:21 +0100 Subject: Fixed talent Ruthlessness --HG-- branch : trunk --- sql/updates/6539_world_spell_proc_event.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6539_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/6539_world_spell_proc_event.sql b/sql/updates/6539_world_spell_proc_event.sql new file mode 100644 index 00000000000..a1d9d179a8f --- /dev/null +++ b/sql/updates/6539_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Fixed Ruthlessness proc from Envenom +UPDATE spell_proc_event SET spellFamilyMask1 = 8 WHERE entry IN (14156, 14160, 14161); \ No newline at end of file -- cgit v1.2.3