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 | |
| parent | d48ec1752fbb02f976b1ce63567aaaafdefd9593 (diff) | |
*Fix Savage Roar
*Fix Glyph of Thorns.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3943_world_spell_proc_event.sql | 8 | ||||
| -rw-r--r-- | sql/world_spell_full.sql | 3 |
2 files changed, 11 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 diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 0ca4fc884d1..61456af0c4a 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -78,6 +78,9 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm ( 32391, 60468, 2, 'Shadow Embrace Rank5'), ( 33206, 44416, 2, 'Pain Suppression (threat)'), ( 50720, 59665, 0, 'Vigilance (redirect threat)'), +( 52610, 62071, 0, 'Savage Roar'), +( -52610, -62071, 0, 'Savage Roar'), + -- Creature ( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'), -- instance |
