mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
[Bots] Verify Bots Group Integrity on join (#2980)
This commit is contained in:
@@ -4547,6 +4547,7 @@ bool Bot::AddBotToGroup(Bot* bot, Group* group) {
|
|||||||
group->SendUpdate(groupActUpdate, TempLeader);
|
group->SendUpdate(groupActUpdate, TempLeader);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
group->VerifyGroup();
|
||||||
Result = true;
|
Result = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user