mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Revert "[BugFix] Charm Targeting and other issues. (#1655)"
This reverts commit df3161455a.
This commit is contained in:
+1
-1
@@ -2875,7 +2875,7 @@ bool Mob::RemoveFromHateList(Mob* mob)
|
||||
ResetAssistCap();
|
||||
}
|
||||
}
|
||||
if(IsAIControlled() && GetTarget() == mob)
|
||||
if(GetTarget() == mob)
|
||||
{
|
||||
SetTarget(hate_list.GetEntWithMostHateOnList(this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user