aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraczman <none@none>2009-03-21 20:30:50 +0100
committerraczman <none@none>2009-03-21 20:30:50 +0100
commita52405a799d61d85fd2840e79c39887731c04d07 (patch)
tree8fd3cda9b7514d8c74dc80e9bce61ba0737b3a25
parent0709a9766238b82363bd2a5e240d77dc30e0ad46 (diff)
Added proc data for spell 36070. Thanks Anubiss.
--HG-- branch : trunk
-rw-r--r--sql/updates/1236_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/1236_world.sql b/sql/updates/1236_world.sql
new file mode 100644
index 00000000000..43d7d58d588
--- /dev/null
+++ b/sql/updates/1236_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_proc_event` WHERE `entry` = 36070;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(36070, 0x00, 0, 0x00000000, 0x00000008, 0x00000000, 0.000000, 0.000000, 0);
+