Fixes clif_viewequip_ack packet length (#8304)

This commit is contained in:
Singe Horizontal 2024-05-05 15:13:06 +02:00 committed by GitHub
parent b48948822a
commit fd36fc04b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10450,7 +10450,7 @@ void clif_viewequip_ack( map_session_data* sd, map_session_data* tsd ){
clif_item_equip( client_index( k ), &p->list[equip], &tsd->inventory.u.items_inventory[k], tsd->inventory_data[k], pc_equippoint( tsd, k ) );
p->PacketLength = sizeof( p->list[0] );
p->PacketLength += sizeof( p->list[0] );
equip++;
}
}