Revert "[BugFix] Charm Targeting and other issues. (#1655)"

This reverts commit df3161455a.
This commit is contained in:
Akkadius
2021-10-30 22:18:40 -05:00
parent 873f1f7f34
commit 1231d44b55
3 changed files with 21 additions and 26 deletions
+1 -1
View File
@@ -2875,7 +2875,7 @@ bool Mob::RemoveFromHateList(Mob* mob)
ResetAssistCap();
}
}
if(IsAIControlled() && GetTarget() == mob)
if(GetTarget() == mob)
{
SetTarget(hate_list.GetEntWithMostHateOnList(this));
}