mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
XTargets will move auto entries up on removal like live
This also makes use of the bulk packet so not a crap ton of packets generated.
This commit is contained in:
+1
-1
@@ -1373,7 +1373,7 @@ void EntityList::RefreshAutoXTargets(Client *c)
|
||||
continue;
|
||||
|
||||
if (m->CheckAggro(c) && !c->IsXTarget(m)) {
|
||||
c->AddAutoXTarget(m);
|
||||
c->AddAutoXTarget(m, false); // we only call this before a bulk, so lets not send right away
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user