diff --git a/data/sql/db-characters/base/01_mp_schema.sql b/data/sql/db-characters/base/01_mp_schema.sql index fa40f3c..477dbea 100644 --- a/data/sql/db-characters/base/01_mp_schema.sql +++ b/data/sql/db-characters/base/01_mp_schema.sql @@ -17,7 +17,7 @@ CREATE TABLE mp_player_instance_data ( guid INT UNSIGNED NOT NULL DEFAULT '0', difficulty INT UNSIGNED NOT NULL DEFAULT '3', mapId INT UNSIGNED NOT NULL, - instanceId INT UNSIGNED, + instanceId INT UNSIGNED NOT NULL DEFAULT '0', deaths INT UNSIGNED NOT NULL, PRIMARY KEY (guid, mapId, instanceId)