mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Added client message for test code
This commit is contained in:
@@ -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()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user