diff options
author | DDuarte <dnpd.dd@gmail.com> | 2016-04-11 02:42:03 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2016-04-11 02:42:03 +0100 |
commit | a1f59c9d8d9351bd4373e1e4355eee09369c589f (patch) | |
tree | 367eb1eb8ad29763cabcf5c66f6958721e4e3337 /sql/base/characters_database.sql | |
parent | 580773dc1a52cf6c8177647baf15afccd557be60 (diff) |
TDB 6.04 - 2016/04/11TDB6.04
Diffstat (limited to 'sql/base/characters_database.sql')
-rw-r--r-- | sql/base/characters_database.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 4ab419be76f..447f451d9c7 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -979,7 +979,7 @@ CREATE TABLE `character_instance` ( `guid` bigint(20) unsigned NOT NULL DEFAULT '0', `instance` int(10) unsigned NOT NULL DEFAULT '0', `permanent` tinyint(3) unsigned NOT NULL DEFAULT '0', - `extendState` TINYINT(2) UNSIGNED NOT NULL DEFAULT '1', + `extendState` tinyint(2) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`guid`,`instance`), KEY `instance` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -3168,4 +3168,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2015-11-08 1:52:10 +-- Dump completed on 2016-04-11 2:02:46 |