mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11704] Resolve possible crash in auction code for paiment pending state.
Source of crash in sharing item object for sent mail to new owner and in same time use it in still existed auction for show pending paiment. Crash possible if new onwer get mail in less hour delay and will drop item at receive. Solution: Added fields in memory auction object and table `auction` for store item stack size and random property id. This let not use auction item except points where item send to owner at expire and new owner at buyout/timeout auction with bid.
This commit is contained in:
parent
0daf12a348
commit
0f0fa22607
7 changed files with 129 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11703"
|
||||
#define REVISION_NR "11704"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue