diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6439_world_spells.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6439_world_spells.sql b/sql/updates/6439_world_spells.sql new file mode 100644 index 00000000000..5c99fc10c18 --- /dev/null +++ b/sql/updates/6439_world_spells.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-54361, -59743); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(-54361, 54343, 0, 'Void Shift (Normal) - Void Shifted'), +(-59743, 54343, 0, 'Void Shift (Heroic) - Void Shifted'); |
