mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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,6 +1,6 @@
|
|||
#ifndef __REVISION_SQL_H__
|
||||
#define __REVISION_SQL_H__
|
||||
#define REVISION_DB_CHARACTERS "required_11620_01_characters_character_equipmentsets"
|
||||
#define REVISION_DB_CHARACTERS "required_11704_01_characters_auction"
|
||||
#define REVISION_DB_MANGOS "required_11701_01_mangos_command"
|
||||
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
||||
#endif // __REVISION_SQL_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue