From 6c8fca7e25c9160d68075a9c5910d30509acdc45 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 14 Jun 2012 13:13:04 +0200 Subject: DB/Spells: Fix spell Surge of Adrenaline --- sql/updates/world/2012_06_14_00_world_spell_linked_spell.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2012_06_14_00_world_spell_linked_spell.sql (limited to 'sql') diff --git a/sql/updates/world/2012_06_14_00_world_spell_linked_spell.sql b/sql/updates/world/2012_06_14_00_world_spell_linked_spell.sql new file mode 100644 index 00000000000..85cae64c21d --- /dev/null +++ b/sql/updates/world/2012_06_14_00_world_spell_linked_spell.sql @@ -0,0 +1,5 @@ +-- Fix Surge of Adrenaline +DELETE FROM `spell_linked_spell` WHERE `spell_effect`=68667; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(-66683,68667,0, 'Icehowl - Surge of Adrenaline'), +(-67660,68667,0, 'Icehowl - Surge of Adrenaline'); -- cgit v1.2.3