aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorwin32 <none@none>2009-12-17 14:31:32 +0200
committerwin32 <none@none>2009-12-17 14:31:32 +0200
commitca3b2066ea4b7e12c23819b950f8faf5ef827d3e (patch)
tree561f5c73e655ab86a57185a5860efae96d76224b /sql/updates
parent087352a367f619f093e3fcae757fefadacfb9f12 (diff)
Correct spell proc for 16086 and rank
Closes #56 --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6549_world_spell_proc_event.sql4
1 files changed, 4 insertions, 0 deletions
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)