From 5e963c05af59943a5c573fb51d9979d45639d256 Mon Sep 17 00:00:00 2001 From: Uleat Date: Mon, 12 Mar 2018 20:49:48 -0400 Subject: [PATCH] Added client message for test code --- zone/client_packet.cpp | 1 + 1 file changed, 1 insertion(+) 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())) {