aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-01-28 14:57:45 +0100
committerShauren <shauren.trinity@gmail.com>2011-01-28 14:57:45 +0100
commit3f16b58ddbdf83a0c97b7d0316c2423b991b55d0 (patch)
treec95cb460634fa21bcb7f92afc3e3c340130d9e63 /sql/updates
parentcf882245883e2f1c5634345fee8403a3c891f7cc (diff)
Scripts/Icecrown Citadel: Pact of the Darkfallen will now only damage the caster and all other non-linked players
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/2011_01_28_1_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/2011_01_28_1_world_spell_script_names.sql b/sql/updates/2011_01_28_1_world_spell_script_names.sql
new file mode 100644
index 00000000000..15d3c8da21f
--- /dev/null
+++ b/sql/updates/2011_01_28_1_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=71341 AND `ScriptName`='spell_blood_queen_pact_of_the_darkfallen_dmg_target';
+INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES
+(71341,'spell_blood_queen_pact_of_the_darkfallen_dmg_target');