aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-05-04 08:53:45 +0300
committerShocker <shocker@freakz.ro>2011-05-04 08:53:45 +0300
commit6b709d1ee0d49ddc5b14e0e64ef252b5e9d44435 (patch)
treed6e4c509c3acafb06f1a86501e09a7e355c86e55 /sql/updates
parenta2eb37b010d332222877eebb6e1a0fa82b7cb95e (diff)
Core/Spells: Glyph of Shadowflame effect should be removed when Shadowflame is removed
Closes #1359
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_04_00_world_spell_linked_spell.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_04_00_world_spell_linked_spell.sql b/sql/updates/world/2011_05_04_00_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..82ca68adca7
--- /dev/null
+++ b/sql/updates/world/2011_05_04_00_world_spell_linked_spell.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_effect`=-63311;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+ (-47960,-63311, 0, 'Glyph of Shadowflame Rank 1'),
+ (-61291,-63311, 0, 'Glyph of Shadowflame Rank 2');