aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-09-16 11:29:35 +0200
committerShauren <shauren.trinity@gmail.com>2011-09-16 11:29:35 +0200
commitc93c27d056234bfde756ae1c44c44cc5ac2913ad (patch)
treebf5650021f171b9460503b5b5fe94ca011cf6c86 /sql
parent6c943bfb084e55cdf29cf0003e54db332dab487b (diff)
Scripts/Icecrown Citadel:
* Mark of the Fallen Champion should be a debuff * Fixed periodic damage taken from Twisted Nightmare on heroic difficulties of Valithria Dreamwalker encounter
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_09_16_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_16_00_world_spell_script_names.sql b/sql/updates/world/2011_09_16_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..98f268ec74f
--- /dev/null
+++ b/sql/updates/world/2011_09_16_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_twisted_nightmares';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(71941, 'spell_dreamwalker_twisted_nightmares');