diff options
| author | megamage <none@none> | 2009-05-24 14:06:00 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-24 14:06:00 -0500 |
| commit | 80940e1abcdfe0174c61e2c2daa4f845745066d3 (patch) | |
| tree | 609a2a80437286eda67ac6483bac720e28acefe7 /sql/updates | |
| parent | 452bda72a1159c471cb98d24051f7f549ed03cbe (diff) | |
*Use hex format for spell_full spell_proc_event table.
--HG--
branch : trunk
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 |
