diff options
author | John Holiver <none@none> | 2010-08-22 06:13:27 -0300 |
---|---|---|
committer | John Holiver <none@none> | 2010-08-22 06:13:27 -0300 |
commit | 6e7f11aa41d8b446ec33357d9b016b442ac65268 (patch) | |
tree | faef1e8b68d5866d6ae170d8f8720b4fd5caa827 | |
parent | 3fb1c08d20a006c5c3b39551865e409982c469aa (diff) |
Typo from prev commit
--HG--
branch : trunk
-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 |