Secondary aggro meter fix

This commit is contained in:
Michael Cook (mackal) 2017-02-26 19:13:47 -05:00
parent 0ee3168241
commit 91ae6a6613

View File

@ -8825,7 +8825,7 @@ void Client::ProcessAggroMeter()
secondary = cur_tar->GetSecondaryHate(this);
has_aggro = true;
} else {
secondary = cur_tar->GetTarget();
secondary = cur_tar->CheckAggro(cur_tar->GetTarget()) ? cur_tar->GetTarget() : nullptr; // make sure they are targeting for aggro reasons
}
}