diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3451_world_spell_proc_event.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3451_world_spell_proc_event.sql b/sql/updates/3451_world_spell_proc_event.sql index 3665eecf8e6..8989913de54 100644 --- a/sql/updates/3451_world_spell_proc_event.sql +++ b/sql/updates/3451_world_spell_proc_event.sql @@ -6,6 +6,6 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell (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); +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` 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 |
