TDB 434.20091 - 2020/09/22

This commit is contained in:
TDB Release
2020-09-22 00:58:18 +00:00
parent 2e6d05434c
commit 3e5ff77e0d
168 changed files with 535 additions and 537 deletions

View File

@@ -1,6 +0,0 @@
--
DELETE FROM `worldstates` WHERE `entry` IN (20006, 20007, 20008);
INSERT INTO `worldstates` (`entry`,`value`,`comment`) VALUES
(20006,0,'NextGuildDailyResetTime'),
(20007,0,'NextMonthlyQuestResetTime'),
(20008,0,'NextDailyQuestResetTime');

View File

@@ -1,9 +0,0 @@
ALTER TABLE `auctionhouse`
CHANGE `buyoutprice` `buyoutprice` bigint(20) unsigned NOT NULL DEFAULT '0',
CHANGE `lastbid` `lastbid` bigint(20) unsigned NOT NULL DEFAULT '0',
CHANGE `startbid` `startbid` bigint(20) unsigned NOT NULL DEFAULT '0',
CHANGE `deposit` `deposit` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `guild_member_withdraw` CHANGE `money` `money` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `guild_bank_eventlog` CHANGE `ItemOrMoney` `ItemOrMoney` bigint(20) unsigned NOT NULL DEFAULT '0';

View File

@@ -1,2 +1,2 @@
-- TDB 434.20051 characters
-- TDB 434.20091 characters
UPDATE `updates` SET `state`='ARCHIVED';