fix(Scripts/Karazhan): Remove hacked knockback effect from Aran Flame… (#17174)
fix(Scripts/Karazhan): Remove hacked knockback effect from Aran Flame Wreath
This commit is contained in:
@@ -305,7 +305,6 @@ struct boss_shade_of_aran : public BossAI
|
|||||||
if (unit && !unit->IsWithinDist2d(FWTargPosX[i], FWTargPosY[i], 3))
|
if (unit && !unit->IsWithinDist2d(FWTargPosX[i], FWTargPosY[i], 3))
|
||||||
{
|
{
|
||||||
unit->CastSpell(unit, 20476, true, 0, 0, me->GetGUID());
|
unit->CastSpell(unit, 20476, true, 0, 0, me->GetGUID());
|
||||||
unit->CastSpell(unit, 11027, true);
|
|
||||||
FlameWreathTarget[i].Clear();
|
FlameWreathTarget[i].Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user