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:
Skjalf
2023-09-04 21:15:03 -03:00
committed by GitHub
parent 5abfbdff42
commit cdc06e1703

View File

@@ -305,7 +305,6 @@ struct boss_shade_of_aran : public BossAI
if (unit && !unit->IsWithinDist2d(FWTargPosX[i], FWTargPosY[i], 3))
{
unit->CastSpell(unit, 20476, true, 0, 0, me->GetGUID());
unit->CastSpell(unit, 11027, true);
FlameWreathTarget[i].Clear();
}
}