mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Hot Fix] Hot Fix for Group::AddToGroup Hot Fix (#4202)
# Notes - Typo in previous.
This commit is contained in:
parent
b400700d81
commit
036309ebec
@ -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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user