mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Spell_script_target entry for Death pact.
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/3877_world_spell_script_target.sql
Normal file
3
sql/updates/3877_world_spell_script_target.sql
Normal file
@@ -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');
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user