mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user