Added client message for test code

This commit is contained in:
Uleat 2018-03-12 20:49:48 -04:00
parent 638d43e3cf
commit 5e963c05af

View File

@ -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()))
{