mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Bot] Add Support for Bots to receive Auras, and other AoE Buffs. (#2586)
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user