From e489988bf484b039736f7fb6c7d15d7924cdd320 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 15 Jun 2009 23:17:48 -0500 Subject: [8021] Implement triggering part of shaman talent 51483 and ranks. Author: Beaste. sql by QAston --HG-- branch : trunk --- sql/updates/4045_world_spell_proc_event.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/4045_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/4045_world_spell_proc_event.sql b/sql/updates/4045_world_spell_proc_event.sql new file mode 100644 index 00000000000..6104f0d0782 --- /dev/null +++ b/sql/updates/4045_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (51483,51485,51486); +INSERT INTO `spell_proc_event` VALUES +(51483, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0), +(51485, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0), +(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file -- cgit v1.2.3