From cdc06e1703a3ba54135727c5fadfc588891867d9 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:15:03 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/Karazhan):=20Remove=20hacked=20knoc?= =?UTF-8?q?kback=20effect=20from=20Aran=20Flame=E2=80=A6=20(#17174)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/Karazhan): Remove hacked knockback effect from Aran Flame Wreath --- .../scripts/EasternKingdoms/Karazhan/boss_shade_of_aran.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_shade_of_aran.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_shade_of_aran.cpp index 50fab68d7..5b08d8399 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_shade_of_aran.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_shade_of_aran.cpp @@ -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(); } }