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:
parent
ff186c7d0e
commit
31333dea49
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue