mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
TDB 434.20091 - 2020/09/22
This commit is contained in:
@@ -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');
|
||||
@@ -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';
|
||||
@@ -1,2 +1,2 @@
|
||||
-- TDB 434.20051 characters
|
||||
-- TDB 434.20091 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user