We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65d9b3 commit 610411cCopy full SHA for 610411c
src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
@@ -2396,6 +2396,7 @@ class spell_the_lich_king_defile : public SpellScriptLoader
2396
void CorrectRange(std::list<WorldObject*>& targets)
2397
{
2398
targets.remove_if(ExactDistanceCheck(GetCaster(), 10.0f * GetCaster()->GetObjectScale()));
2399
+ targets.remove_if(Trinity::UnitAuraCheck(true, SPELL_HARVEST_SOUL_VALKYR));
2400
}
2401
2402
void ChangeDamageAndGrow()
0 commit comments