aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-15 00:10:54 -0700
committermaximius <none@none>2009-10-15 00:10:54 -0700
commit47079eb853337bf11fe2dbf1007f07b3048566e7 (patch)
treef333d989fcd9c86e127cfd3c96070849a928ec90 /sql/updates
parentae3a82feed6c46a87c0c36f5572352131e9d1864 (diff)
*Improved Fire Nova Totem & Earthen Power, patch converted by QuaLiT1
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5900_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/5900_world.sql b/sql/updates/5900_world.sql
new file mode 100644
index 00000000000..e8f2d144870
--- /dev/null
+++ b/sql/updates/5900_world.sql
@@ -0,0 +1,7 @@
+
+DELETE FROM `spell_proc_event` WHERE `entry` IN (16086,16544,51523,51524);
+INSERT INTO `spell_proc_event` VALUES
+( 16086, 0x04, 11, 0x00000020, 0x00000000, 0x00000000, 0x00011000, 0x00000000, 0, 0, 0), -- Improved Fire Nova Totem (Rank 1)
+( 16544, 0x04, 11, 0x00000020, 0x00000000, 0x00000000, 0x00011000, 0x00000000, 0, 100, 0), -- Improved Fire Nova Totem (Rank 2)
+( 51523, 0x08, 11, 0x00000000, 0x00000001, 0x00000000, 0x00011000, 0x00000000, 0, 50, 0), -- Earthen Power (Rank 1)
+( 51524, 0x08, 11, 0x00000000, 0x00000001, 0x00000000, 0x00011000, 0x00000000, 0, 100, 0); -- Earthen Power (Rank 2)