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:
nytmyr
2024-12-28 22:58:07 -06:00
parent e652bc02b9
commit 8ed6dece34
6 changed files with 44 additions and 17 deletions
+2
View File
@@ -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);
}
}
}