diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3943_world_spell_proc_event.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
