mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
TDB 335.19031 - 2019/03/19
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
--
|
||||
UPDATE `worldstates` SET `value`=UNIX_TIMESTAMP() WHERE `entry`=20001 AND `value` < UNIX_TIMESTAMP();
|
||||
@@ -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`;
|
||||
@@ -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`);
|
||||
@@ -1,2 +1,2 @@
|
||||
-- TDB 335.64 characters
|
||||
-- TDB 335.19031 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user