diff options
author | Haru <haru@dotalux.com> | 2018-11-14 18:41:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 18:41:07 +0100 |
commit | 639af795caf86f9f30770b5d1d2e9164876deb1f (patch) | |
tree | 35d822bc1c3577eaeef0e1cd6c59ded894caf263 /sql-files/main.sql | |
parent | 3a6892f5c82a71e689450c50da57f6752defcd84 (diff) | |
parent | 612fa0db4f0310abde19c946a0c6d4291139a1f5 (diff) | |
download | hercules-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.sql | 2 |
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', |