[Hot Fix] Hot Fix for Group::AddToGroup Hot Fix (#4202)

# Notes
- Typo in previous.
This commit is contained in:
Alex King 2024-03-23 19:51:43 -04:00 committed by GitHub
parent b400700d81
commit 036309ebec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2539,7 +2539,7 @@ void Group::AddToGroup(AddToGroupRequest r)
uint32 bot_id = 0;
uint32 character_id = r.character_id;
uint32 merc_id = 0;
std::string name = r.name;
std::string name = r.member_name;
if (r.mob) {
if (r.mob->IsBot()) {