Spawn on login working

This commit is contained in:
neckkola
2022-01-17 23:53:25 -04:00
parent 937d1b1a51
commit 29ec914565
3 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ void Bot::AI_Process_Raid()
// We also need a leash owner and follow mob (subset of primary AI criteria)
Client* leash_owner = nullptr;
if (r_group > 0) {
if (r_group >= 0) {
leash_owner = raid->GetGroupLeader(r_group)->CastToClient();
}
else {