aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/4759_world.sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-05 16:00:36 +0200
committerQAston <none@none>2009-08-05 16:00:36 +0200
commit037fa6eae1e88c930ccb123668e552f191e87559 (patch)
tree8674dd5bd5753d2069e16a6da725d336b582a365 /sql/updates/4759_world.sql
parent26d10f0fb6efdccb791cc93bed620c2c4858ae5f (diff)
*Script effect for Big Blizzard Bear - by simon.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/4759_world.sql')
-rw-r--r--sql/updates/4759_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4759_world.sql b/sql/updates/4759_world.sql
new file mode 100644
index 00000000000..89dd597f90e
--- /dev/null
+++ b/sql/updates/4759_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN(58872, 58872);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+( 58872, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0), -- Damage Shield (Rank 1)
+( 58872, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0); -- Damage Shield (Rank 2)