Re-Push Refactoring changes before without broken functionality

This commit is contained in:
Akkadius
2014-12-27 23:44:15 -06:00
parent 4f65066274
commit 18f9a06f06
6 changed files with 127 additions and 146 deletions
+1 -1
View File
@@ -2565,7 +2565,7 @@ bool Mob::RemoveFromHateList(Mob* mob)
}
if(GetTarget() == mob)
{
SetTarget(hate_list.GetEntWithMostHateInRange(this));
SetTarget(hate_list.GetEntWithMostHateOnList(this));
}
return bFound;