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

I can already hear the screams of mordred shouting style

This commit is contained in:
Biscuit Boy 2018-09-21 02:06:00 +10:00
parent ff186c7d0e
commit 31333dea49

View file

@ -491,7 +491,7 @@ void Core::Network::GameConnection::gm1Handler( const Packets::FFXIVARR_PACKET_R
}
player.sendNotice( targetPlayer->getName() + " was warped to zone " +
std::to_string( param1 ) + " (" + pZone->getName() + ")" );
std::to_string( param1 ) + " (" + pZone->getName() + ")" );
}
break;
}