mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Hot Fix] Fix Group::AddToGroup (#4201)
# Notes - We were not using `r` values at any point.
This commit is contained in:
parent
21cec87ac4
commit
b400700d81
@ -2537,9 +2537,9 @@ void Group::AddToGroup(Mob* m)
|
||||
void Group::AddToGroup(AddToGroupRequest r)
|
||||
{
|
||||
uint32 bot_id = 0;
|
||||
uint32 character_id = 0;
|
||||
uint32 character_id = r.character_id;
|
||||
uint32 merc_id = 0;
|
||||
std::string name = "";
|
||||
std::string name = r.name;
|
||||
|
||||
if (r.mob) {
|
||||
if (r.mob->IsBot()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user