1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Style for mordred

This commit is contained in:
Biscuit Boy 2018-09-21 03:50:38 +10:00
parent 4da346bedd
commit 87d099c6d8

View file

@ -466,12 +466,15 @@ void Core::Network::GameConnection::gm1Handler( const Packets::FFXIVARR_PACKET_R
{ {
auto data = pExdData->get< Core::Data::Aetheryte >( i ); auto data = pExdData->get< Core::Data::Aetheryte >( i );
if( !data ) { if( !data )
{
continue; continue;
} }
if( data->territory == param1 ) { if( data->territory == param1 )
if( data->isAetheryte ) { {
if( data->isAetheryte )
{
{ {
doTeleport = true; doTeleport = true;
teleport = i; teleport = i;