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:
parent
4da346bedd
commit
87d099c6d8
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue