Some missed things

This commit is contained in:
Shauren
2011-09-03 10:03:21 +02:00
parent d4df023e62
commit f15704d22b
2 changed files with 7 additions and 1 deletions

View File

@@ -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');

View File

@@ -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;