mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
more raid optimizations, should be final.
10 clients, 710 bots, 10 raids, ~250 pets sits around 3.5% CPU idle
This commit is contained in:
@@ -313,7 +313,9 @@ void Client::SpawnRaidBotsOnConnect(Raid* raid) {
|
||||
|
||||
if (bot) {
|
||||
bot->SetRaidGrouped(true);
|
||||
bot->SetStoredRaid(raid);
|
||||
bot->p_raid_instance = raid;
|
||||
bot->SetVerifiedRaid(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user