From 5f4c1e97b74ec52ab4c0680059d8fd9cb5c46cba Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sun, 20 Dec 2009 17:15:11 +0100 Subject: Fixed Claw's additional combo point at Primal Fury proc --HG-- branch : trunk --- sql/updates/6652_world_spell_proc_event.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/6652_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6652_world_spell_proc_event.sql b/sql/updates/6652_world_spell_proc_event.sql new file mode 100644 index 00000000000..f02c5442110 --- /dev/null +++ b/sql/updates/6652_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM spell_proc_event WHERE entry IN (16952, 16954); +INSERT INTO spell_proc_event VALUES +(16952,0,7,233472,1024,262144,0,2,0,0,0), +(16954,0,7,233472,1024,262144,0,2,0,0,0) \ No newline at end of file -- cgit v1.2.3