mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
TDB 4.3.4.18 2017/04/16
This commit is contained in:
@@ -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)';
|
||||
@@ -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';
|
||||
@@ -1,2 +1,2 @@
|
||||
-- TDB 4.3.4-17 characters database
|
||||
-- TDB 4.3.4-18 characters database
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user