From b52f1b6a0d4b9b77df3a8b9206c5e7119e38c495 Mon Sep 17 00:00:00 2001 From: "Bogir[rus]" Date: Mon, 3 Jan 2022 23:16:12 +0500 Subject: Update mail.md (#669) Description of auctionId field --- docs/mail.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/mail.md b/docs/mail.md index b5ddf52..b759e9f 100644 --- a/docs/mail.md +++ b/docs/mail.md @@ -104,7 +104,7 @@ Here is timestamp which stores date for auto-return mail to sender or delete if ### deliver\_time -Here is timestamp which stores date of send mail. +Here is timestamp which stores date when mail must be delivered to receiver. Can be delayed mails from AuctionHouse. ### money @@ -129,4 +129,11 @@ when is set to 1, that field \`money\` stores gold for COD. ### auctionId -`field-no-description|14` +Only if [stationery][3] is 62. + +Lot id from AuctionHouse. Can be negative vector in case of delayed mail with money sended by Auction to Lot-owner. +For example: + +[auctionId][14] = 777 : mail to Lot-owner, contains money for sended Lot id 777. Delivered money. + +[auctionId][14] = -777 : mail contains info that Lot id 777 is sold. Money will be delivered in next mail, time of deliver is set in [`deliver_time`][11] field. -- cgit