Exemplo n.º 1
0
// パーティ設定変更通知
static
int intif_parse_PartyOptionChanged (int fd)
{
    party_optionchanged (RFIFOL (fd, 2), RFIFOL (fd, 6), RFIFOW (fd, 10),
                         RFIFOW (fd, 12), RFIFOB (fd, 14));
    return 0;
}
Exemplo n.º 2
0
// パーティ設定変更通知
static
void intif_parse_PartyOptionChanged(Session *, const Packet_Fixed<0x3823>& fixed)
{
    party_optionchanged(fixed.party_id, fixed.account_id, fixed.exp,
            fixed.item, fixed.flag);
}