diff options
-rw-r--r-- | sql/updates/world/2016_04_02_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_02_world.sql b/sql/updates/world/2016_04_02_02_world.sql new file mode 100644 index 00000000000..89b8032be10 --- /dev/null +++ b/sql/updates/world/2016_04_02_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=63277; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(63277,65269,2,'General Vezax - Shadow Crash - Haste and reduced mana cost'); |