mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Rework how XTarget auto haters work
This should cause the auto haters to be shared with other toons who might be interested (group/raid) like live. There maybe some bugs since there is a lot of complex interactions here.
This commit is contained in:
@@ -681,6 +681,12 @@ bool Client::Process() {
|
||||
Message(0, "Your enemies have forgotten you!");
|
||||
}
|
||||
|
||||
if (client_state == CLIENT_CONNECTED) {
|
||||
if (m_dirtyautohaters)
|
||||
ProcessXTargetAutoHaters();
|
||||
// aggro meter stuff should live here
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user