diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2016-01-09 15:35:00 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2016-01-09 15:35:00 +0530 |
commit | fd67aaa5db43257c4ed629091e1107e56e5398cc (patch) | |
tree | fcdae08d010317d935b42e444a8cb3c2a98a8173 /sql-files | |
parent | 2af2132c3fd39af714eb9819bbdd8d857e651915 (diff) | |
download | hercules-fd67aaa5db43257c4ed629091e1107e56e5398cc.tar.gz hercules-fd67aaa5db43257c4ed629091e1107e56e5398cc.tar.bz2 hercules-fd67aaa5db43257c4ed629091e1107e56e5398cc.tar.xz hercules-fd67aaa5db43257c4ed629091e1107e56e5398cc.zip |
typo fix in main.sql
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/main.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index 042722b7c..1ed751d15 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -149,7 +149,7 @@ CREATE TABLE IF NOT EXISTS `char` ( `str` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', `agi` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', `vit` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', - `INT` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', + `int` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', `dex` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', `luk` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0', `max_hp` INT(9) UNSIGNED NOT NULL DEFAULT '0', |