mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-11 00:32:25 +00:00
clear xtarget manager on death
This commit is contained in:
parent
31907382c8
commit
14a5ff399a
@ -1563,7 +1563,7 @@ bool Client::Death(Mob* killerMob, int32 damage, uint16 spell, EQEmu::skills::Sk
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
entity_list.RemoveFromTargets(this);
|
entity_list.RemoveFromTargets(this, true);
|
||||||
hate_list.RemoveEntFromHateList(this);
|
hate_list.RemoveEntFromHateList(this);
|
||||||
RemoveAutoXTargets();
|
RemoveAutoXTargets();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user