aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-12 04:39:21 +0700
committertobmaps <spambot42@yandex.ru>2011-05-12 04:39:21 +0700
commit6d06eab566c7d72c879aa019bfff832d15e62b7a (patch)
tree536cc850a620d5a870e08e89379758079696a140
parent08022d6d4cb7b68907e6c819d272160252f56296 (diff)
Core/Spells: Fix typo for Repentance
Closes #655
-rw-r--r--sql/base/world_database.sql2
-rw-r--r--sql/updates/world/2011_05_11_08_world_spell_linked_spell.sql1
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 1376a48d29f..829d52bd7fb 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -18097,7 +18097,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
(-59907, 7, 0, 'Lightwell Charges - Suicide'),
( 19263, 67801, 2, 'Deterrence'),
( 45524, 55095, 0, 'Chains of Ice - Frost Fever'),
-( 20066,-61840, 0, 'Repentance'),
+( 20066,-61840, 1, 'Repentance'),
( 66235, 66233, 0, 'Ardent Defender Visuals'),
( 58875, 58876, 1, 'Spirit Walk'),
(-47960,-63311, 0, 'Glyph of Shadowflame Rank 1'),
diff --git a/sql/updates/world/2011_05_11_08_world_spell_linked_spell.sql b/sql/updates/world/2011_05_11_08_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..d41151fb632
--- /dev/null
+++ b/sql/updates/world/2011_05_11_08_world_spell_linked_spell.sql
@@ -0,0 +1 @@
+UPDATE `spell_linked_spell` SET `type` = 1 WHERE `spell_trigger` = 20066;