1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 09:17:47 +00:00

Fixed GM Tells

This commit is contained in:
JeidoUran 2019-01-30 18:29:11 +01:00
parent 101baa20b4
commit 3c4b99668c

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 );