summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-14 18:41:07 +0100
committerGitHub <noreply@github.com>2018-11-14 18:41:07 +0100
commit639af795caf86f9f30770b5d1d2e9164876deb1f (patch)
tree35d822bc1c3577eaeef0e1cd6c59ded894caf263 /sql-files/main.sql
parent3a6892f5c82a71e689450c50da57f6752defcd84 (diff)
parent612fa0db4f0310abde19c946a0c6d4291139a1f5 (diff)
downloadhercules-639af795caf86f9f30770b5d1d2e9164876deb1f.tar.gz
hercules-639af795caf86f9f30770b5d1d2e9164876deb1f.tar.bz2
hercules-639af795caf86f9f30770b5d1d2e9164876deb1f.tar.xz
hercules-639af795caf86f9f30770b5d1d2e9164876deb1f.zip
Merge pull request #2320 from MishimaHaruna/improve-charlog
Add relevant data to the charlog
Diffstat (limited to 'sql-files/main.sql')
-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 d918d4a35..37bfaf0ec 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -293,7 +293,7 @@ CREATE TABLE IF NOT EXISTS `charlog` (
`str` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`agi` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`vit` INT(11) UNSIGNED NOT NULL DEFAULT '0',
- `INT` INT(11) UNSIGNED NOT NULL DEFAULT '0',
+ `int` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`dex` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`luk` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`hair` TINYINT(4) NOT NULL DEFAULT '0',