mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 04:51:30 +00:00
Added client message for test code
This commit is contained in:
parent
638d43e3cf
commit
5e963c05af
@ -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()))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user