Core/Auction House: Eliminate blocking db queries for account permissions when expiring auctions that have offline bidders

(cherry picked from commit d0d0f51f32)
This commit is contained in:
Shauren
2020-09-27 00:51:52 +02:00
parent e7fc68d74b
commit 569b5d6f04
7 changed files with 29 additions and 10 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `auctionhouse` ADD `serverFlags` tinyint unsigned NOT NULL DEFAULT '0' AFTER `endTime`;