1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 19:27:45 +00:00

Fixed GM Tells

This commit is contained in:
JeidoUran 2019-01-30 18:29:11 +01:00
parent a939f935f3
commit 9a4c8b3253

View file

@ -662,7 +662,7 @@ void Sapphire::Network::GameConnection::tellHandler( FrameworkPtr pFw,
//tellPacket.data().u2b = 0x40;
if( player.isActingAsGm() )
{
//tellPacket->data().isGm = true;
tellPacket->data().preName = 0x04;
}
pTargetPlayer->queueChatPacket( tellPacket );