mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 18:41:29 +00:00
[Bot] Add Support for Bots to receive Auras, and other AoE Buffs. (#2586)
This commit is contained in:
parent
2d364e2fd1
commit
29247a0f45
@ -2922,7 +2922,7 @@ void EntityList::ScanCloseMobs(
|
|||||||
for (auto &e : mob_list) {
|
for (auto &e : mob_list) {
|
||||||
auto mob = e.second;
|
auto mob = e.second;
|
||||||
|
|
||||||
if (!mob->IsNPC() && !mob->IsClient()) {
|
if (!mob->IsNPC() && !mob->IsClient() && !mob->IsBot() && !mob->IsMerc()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user