diff options
| author | QAston <qaston@gmail.com> | 2012-06-14 13:13:04 +0200 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2012-06-14 13:13:04 +0200 |
| commit | 6c8fca7e25c9160d68075a9c5910d30509acdc45 (patch) | |
| tree | da2460e0652e69592c3d6792d04b167c6ea0d0b4 | |
| parent | 56c38113655c56c298786ab1382b5825f79bac47 (diff) | |
DB/Spells: Fix spell Surge of Adrenaline
| -rw-r--r-- | sql/updates/world/2012_06_14_00_world_spell_linked_spell.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |
