From e241ff45c5e58e039ffecd32848b40104b22fb9b Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sat, 2 Apr 2016 14:39:04 +0200 Subject: [PATCH] DB/Spells: Fixed Shadow Crash haste and mana reduce Closes #16893 --- sql/updates/world/2016_04_02_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_04_02_02_world.sql 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');