fix(Core/Spells): BT - Summon Shadowfiens should spawn 11, instead of 1 (#19391)
* fix(Core/Spells): BT - Summon Shadowfiens should spawn 10, instead of 1 * Revert "fix(Core/Spells): BT - Summon Shadowfiens should spawn 10, instead of 1" This reverts commit e5040484b6bf1bce9343b5d2fae0b24057eeaf7f. * 39649 * spellscript * should summon 11 * Validate
This commit is contained in:
parent
f109768665
commit
c3d98054dd
3 changed files with 34 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
UPDATE`smart_scripts` SET `action_param1` = 39649 WHERE (`entryorguid` = 22855) AND (`source_type` = 0) AND (`id` = 3);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=39649 AND `ScriptName`='spell_black_temple_summon_shadowfiends';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (39649, 'spell_black_temple_summon_shadowfiends');
|
||||
Loading…
Add table
Add a link
Reference in a new issue