mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-18 06:32:25 +00:00
Secondary aggro meter fix
This commit is contained in:
parent
0ee3168241
commit
91ae6a6613
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user