Skip to content

Commit

Permalink
Some missed things
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Sep 3, 2011
1 parent d4df023 commit f15704d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sql/updates/world/2011_09_02_02_world_spell_script_names.sql
@@ -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');
Expand Up @@ -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;

Expand Down

0 comments on commit f15704d

Please sign in to comment.