From ca3b2066ea4b7e12c23819b950f8faf5ef827d3e Mon Sep 17 00:00:00 2001 From: win32 Date: Thu, 17 Dec 2009 14:31:32 +0200 Subject: Correct spell proc for 16086 and rank Closes #56 --HG-- branch : trunk --- sql/updates/6549_world_spell_proc_event.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/6549_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6549_world_spell_proc_event.sql b/sql/updates/6549_world_spell_proc_event.sql new file mode 100644 index 00000000000..a7cae2b1c09 --- /dev/null +++ b/sql/updates/6549_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (16086,16544); +INSERT INTO `spell_proc_event` VALUES +( 16086, 0x04, 11, 0x00000000, 0x00040000, 0x00000000, 0x00030000, 0x00000000, 0, 0, 0), -- Improved Fire Nova Totem (Rank 1) +( 16544, 0x04, 11, 0x00000000, 0x00040000, 0x00000000, 0x00030000, 0x00000000, 0, 0, 0); -- Improved Fire Nova Totem (Rank 2) -- cgit v1.2.3