diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index dc198056b..e686784ce 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -6731,6 +6731,7 @@ void Client::Handle_OP_GroupFollow2(const EQApplicationPacket *app) if (!inviter->CastToClient()->Connected()) { Log(Logs::General, Logs::Error, "%s attempted to join group while leader %s was zoning.", GetName(), inviter->GetName()); + Message(13, "Bubba said you can't follow him."); } else if (GroupFollow(inviter->CastToClient())) {