aboutsummaryrefslogtreecommitdiff
path: root/sql
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
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')
-rw-r--r--sql/scripts/world_scripts_full.sql1
-rw-r--r--sql/updates/2011_01_28_1_world_spell_script_names.sql3
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql
index 0dacb2d7bf8..ca440ace250 100644
--- a/sql/scripts/world_scripts_full.sql
+++ b/sql/scripts/world_scripts_full.sql
@@ -1971,6 +1971,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 71902, 'spell_blood_queen_bloodbolt'),
( 71390, 'spell_blood_queen_pact_of_the_darkfallen'),
( 71340, 'spell_blood_queen_pact_of_the_darkfallen_dmg'),
+( 71341, 'spell_blood_queen_pact_of_the_darkfallen_dmg_target'),
-- Isle of Conquest
( 66630, 'spell_gen_gunship_portal'),
( 66637, 'spell_gen_gunship_portal'),
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');