diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-13 20:04:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-13 20:05:07 +0300 |
commit | 1e3d69b843fd37ebca631770826633c78fdc3776 (patch) | |
tree | 2dfb9aef5e668bb4151d6e9fa2b0d7b1b10584ca | |
parent | 6774d957a052049afb10d897316ecc439142eb9a (diff) | |
download | serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.tar.gz serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.tar.bz2 serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.tar.xz serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.zip |
Update sql files from hercules.
-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 042722b7..1ed751d1 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', |