diff options
| author | QAston <none@none> | 2009-06-12 20:29:49 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-12 20:29:49 +0200 |
| commit | ac8f322f21921b366b343c93534aa3b054277f0a (patch) | |
| tree | 7d67f5cf41ff212a562aa460e306ea58595f2ebd /sql/updates | |
| parent | d48ec1752fbb02f976b1ce63567aaaafdefd9593 (diff) | |
*Fix Savage Roar
*Fix Glyph of Thorns.
--HG--
branch : trunk
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 |
