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

fix adding crystal also adds gil.

This commit is contained in:
collett 2020-06-14 23:32:56 +09:00
parent f921252274
commit 104f554a40

View file

@ -356,8 +356,8 @@ void Sapphire::Network::GameConnection::gm1Handler( const Packets::FFXIVARR_PACK
if( !targetPlayer->addItem( isHq ? param1 - 1000000 : param1, quantity, isHq, false, true, true ) )
player.sendUrgent( "Item #{0} could not be added to inventory.", isHq ? param1 - 1000000 : param1 );
break;
}
break;
}
case GmCommand::Gil:
{