mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +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())
|
if (!inviter->CastToClient()->Connected())
|
||||||
{
|
{
|
||||||
Log(Logs::General, Logs::Error, "%s attempted to join group while leader %s was zoning.", GetName(), inviter->GetName());
|
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()))
|
else if (GroupFollow(inviter->CastToClient()))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user