diff options
| author | QAston <none@none> | 2009-05-21 20:02:22 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-05-21 20:02:22 +0200 |
| commit | 1403419164d2ba39165059dd5b5fec55638f94b8 (patch) | |
| tree | cf2628129183cb5e10ac1325822f863ff627640d /sql | |
| parent | d846ae72aecebe5a17685119b02fab4e0a6eece4 (diff) | |
*Fix reckonging
*fix Sword and Board
*Fix Vigilance
*Rollback sw:death fix.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3451_world_spell_proc_event.sql | 11 | ||||
| -rw-r--r-- | sql/world_spell_full.sql | 7 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sql/updates/3451_world_spell_proc_event.sql b/sql/updates/3451_world_spell_proc_event.sql new file mode 100644 index 00000000000..3665eecf8e6 --- /dev/null +++ b/sql/updates/3451_world_spell_proc_event.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (20177, 20179, 20181, 20180, 20182); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(20177, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20179, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20181, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20180, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20182, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (50720); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +( 50720, 59665, 0, 'Vigilance (redirect threat)');
\ No newline at end of file diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 9f072b7b49e..788decbeddf 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -77,6 +77,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm ( 32390, 60467, 2, 'Shadow Embrace Rank4'), ( 32391, 60468, 2, 'Shadow Embrace Rank5'), ( 33206, 44416, 2, 'Pain Suppression (threat)'), +( 50720, 59665, 0, 'Vigilance (redirect threat)'), -- Creature ( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'), -- instance @@ -766,7 +767,11 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell (20164, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0), (20165, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0), (20166, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0), -(20182, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0), +(20177, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20179, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20181, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20180, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), +(20182, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0), (20210, 0, 10, 3221225472, 0, 0, 0, 2, 0, 0, 0), (20212, 0, 10, 3221225472, 0, 0, 0, 2, 0, 0, 0), (20213, 0, 10, 3221225472, 0, 0, 0, 2, 0, 0, 0), |
