mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 07:11:29 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
commit
1b2df18cea
@ -8825,7 +8825,7 @@ void Client::ProcessAggroMeter()
|
|||||||
secondary = cur_tar->GetSecondaryHate(this);
|
secondary = cur_tar->GetSecondaryHate(this);
|
||||||
has_aggro = true;
|
has_aggro = true;
|
||||||
} else {
|
} 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