1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Merge pull request #515 from JeidoUran/gmtells

GM Tells fixed
This commit is contained in:
Adam 2019-01-31 10:06:03 +11:00 committed by GitHub
commit b0f3e51f79

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