diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-09-05 19:13:22 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-09-05 19:13:22 +0100 |
| commit | 3b91bf8932278c32210deea54ee412edb5499ce9 (patch) | |
| tree | 68bb708a0d657002b79db607eb8b541caa579cdf /sql/base/characters_database.sql | |
| parent | db819bbdbe091e97a8451bf9dc9d74b4c5899a41 (diff) | |
Core: Some comment corrections to previous commit
Diffstat (limited to 'sql/base/characters_database.sql')
| -rw-r--r-- | sql/base/characters_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 5396b23857c..718ff3dba20 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -516,7 +516,7 @@ DROP TABLE IF EXISTS `character_cuf_profiles`; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_cuf_profiles` ( `guid` int(10) unsigned NOT NULL COMMENT 'Character Guid', - `id` tinyint(3) unsigned NOT NULL COMMENT 'Profile Id (0-5)', + `id` tinyint(3) unsigned NOT NULL COMMENT 'Profile Id (0-4)', `name` varchar(12) NOT NULL COMMENT 'Profile Name', `frameHeight` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Profile Frame Height', `frameWidth` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Profile Frame Width', |
