TDB 335.19031 - 2019/03/19

This commit is contained in:
TDB Release
2019-03-19 07:20:15 +00:00
parent 995aabe4bb
commit 3358cc2a47
826 changed files with 189 additions and 45 deletions

View File

@@ -1,2 +0,0 @@
--
UPDATE `worldstates` SET `value`=UNIX_TIMESTAMP() WHERE `entry`=20001 AND `value` < UNIX_TIMESTAMP();

View File

@@ -1,3 +0,0 @@
ALTER TABLE `character_queststatus`
ADD `itemcount5` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `itemcount4`,
ADD `itemcount6` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `itemcount5`;

View File

@@ -1,4 +0,0 @@
ALTER TABLE `character_aura`
DROP PRIMARY KEY,
ADD `itemGuid` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `casterGuid`,
ADD PRIMARY KEY(`guid`,`casterGuid`,`itemGuid`,`spell`,`effectMask`);

View File

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