diff options
author | raczman <none@none> | 2009-03-21 20:30:50 +0100 |
---|---|---|
committer | raczman <none@none> | 2009-03-21 20:30:50 +0100 |
commit | a52405a799d61d85fd2840e79c39887731c04d07 (patch) | |
tree | 8fd3cda9b7514d8c74dc80e9bce61ba0737b3a25 | |
parent | 0709a9766238b82363bd2a5e240d77dc30e0ad46 (diff) |
Added proc data for spell 36070. Thanks Anubiss.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/1236_world.sql | 4 |
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); + |