mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Core/Mail): cleanup pending auction sale mail (#6022)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1621780938723425400');
|
||||
|
||||
ALTER TABLE `mail`
|
||||
ADD COLUMN `auctionId` INT DEFAULT 0 NOT NULL AFTER `checked`;
|
||||
Reference in New Issue
Block a user