Small adjustments to my rushing [skip ci]

This commit is contained in:
Akkadius
2015-11-01 20:31:01 -06:00
parent e8d18cb014
commit 0ee70a663c
2 changed files with 2 additions and 21 deletions
+2
View File
@@ -1364,6 +1364,8 @@ void Mob::AI_Process() {
*
*/
Log.Out(Logs::General, Logs::Zone_Server, "AI Scan area timer check for :: %s", this->GetCleanName());
Mob* tmptar = entity_list.AICheckCloseAggro(this, GetAggroRange(), GetAssistRange());
if (tmptar)
AddToHateList(tmptar);