mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
Whoops. Fixed a small change I did.
This commit is contained in:
parent
e609ec1df6
commit
bc73e9c4e3
@ -6462,7 +6462,7 @@ void Client::Handle_OP_GroupFollow2(const EQApplicationPacket *app)
|
|||||||
// Remove the merc from the old group
|
// Remove the merc from the old group
|
||||||
if (GetMerc())
|
if (GetMerc())
|
||||||
{
|
{
|
||||||
if(GetGroup())
|
if(GetMerc()->GetGroup())
|
||||||
{
|
{
|
||||||
Merc::RemoveMercFromGroup(GetMerc(), GetMerc()->GetGroup());
|
Merc::RemoveMercFromGroup(GetMerc(), GetMerc()->GetGroup());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user