summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBogir[rus] <m-1@bk.ru>2022-01-03 23:16:12 +0500
committerGitHub <noreply@github.com>2022-01-03 19:16:12 +0100
commitb52f1b6a0d4b9b77df3a8b9206c5e7119e38c495 (patch)
tree65b88b4473adf67fdb8cccfbeb0d1db7a8db1986 /docs
parenteeb7e398fc4129c6e40f44572caeedad998a6e15 (diff)
downloadwiki-b52f1b6a0d4b9b77df3a8b9206c5e7119e38c495.tar.gz
wiki-b52f1b6a0d4b9b77df3a8b9206c5e7119e38c495.tar.bz2
wiki-b52f1b6a0d4b9b77df3a8b9206c5e7119e38c495.zip
Update mail.md (#669)
Description of auctionId field
Diffstat (limited to 'docs')
-rw-r--r--docs/mail.md11
1 files changed, 9 insertions, 2 deletions
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.