TDB 4.3.4.18 2017/04/16

This commit is contained in:
Aokromes
2017-04-16 09:39:18 +02:00
parent f1aeff5390
commit 3a247f2bd3
80 changed files with 26 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
ALTER TABLE `character_arena_stats`
CHANGE `guid` `guid` INT(10) unsigned NOT NULL DEFAULT '0',
CHANGE `slot` `slot` TINYINT(3) unsigned NOT NULL DEFAULT '0',
CHANGE `matchMakerRating` `matchMakerRating` SMALLINT(5) unsigned NOT NULL DEFAULT 0;
ALTER TABLE `character_equipmentsets`
CHANGE `guid` `guid` INT(10) unsigned NOT NULL DEFAULT '0',
CHANGE `setguid` `setguid` BIGINT(20) unsigned NOT NULL AUTO_INCREMENT;
ALTER TABLE `item_loot_money`
CHANGE `container_id` `container_id` INT(10) unsigned NOT NULL DEFAULT '0' COMMENT 'guid of container (item_instance.guid)';

View File

@@ -1,4 +0,0 @@
ALTER TABLE `creature_respawn` CHANGE `respawnTime` `respawnTime` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `gameobject_respawn` CHANGE `respawnTime` `respawnTime` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `instance` CHANGE `resettime` `resettime` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `instance_reset` CHANGE `resettime` `resettime` bigint(20) unsigned NOT NULL DEFAULT '0';

View File

@@ -1,2 +1,2 @@
-- TDB 4.3.4-17 characters database
-- TDB 4.3.4-18 characters database
UPDATE `updates` SET `state`='ARCHIVED';