From ac8f322f21921b366b343c93534aa3b054277f0a Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 12 Jun 2009 20:29:49 +0200 Subject: *Fix Savage Roar *Fix Glyph of Thorns. --HG-- branch : trunk --- sql/updates/3943_world_spell_proc_event.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/3943_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/3943_world_spell_proc_event.sql b/sql/updates/3943_world_spell_proc_event.sql new file mode 100644 index 00000000000..5776d411995 --- /dev/null +++ b/sql/updates/3943_world_spell_proc_event.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (52610); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(52610, 0x00, 7, 0x80000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Savage roar + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (52610, -52610); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +( 52610, 62071, 0, 'Savage Roar'), +( -52610, -62071, 0, 'Savage Roar'); \ No newline at end of file -- cgit v1.2.3