mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Some missed things
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rotface_mutated_infection';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(69674,'spell_rotface_mutated_infection'),
|
||||
(71224,'spell_rotface_mutated_infection'),
|
||||
(73022,'spell_rotface_mutated_infection'),
|
||||
(73023,'spell_rotface_mutated_infection');
|
||||
@@ -1177,7 +1177,7 @@ class spell_dreamwalker_summoner : public SpellScriptLoader
|
||||
|
||||
void FilterTargets(std::list<Unit*>& targets)
|
||||
{
|
||||
targets.remove_if(SummonTargetSelector());
|
||||
targets.remove_if(Trinity::UnitAuraCheck(true, SPELL_RECENTLY_SPAWNED));
|
||||
if (targets.empty())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user