diff options
-rw-r--r-- | sql/base/world_database.sql | 2 | ||||
-rw-r--r-- | sql/updates/9521_world_spell_linked_spell.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index da199bceffc..ce6b967bb17 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -6313,7 +6313,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment ( 66870,-66823, 1, 'Remove Paralytic Toxin when hit by Burning Bite'), ( 67621,-67618, 1, 'Remove Paralytic Toxin when hit by Burning Bite'), ( 67622,-67619, 1, 'Remove Paralytic Toxin when hit by Burning Bite'), -( 67623,-67620, 1, 'Remove Paralytic Toxin when hit by Burning Bite'); +( 67623,-67620, 1, 'Remove Paralytic Toxin when hit by Burning Bite'), (-66683, 68667, 0, 'Icehowl - Surge of Adrenaline'), (-67661, 68667, 0, 'Icehowl - Surge of Adrenaline'), -- Warsong Gulch diff --git a/sql/updates/9521_world_spell_linked_spell.sql b/sql/updates/9521_world_spell_linked_spell.sql index c1b0115f038..820fcba89af 100644 --- a/sql/updates/9521_world_spell_linked_spell.sql +++ b/sql/updates/9521_world_spell_linked_spell.sql @@ -4,6 +4,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment (66870,-66823,1, 'Remove Paralytic Toxin when hit by Burning Bite'), (67621,-67618,1, 'Remove Paralytic Toxin when hit by Burning Bite'), (67622,-67619,1, 'Remove Paralytic Toxin when hit by Burning Bite'), -(67623,-67620,1, 'Remove Paralytic Toxin when hit by Burning Bite'); +(67623,-67620,1, 'Remove Paralytic Toxin when hit by Burning Bite'), (-66683,68667,0, 'Icehowl - Surge of Adrenaline'), (-67661,68667,0, 'Icehowl - Surge of Adrenaline');
\ No newline at end of file |