From c5232138f870a8a4e5a59ecb3e0a3228373f58e2 Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 9 Jun 2009 21:48:02 +0200 Subject: *Spell_script_target entry for Death pact. --HG-- branch : trunk --- sql/updates/3877_world_spell_script_target.sql | 3 +++ sql/world_spell_full.sql | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sql/updates/3877_world_spell_script_target.sql (limited to 'sql') diff --git a/sql/updates/3877_world_spell_script_target.sql b/sql/updates/3877_world_spell_script_target.sql new file mode 100644 index 00000000000..9778be52466 --- /dev/null +++ b/sql/updates/3877_world_spell_script_target.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (48743); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +('48743', '1', '26125'); \ No newline at end of file diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 602be1dd526..fb2c9a8b04a 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -1590,7 +1590,8 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (51859, 1, 28525), -- siphon of archerus (51859, 1, 28542), (51859, 1, 28543), -(51859, 1, 28544); +(51859, 1, 28544), +(48743, 1, 26125); -- Death pact update creature_template set minlevel=50,maxlevel=52,minhealth=2215,maxhealth=2317,faction_A=2084,faction_H=2084,mindmg=50,maxdmg=50 where entry=28528; -- ghoul -- cgit v1.2.3