mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 15:41:30 +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) {
|
||||
auto mob = e.second;
|
||||
|
||||
if (!mob->IsNPC() && !mob->IsClient()) {
|
||||
if (!mob->IsNPC() && !mob->IsClient() && !mob->IsBot() && !mob->IsMerc()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user