mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Whoops. Fixed a small change I did.
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user