mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 23:27: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 );
|
||||
|
||||
if( !data ) {
|
||||
if( !data )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if( data->territory == param1 ) {
|
||||
if( data->isAetheryte ) {
|
||||
if( data->territory == param1 )
|
||||
{
|
||||
if( data->isAetheryte )
|
||||
{
|
||||
{
|
||||
doTeleport = true;
|
||||
teleport = i;
|
||||
|
|
Loading…
Add table
Reference in a new issue