mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +00:00
refactor(Core): Clean-up after FD (#8586)
This commit is contained in:
@@ -289,7 +289,7 @@ struct boss_twinemperorsAI : public ScriptedAI
|
||||
if (!who || me->GetVictim())
|
||||
return;
|
||||
|
||||
if (me->_CanDetectFeignDeathOf(who) && me->CanCreatureAttack(who))
|
||||
if (me->CanCreatureAttack(who))
|
||||
{
|
||||
if (me->IsWithinDistInMap(who, PULL_RANGE, true, false) && me->GetDistanceZ(who) <= /*CREATURE_Z_ATTACK_RANGE*/7 /*there are stairs*/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user