Skip to content

Commit

Permalink
Warlock: Move to static flag
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 27, 2024
1 parent 31e0a44 commit 65a8b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Spells/Scripts/Scripting/ClassScripts/Warlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ struct EyeOfKilrogg : public SpellScript
void OnSummon(Spell* /*spell*/, Creature* summon) const override
{
summon->CastSpell(nullptr, 2585, TRIGGERED_OLD_TRIGGERED);
summon->DisableThreatPropagationToOwner();
}
};

Expand Down

0 comments on commit 65a8b88

Please sign in to comment.