summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-13 20:04:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-13 20:05:07 +0300
commit1e3d69b843fd37ebca631770826633c78fdc3776 (patch)
tree2dfb9aef5e668bb4151d6e9fa2b0d7b1b10584ca /sql-files
parent6774d957a052049afb10d897316ecc439142eb9a (diff)
downloadserverdata-1e3d69b843fd37ebca631770826633c78fdc3776.tar.gz
serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.tar.bz2
serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.tar.xz
serverdata-1e3d69b843fd37ebca631770826633c78fdc3776.zip
Update sql files from hercules.
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/main.sql2
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',