diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3877_world_spell_script_target.sql | 3 | ||||
| -rw-r--r-- | sql/world_spell_full.sql | 3 |
2 files changed, 5 insertions, 1 deletions
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 |
